Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 02/08/2001 22:42:41
Module Name:	basesrc
Committed By:	jdolecek
Date:		Thu Feb  8 20:42:41 UTC 2001

Modified Files:
	basesrc/dist/nawk: awk.h awkgram.y lex.c maketab.c parse.c proctab.c
	    proto.h run.c

Log Message:
add GNU awk compatible functions systime(), strftime() and gensub()
XXX gensub() doesn't handle backreferences (\0 .... \9) yet


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/dist/nawk/awk.h basesrc/dist/nawk/awkgram.y
cvs rdiff -r1.2 -r1.3 basesrc/dist/nawk/lex.c basesrc/dist/nawk/maketab.c \
    basesrc/dist/nawk/parse.c basesrc/dist/nawk/proto.h \
    basesrc/dist/nawk/run.c
cvs rdiff -r1.3 -r1.4 basesrc/dist/nawk/proctab.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.