summaryrefslogtreecommitdiffstats
path: root/contrib/awk
Commit message (Collapse)AuthorAgeFilesLines
* Fix zero-padding for printf formats which include a precision orsheldonh1999-12-231-2/+8
| | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com>
* Update the upgrade instructions for awk 3.0.4.sheldonh1999-09-271-3/+7
|
* Fix conflicts. Add $FreeBSD$ as needed.sheldonh1999-09-278-141/+297
|
* This commit was generated by cvs2svn to compensate for changes in r51728,sheldonh1999-09-2717-117/+638
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-sheldonh1999-09-2725-258/+920
| | | | | | | | | | | | | | management problem involving custom print formats. PR: 13615 Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
* | 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