--- joko/Uni/BSArch/01/doc/todo.txt 2006/05/12 23:43:01 1.4 +++ joko/Uni/BSArch/01/doc/todo.txt 2006/05/13 12:35:32 1.5 @@ -1,7 +1,11 @@ error-handling: (x) error for no (zero) arguments - (o) non-int/numeric arguments in single- and range mode + (x) non-int/numeric arguments in single- and range mode (x) use strtol instead of atoi for error detection (x) what about 9999999999 (ten 9s)? respect number of chars for max int range - (o) is there a predefined constant for "-1" instead of "exit(-1)"? - (o) what about (e.g.) "00000000000000000000000000009" in file-mode? + (x) is there a predefined constant for "-1" instead of "exit(-1)"? + (x) what about (e.g.) "00000000000000000000000000007" in file-mode? + +bugs: + (x) bug with reading numbers from file after introducing strtol + (x) what if line in file exceeds length of buffer?