aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-26 10:56:34 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-26 10:56:34 -0400
commit2e14bf32d257e86fb4db379211c1f86af2b23165 (patch)
tree508fb85cffc7a82c02b2071cd91febbb9daaff80
parent74b8a90b739cdfdaf2539f2a4e936cca3f1b2346 (diff)
downloadegawk-2e14bf32d257e86fb4db379211c1f86af2b23165.tar.gz
egawk-2e14bf32d257e86fb4db379211c1f86af2b23165.tar.bz2
egawk-2e14bf32d257e86fb4db379211c1f86af2b23165.zip
Update TODO.xgawk.
-rw-r--r--TODO.xgawk7
1 files changed, 3 insertions, 4 deletions
diff --git a/TODO.xgawk b/TODO.xgawk
index 9795dcd2..0e30165c 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -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.