summaryrefslogtreecommitdiffstats
path: root/contrib/awk
Commit message (Collapse)AuthorAgeFilesLines
* Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespacenik1999-04-101-4/+4
| | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
* Typo fix.alex1998-09-121-1/+1
| | | | | PR: 7906 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
* .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENTphk1998-05-131-1/+1
| | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net>
* Remove test sub-directory.jraynard1998-03-10217-4534/+1
|
* Remove yet another superfluous file.jraynard1997-10-262-59/+1
|
* Back out mode (unsigned char)...ache1997-10-261-23/+23
|
* Back out (unsigned char) cast, will use -funsigned-char insteadache1997-10-268-42/+42
|
* Add more (unsigned char) casts to ctype macrosache1997-10-237-28/+28
| | | | Fix casetable usage in the same manner too
* Add (unsigned char) cast to all ctype macrosache1997-10-232-37/+37
|
* Fix a #include "regex.h" that slipped through the net.jraynard1997-10-181-0/+4
|
* Update expected results for random number generator.jraynard1997-10-171-1/+1
|
* Remove GNU regex.h (it's already in /usr/include).jraynard1997-10-173-531/+5
|
* Update FREEBSD-upgrade file after removing random.*jraynard1997-10-161-1/+7
|
* Delete redundant files (thanks, Andrei!)jraynard1997-10-162-408/+0
|
* srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())ache1997-10-151-0/+4
| | | | | at least. Note that srandomdev can't be used here since gawk preserve old seed value.
* Unspam l10n ranges checkache1997-10-151-0/+39
|
* Do not use gawk random, we have better one in libcache1997-10-151-0/+2
|
* Virgin import of GNU awk 3.0.3jraynard1997-10-14260-0/+49739
OpenPOWER on IntegriCloud