summaryrefslogtreecommitdiff
path: root/contrib/awk
Commit message (Collapse)AuthorAgeFilesLines
* Remove GAWK. I removed it from the build 2 weeks ago and the worldDavid E. O'Brien2002-06-20292-108772/+0
| | | | | | | did not end. So finish the deed. Notes: svn path=/head/; revision=98512
* Tighten up the random seeding a little bit more. getpid() alone onlyDavid E. O'Brien2001-11-031-1/+2
| | | | | | | | | | affect only lower bits of seed which would resulte in the same seed for sequences of fast-started awk's resulting the same random sequence. Submitted by: ache Notes: svn path=/head/; revision=85938
* This commit was generated by cvs2svn to compensate for changes in r85919,David E. O'Brien2001-11-021-2/+2
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=85920
| * I'd put down $10 says the author did a last minute tweak to awkgram.y (whichvendor/misc-GNU/awkDavid E. O'Brien2001-11-021-2/+2
| | | | | | | | | | | | | | | | | | had an error in it), and applied it by hand to awkgram.c (getting it right) rather than really generating an new awkgram.c properly using Bison/YACC... Fix his mistake here. Notes: svn path=/vendor/awk/dist/; revision=85919
* | We use the stock version of this file now, but since someone foolishlyDavid E. O'Brien2001-11-022-169/+467
| | | | | | | | | | | | | | | | | | took about 15 files off the vendor branch for what turned out to be good reason a Gawk update takes an order of magnitude more effort than it should... Notes: svn path=/head/; revision=85915
* | We use the stock 3.1.0 file.David E. O'Brien2001-11-021-444/+859
| | | | | | | | Notes: svn path=/head/; revision=85913
* | We use the stock 3.1.0 file now.David E. O'Brien2001-11-021-84/+120
| | | | | | | | Notes: svn path=/head/; revision=85911
* | We use the stock 3.1.0 file (other than needing $FreeBSD$).David E. O'Brien2001-11-021-231/+584
| | | | | | | | Notes: svn path=/head/; revision=85910
* | Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0.David E. O'Brien2001-11-021-287/+271
| | | | | | | | Notes: svn path=/head/; revision=85908
* | Merge revs 1.9 (don't choke on long lines),David E. O'Brien2001-11-021-222/+596
| | | | | | | | | | | | | | rev 1.3 (use srandom(time() ^ getpid())) into Gawk 3.1.0. Notes: svn path=/head/; revision=85907
* | Well spell it "gnuregex.h".David E. O'Brien2001-11-021-92/+203
| | | | | | | | Notes: svn path=/head/; revision=85905
* | This commit was generated by cvs2svn to compensate for changes in r85898,David E. O'Brien2001-11-02206-12113/+41490
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=85899
| * Update vendor branch to gawk-3.1.0.David E. O'Brien2001-11-02232-14093/+46131
| | | | | | | | Notes: svn path=/vendor/awk/dist/; revision=85898
* | Fix bug that causes gawk to choke when parsing long source files.Sheldon Hearn2000-09-042-5/+11
| | | | | | | | | | | | | | | | Reported by: Tony Fleisher <takhus@takhus.mind.net> Submitted by: Aharon Robbins <arnold@skeeve.com> Notes: svn path=/head/; revision=65435
* | Describe the process used for the gawk-3.0.6 update inSheldon Hearn2000-08-152-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. Notes: svn path=/head/; revision=64675
* | Merge the vendor release of gawk-3.0.6 onto HEAD.Sheldon Hearn2000-08-157-76/+206
| | | | | | | | | | | | | | | | | | | | This addresses one known problem in the PR database. PR: 13921 Reported by: Jin Guojun <j_guojun@lbl.gov> Notes: svn path=/head/; revision=64669
* | This commit was generated by cvs2svn to compensate for changes in r64666,Sheldon Hearn2000-08-15130-188/+33163
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=64667
| * Update vendor branch to gawk-3.0.6.Sheldon Hearn2000-08-15144-295/+33604
| | | | | | | | Notes: svn path=/vendor/awk/dist/; revision=64666
| * Fix zero-padding for printf formats which include a precision orSheldon Hearn1999-12-221-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com> Notes: svn path=/vendor/awk/dist/; revision=55001
* | Fix zero-padding for printf formats which include a precision orSheldon Hearn1999-12-231-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | width. This is a vendor-supplied patch. Requested by: bde Submitted by: Aharon Robbins <arnold@skeeve.com> Notes: svn path=/head/; revision=55056
* | Update the upgrade instructions for awk 3.0.4.Sheldon Hearn1999-09-271-3/+7
| | | | | | | | Notes: svn path=/head/; revision=51732
* | Fix conflicts. Add $FreeBSD$ as needed.Sheldon Hearn1999-09-278-141/+297
| | | | | | | | Notes: svn path=/head/; revision=51731
* | This commit was generated by cvs2svn to compensate for changes in r51728,Sheldon Hearn1999-09-2717-117/+638
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=51729
| * Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-Sheldon Hearn1999-09-2725-258/+920
| | | | | | | | | | | | | | | | | | | | management problem involving custom print formats. PR: 13615 Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org> Notes: svn path=/vendor/awk/dist/; revision=51728
* | Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespaceNik Clayton1999-04-101-4/+4
| | | | | | | | | | | | | | | | | | | | before a macro. PR: docs/7833 Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp> Notes: svn path=/head/; revision=45559
* | Typo fix.Alexander Langer1998-09-121-1/+1
| | | | | | | | | | | | | | | | PR: 7906 Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp> Notes: svn path=/head/; revision=39103
* | .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