summaryrefslogtreecommitdiff
path: root/contrib/awk
Commit message (Collapse)AuthorAgeFilesLines
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTPoul-Henning Kamp1998-05-131-1/+1
| | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36014
* Remove test sub-directory.James Raynard1998-03-10217-4534/+1
| | | | Notes: svn path=/head/; revision=34476
* Remove yet another superfluous file.James Raynard1997-10-262-59/+1
| | | | Notes: svn path=/head/; revision=30736
* Back out mode (unsigned char)...Andrey A. Chernov1997-10-261-23/+23
| | | | Notes: svn path=/head/; revision=30730
* Back out (unsigned char) cast, will use -funsigned-char insteadAndrey A. Chernov1997-10-268-42/+42
| | | | Notes: svn path=/head/; revision=30729
* Add more (unsigned char) casts to ctype macrosAndrey A. Chernov1997-10-237-28/+28
| | | | | | | Fix casetable usage in the same manner too Notes: svn path=/head/; revision=30656
* Add (unsigned char) cast to all ctype macrosAndrey A. Chernov1997-10-232-37/+37
| | | | Notes: svn path=/head/; revision=30653
* Fix a #include "regex.h" that slipped through the net.James Raynard1997-10-181-0/+4
| | | | Notes: svn path=/head/; revision=30548
* Update expected results for random number generator.James Raynard1997-10-171-1/+1
| | | | Notes: svn path=/head/; revision=30519
* Remove GNU regex.h (it's already in /usr/include).James Raynard1997-10-173-531/+5
| | | | Notes: svn path=/head/; revision=30518
* Update FREEBSD-upgrade file after removing random.*James Raynard1997-10-161-1/+7
| | | | Notes: svn path=/head/; revision=30495
* Delete redundant files (thanks, Andrei!)James Raynard1997-10-162-408/+0
| | | | Notes: svn path=/head/; revision=30494
* srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())Andrey A. Chernov1997-10-151-0/+4
| | | | | | | | at least. Note that srandomdev can't be used here since gawk preserve old seed value. Notes: svn path=/head/; revision=30454
* Unspam l10n ranges checkAndrey A. Chernov1997-10-151-0/+39
| | | | Notes: svn path=/head/; revision=30445
* Do not use gawk random, we have better one in libcAndrey A. Chernov1997-10-151-0/+2
| | | | Notes: svn path=/head/; revision=30441
* Virgin import of GNU awk 3.0.3vendor/misc-GNU/awk/3.0.3James Raynard1997-10-14260-0/+49739
Notes: svn path=/vendor/awk/dist/; revision=30411 svn path=/vendor/awk/3.0.3/; revision=30413; tag=vendor/misc-GNU/awk/3.0.3