summaryrefslogtreecommitdiffstats
path: root/contrib/awk/builtin.c
Commit message (Expand)AuthorAgeFilesLines
* Tighten up the random seeding a little bit more. getpid() alone onlyobrien2001-11-031-1/+2
* Merge revs 1.9 (don't choke on long lines),obrien2001-11-021-222/+596
* Fix bug that causes gawk to choke when parsing long source files.sheldonh2000-09-041-2/+4
* Merge the vendor release of gawk-3.0.6 onto HEAD.sheldonh2000-08-151-2/+3
* Fix zero-padding for printf formats which include a precision orsheldonh1999-12-231-2/+8
* Fix conflicts. Add $FreeBSD$ as needed.sheldonh1999-09-271-25/+86
* Back out (unsigned char) cast, will use -funsigned-char insteadache1997-10-261-2/+2
* Add more (unsigned char) casts to ctype macrosache1997-10-231-2/+2
* srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())ache1997-10-151-0/+4
* Do not use gawk random, we have better one in libcache1997-10-151-0/+2
* Virgin import of GNU awk 3.0.3jraynard1997-10-141-0/+2048
OpenPOWER on IntegriCloud