Commit Graph

5 Commits

Author SHA1 Message Date
ache
1dde52fdd5 Back out (unsigned char) cast, will use -funsigned-char instead 1997-10-26 12:14:54 +00:00
ache
a766cf483f Add more (unsigned char) casts to ctype macros
Fix casetable usage in the same manner too
1997-10-23 02:03:43 +00:00
ache
96a889be30 srandom(time()) is too weak even for joke, use srandom(time() ^ getpid())
at least. Note that srandomdev can't be used here since gawk preserve old
seed value.
1997-10-15 22:49:19 +00:00
ache
53944ea82d Do not use gawk random, we have better one in libc 1997-10-15 14:01:31 +00:00
jraynard
a46c41193f Virgin import of GNU awk 3.0.3 1997-10-14 18:17:11 +00:00