[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, xgawk, updated. 2e14bf32d257e86fb4db3792
From: |
Andrew J. Schorr |
Subject: |
[gawk-diffs] [SCM] gawk branch, xgawk, updated. 2e14bf32d257e86fb4db379211c1f86af2b23165 |
Date: |
Mon, 26 Mar 2012 14:56:55 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, xgawk has been updated
via 2e14bf32d257e86fb4db379211c1f86af2b23165 (commit)
from 74b8a90b739cdfdaf2539f2a4e936cca3f1b2346 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=2e14bf32d257e86fb4db379211c1f86af2b23165
commit 2e14bf32d257e86fb4db379211c1f86af2b23165
Author: Andrew J. Schorr <address@hidden>
Date: Mon Mar 26 10:56:34 2012 -0400
Update TODO.xgawk.
diff --git a/TODO.xgawk b/TODO.xgawk
index 9795dcd..0e30165 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.
-----------------------------------------------------------------------
Summary of changes:
TODO.xgawk | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, xgawk, updated. 2e14bf32d257e86fb4db379211c1f86af2b23165,
Andrew J. Schorr <=