diff --git a/ChangeLog b/ChangeLog index 79c7d53b99fee9fba065f7c0389029ec0baeb34b..8bd61aad64cb40a9915b223a9cbde6752708245e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,13 @@ 2002-11-10 Niels M�ller <nisse@cuckoo.hack.org> + * testsuite/sexp-conv-test: Use input files without any trailing + newline character, in order to stress the end of file handling. + + * tools/sexp-conv.c (sexp_get_token_string): Fixed end of file + handling. + (sexp_get_string): Fixed end of encoding/end of file handling. + (parse_options): Check for negative width and complain. + * tools/sexp-conv.c: Use supplied getopt. (werror): New function. (sexp_output_hash_init): New function.