Difference between revisions of "U23 2005/Todo"
< U23 2005
(avra-to-do-liste) |
m (Subkategorie) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | + | * AVRA Patchen: | |
+ | ** load_arg_defines() : parser sets to 0 if value does not exist, to 1 if value is defined (even if defined to 0) :: patched, beware to use .if FOO == 2 ... DO NOT USE .if FOO = 2 ... this results in undefined behavior! | ||
+ | ** segfaults, if a parameter is "-" :: patched, see http://avalon.hoffentlich.net/~cebewee/fix-segfault-with-empty-param.patch | ||
+ | ** no exit status (is always 0) :: patched, patch is alpha. | ||
+ | ** no warning if instructions overlap program space. | ||
+ | ** do-what-i-want-instruction is missing (PITR). | ||
− | + | avra patches see http://0null.net/software/avra/ | |
− | + | ||
− | + | [[Category:U23 2005]] | |
− | |||
− |
Latest revision as of 14:25, 28 May 2007
- AVRA Patchen:
- load_arg_defines() : parser sets to 0 if value does not exist, to 1 if value is defined (even if defined to 0) :: patched, beware to use .if FOO == 2 ... DO NOT USE .if FOO = 2 ... this results in undefined behavior!
- segfaults, if a parameter is "-" :: patched, see http://avalon.hoffentlich.net/~cebewee/fix-segfault-with-empty-param.patch
- no exit status (is always 0) :: patched, patch is alpha.
- no warning if instructions overlap program space.
- do-what-i-want-instruction is missing (PITR).
avra patches see http://0null.net/software/avra/