/[bison]/bison/TODO
ViewVC logotype

Diff of /bison/TODO

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.38 by akim, Tue Apr 9 19:20:10 2002 UTC revision 1.39 by akim, Wed Apr 10 08:55:43 2002 UTC
# Line 42  tests/testsuite.dir/51 % echo "()" | ./c Line 42  tests/testsuite.dir/51 % echo "()" | ./c
42  This is not portable to DOS for instance.  Implement a more portable  This is not portable to DOS for instance.  Implement a more portable
43  scheme.  Sources of inspiration include GNU diff, and Free Recode.  scheme.  Sources of inspiration include GNU diff, and Free Recode.
44    
45    * Memory leaks in the generator
46    A round of memory leak clean ups would be most welcome.  Dmalloc,
47    Checker GCC, Electric Fence, or Valgrind: you chose your tool.
48    
49    * Memory leaks in the parser
50    The same applies to the generated parsers.  In particular, this is
51    critical for user data: when aborting a parsing, when handling the
52    error token etc., we often throw away yylval without giving a chance
53    of cleaning it up to the user.
54    
55  * NEWS  * NEWS
56  Sort from 1.31 NEWS.  Sort from 1.31 NEWS.
57    

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26