diff options
-rw-r--r-- | TODO.xgawk | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,6 +16,9 @@ Done: To do (not necessarily in this order): +- Fix Makefile.am to build gawk as a stub calling into a shared library. + This will allow extensions to work on Cygwin and Mingw. + - Enable default ".awk" search in io.c:find_source(). The simple change is to add this code inline in io.c: #ifndef DEFAULT_FILETYPE @@ -108,10 +111,6 @@ Possible changes requiring (further) discussion: etc, I'd like to keep things simple. But how we design this is going to be very important. -- Add a valgrind target in Makefile.am and associated valgrind-scan target in - test/Makefile.am. This runs "make check" under valgrind. This was - invaluable for finding bugs. - - Include a sample rpm spec file in a new packaging subdirectory. - Patch lexer for @include and @load to make quotes optional. |