summaryrefslogtreecommitdiffstats
path: root/contrib/awk
Commit message (Collapse)AuthorAgeFilesLines
* Tighten up the random seeding a little bit more. getpid() alone onlyobrien2001-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
* This commit was generated by cvs2svn to compensate for changes in r85919,obrien2001-11-021-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * I'd put down $10 says the author did a last minute tweak to awkgram.y (whichobrien2001-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.
* | We use the stock version of this file now, but since someone foolishlyobrien2001-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...
* | We use the stock 3.1.0 file.obrien2001-11-021-444/+859
| |
* | We use the stock 3.1.0 file now.obrien2001-11-021-84/+120
| |
* | We use the stock 3.1.0 file (other than needing $FreeBSD$).obrien2001-11-021-231/+584
| |
* | Merge revision 1.2 (unspam l10n ranges check) into Gawk 3.1.0.obrien2001-11-021-287/+271
| |
* | Merge revs 1.9 (don't choke on long lines),obrien2001-11-021-222/+596
| | | | | | | | rev 1.3 (use srandom(time() ^ getpid())) into Gawk 3.1.0.
* | Well spell it "gnuregex.h".obrien2001-11-021-92/+203
| |
* | This commit was generated by cvs2svn to compensate for changes in r85898,obrien2001-11-02206-12113/+41490
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update vendor branch to gawk-3.1.0.obrien2001-11-02232-14093/+46131
| |
* | Fix bug that causes gawk to choke when parsing long source files.sheldonh2000-09-042-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 insheldonh2000-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.
* | Merge the vendor release of gawk-3.0.6 onto HEAD.sheldonh2000-08-157-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,sheldonh2000-08-15130-188/+33163
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Update vendor branch to gawk-3.0.6.sheldonh2000-08-15144-295/+33604
| |
| * Fix zero-padding for printf formats which include a precision orsheldonh1999-12-221-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 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