Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/awk add a list of things GNU awk has and we probably...



details:   https://anonhg.NetBSD.org/src/rev/590567b42139
branches:  trunk
changeset: 503206:590567b42139
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Feb 02 21:08:42 2001 +0000

description:
add a list of things GNU awk has and we probably want to support
this list is probably incomplete; feel free to add more stuff

diffstat:

 usr.bin/awk/TODO |  17 +++++++++++++++++
 1 files changed, 17 insertions(+), 0 deletions(-)

diffs (21 lines):

diff -r abb42152e11f -r 590567b42139 usr.bin/awk/TODO
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/usr.bin/awk/TODO  Fri Feb 02 21:08:42 2001 +0000
@@ -0,0 +1,17 @@
+$NetBSD: TODO,v 1.1 2001/02/02 21:08:42 jdolecek Exp $
+
+Besides general regression testing to ensure everything still works
+with nawk instead of gawk, following GNU awk extensions should be implemented
+or handled somehow (the list is probably incomplete, please add entries 
+if anything is missing):
+
+* String functions: gensub()
+* Time functions: strftime(), systime()
+* --posix flag, which would switch off nawk extensions over POSIX awk (?)
+* special file names: /dev/pid, /dev/ppid, /dev/pgrpid, /dev/user,
+       /dev/stdin, /dev/stdout, /dev/stderr, /dev/fd/X
+* special variables: ARGIND, ERRNO, FIELDWIDTHS, IGNORECASE, RT, RSTART,
+       RLENGTH
+
+Also, the manpage should be improved to be generally more helpful
+and document extensions over what POSIX says about awk.



Home | Main Index | Thread Index | Old Index