aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-23 19:07:30 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-23 19:07:30 +0200
commitb9c0946c39a677f733d42a26d2de3f44131bbdd8 (patch)
tree10652608c1a5c5b2b0511d0332725ac5a296c359
parent8bfefd698dfeec91e11d9dc7da9658b1d9c59a7a (diff)
downloadegawk-b9c0946c39a677f733d42a26d2de3f44131bbdd8.tar.gz
egawk-b9c0946c39a677f733d42a26d2de3f44131bbdd8.tar.bz2
egawk-b9c0946c39a677f733d42a26d2de3f44131bbdd8.zip
Minor edits.
-rw-r--r--TODO7
-rw-r--r--doc/gawk.texi6
2 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index d3a97cdc..70297539 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,11 @@
FIX regular field splitting to use FPAT algorithm.
+Revise plug-in code to check for special symbol per GNU coding standards.
+
+Paolo's code for checking for single char values in str2wstr().
+
+Fix os_close_on_exec to do read/modify/write of the fd flags.
+
+Consider forcing [a-z] int abc...wxyz in regexes, no matter what the locale.
Add in gawk/mp
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 3db42963..a8aef1b7 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -1421,6 +1421,12 @@ a @command{gawk} extension that you would like to share with the rest
of the world, please see @uref{http://awk.info/?contribute} for how to
contribute it to the web site.
+@ignore
+Other links:
+
+http://www.reddit.com/r/linux/comments/dtect/composing_music_in_awk/
+@end ignore
+
@node Acknowledgments
@unnumberedsec Acknowledgments