sheldonh
|
3bc63b4b30
|
Fix zero-padding for printf formats which include a precision or
width.
This is a vendor-supplied patch.
Requested by: bde
Submitted by: Aharon Robbins <arnold@skeeve.com>
|
1999-12-23 18:24:31 +00:00 |
|
sheldonh
|
412c3617b4
|
Update the upgrade instructions for awk 3.0.4.
|
1999-09-27 09:09:08 +00:00 |
|
sheldonh
|
fd12515e9f
|
Fix conflicts. Add $FreeBSD$ as needed.
|
1999-09-27 08:57:04 +00:00 |
|
sheldonh
|
b54765f984
|
This commit was generated by cvs2svn to compensate for changes in r51728,
which included commits to RCS files with non-trunk default branches.
|
1999-09-27 08:51:04 +00:00 |
|
sheldonh
|
b725e888cf
|
Virgin import of GNU awk 3.0.4, which fixes at least a memory mis-
management problem involving custom print formats.
PR: 13615
Reported by: Scott Hazen Mueller <scott@zorch.sf-bay.org>
|
1999-09-27 08:51:04 +00:00 |
|
nik
|
2dc21beae9
|
Fixed one typo ("[[=e]]" -> "[[=e=]]") and two occurences of whitespace
before a macro.
PR: docs/7833
Submitted by: Kazuo Horikawa <k-horik@yk.rim.or.jp>
|
1999-04-10 20:42:06 +00:00 |
|
alex
|
d5627d6fb4
|
Typo fix.
PR: 7906
Submitted by: Yoshihiko OHTA <yohta@bres.tsukuba.ac.jp>
|
1998-09-12 16:55:54 +00:00 |
|
phk
|
4c734c0e4d
|
.Sh ENVIRONMENT VARIABLES -> .Sh ENVIRONMENT
PR: 6599
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>
|
1998-05-13 07:57:49 +00:00 |
|
jraynard
|
400707d96e
|
Remove test sub-directory.
|
1998-03-10 19:28:47 +00:00 |
|
jraynard
|
137f5fa8c3
|
Remove yet another superfluous file.
|
1997-10-26 12:53:16 +00:00 |
|
ache
|
57825f045f
|
Back out mode (unsigned char)...
|
1997-10-26 12:17:33 +00:00 |
|
ache
|
105ae2c382
|
Back out (unsigned char) cast, will use -funsigned-char instead
|
1997-10-26 12:14:54 +00:00 |
|
ache
|
436deeda1a
|
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
|
cca19fe726
|
Add (unsigned char) cast to all ctype macros
|
1997-10-23 01:29:44 +00:00 |
|
jraynard
|
d63eb3bcaa
|
Fix a #include "regex.h" that slipped through the net.
|
1997-10-18 13:12:39 +00:00 |
|
jraynard
|
b6a8ab8abe
|
Update expected results for random number generator.
|
1997-10-17 19:24:33 +00:00 |
|
jraynard
|
7edf06f41c
|
Remove GNU regex.h (it's already in /usr/include).
|
1997-10-17 19:16:02 +00:00 |
|
jraynard
|
4e240cf2d6
|
Update FREEBSD-upgrade file after removing random.*
|
1997-10-16 21:45:46 +00:00 |
|
jraynard
|
37c9909845
|
Delete redundant files (thanks, Andrei!)
|
1997-10-16 21:39:00 +00:00 |
|
ache
|
ad58c6f873
|
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
|
edce646e6c
|
Unspam l10n ranges check
|
1997-10-15 15:37:46 +00:00 |
|
ache
|
9bf78b0184
|
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 |
|