Subject: Re: CVS commit: basesrc
To: Jaromir Dolecek <jdolecek@netbsd.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-userlevel
Date: 02/08/2001 13:30:33
On Thu, Feb 08, 2001 at 10:45:09PM +0200, Jaromir Dolecek wrote:

 > Module Name:	basesrc
 > Committed By:	jdolecek
 > Date:		Thu Feb  8 20:45:09 UTC 2001
 > 
 > Modified Files:
 > 	basesrc/usr.bin/awk: TODO
 > 
 > Log Message:
 > strftime(), systime() added, gensub() partly done
 > actually, awk DOES support RSTART and RLENGTH, remove from list of variables
 > noticed the number of open files is limited to FOPEN_MAX (20), this should
 > be made dynamic

We should make sure that there is a flag to awk that disables all
of the non-POSIX (or, non-SUSv2) features.

...maybe refrences to these functions should cause a warning unless
argv[0] == "gawk"? :-)  (1/2 kidding)

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>