Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix bug that causes gawk to choke when parsing long source files. | sheldonh | 2000-09-04 | 2 | -5/+11 |
| | | | | | Reported by: Tony Fleisher <takhus@takhus.mind.net> Submitted by: Aharon Robbins <arnold@skeeve.com> | ||||
* | Describe the process used for the gawk-3.0.6 update in | sheldonh | 2000-08-15 | 2 | -247/+3 |
| | | | | | | FREEBSD-upgrade and remove the config.h which should never have existed in the contrib area. That file has been moved into gnu/usr.bin/awk where it belongs. | ||||
* | Merge the vendor release of gawk-3.0.6 onto HEAD. | sheldonh | 2000-08-15 | 7 | -76/+206 |
| | | | | | | | This addresses one known problem in the PR database. PR: 13921 Reported by: Jin Guojun <j_guojun@lbl.gov> | ||||
* | This commit was generated by cvs2svn to compensate for changes in r64666, | sheldonh | 2000-08-15 | 130 | -188/+33163 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Update vendor branch to gawk-3.0.6. | sheldonh | 2000-08-15 | 144 | -295/+33604 |
| | | |||||
| * | Fix zero-padding for printf formats which include a precision or | sheldonh | 1999-12-22 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com> | ||||
* | | Fix zero-padding for printf formats which include a precision or | sheldonh | 1999-12-23 | 1 | -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. | sheldonh | 1999-09-27 | 1 | -3/+7 |
| | | |||||
* | | Fix conflicts. Add $FreeBSD$ as needed. | sheldonh | 1999-09-27 | 8 | -141/+297 |
| | | |||||
* | | This commit was generated by cvs2svn to compensate for changes in r51728, | sheldonh | 1999-09-27 | 17 | -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- | sheldonh | 1999-09-27 | 25 | -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 whitespace | nik | 1999-04-10 | 1 | -4/+4 |
| | | | | | | | | | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> | ||||
* | | Typo fix. | alex | 1998-09-12 | 1 | -1/+1 |
| | | | | | | | | | | PR: 7906 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp> | ||||
* | | .Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT | phk | 1998-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | PR: 6599 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> | ||||
* | | Remove test sub-directory. | jraynard | 1998-03-10 | 217 | -4534/+1 |
| | | |||||
* | | Remove yet another superfluous file. | jraynard | 1997-10-26 | 2 | -59/+1 |
| | | |||||
* | | Back out mode (unsigned char)... | ache | 1997-10-26 | 1 | -23/+23 |
| | | |||||
* | | Back out (unsigned char) cast, will use -funsigned-char instead | ache | 1997-10-26 | 8 | -42/+42 |
| | | |||||
* | | Add more (unsigned char) casts to ctype macros | ache | 1997-10-23 | 7 | -28/+28 |
| | | | | | | | | Fix casetable usage in the same manner too | ||||
* | | Add (unsigned char) cast to all ctype macros | ache | 1997-10-23 | 2 | -37/+37 |
| | | |||||
* | | Fix a #include "regex.h" that slipped through the net. | jraynard | 1997-10-18 | 1 | -0/+4 |
| | | |||||
* | | Update expected results for random number generator. | jraynard | 1997-10-17 | 1 | -1/+1 |
| | | |||||
* | | Remove GNU regex.h (it's already in /usr/include). | jraynard | 1997-10-17 | 3 | -531/+5 |
| | | |||||
* | | Update FREEBSD-upgrade file after removing random.* | jraynard | 1997-10-16 | 1 | -1/+7 |
| | | |||||
* | | Delete redundant files (thanks, Andrei!) | jraynard | 1997-10-16 | 2 | -408/+0 |
| | | |||||
* | | srandom(time()) is too weak even for joke, use srandom(time() ^ getpid()) | ache | 1997-10-15 | 1 | -0/+4 |
| | | | | | | | | | | at least. Note that srandomdev can't be used here since gawk preserve old seed value. | ||||
* | | Unspam l10n ranges check | ache | 1997-10-15 | 1 | -0/+39 |
| | | |||||
* | | Do not use gawk random, we have better one in libc | ache | 1997-10-15 | 1 | -0/+2 |
|/ | |||||
* | Virgin import of GNU awk 3.0.3 | jraynard | 1997-10-14 | 260 | -0/+49739 |