lukem
|
829384f829
|
appease gcc -Wuninitialized
|
2005-06-02 04:34:57 +00:00 |
wiz
|
4cea33dc9f
|
Sort options in usage. From Kouichirou Hiratsuka in PR 26388.
|
2004-07-23 13:45:59 +00:00 |
christos
|
836ba5076b
|
remove debugging string.
|
2004-06-06 07:09:55 +00:00 |
christos
|
9211fa02e8
|
- deal with ansi string concatenation.
- don't overflow the string copy buffer.
- increase the input line buffer.
|
2004-06-06 04:53:14 +00:00 |
jmmv
|
b635f565e7
|
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
|
2004-01-05 23:23:32 +00:00 |
christos
|
04a20c38b9
|
don't emit #line directives.
|
2003-11-08 18:44:52 +00:00 |
christos
|
60d5c19922
|
ansify and knf
|
2003-11-08 18:12:01 +00:00 |
agc
|
89aaa1bb64
|
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
2003-08-07 11:13:06 +00:00 |
aymeric
|
d5ee8dac41
|
Teach xstr(1) about gcc's __asm and __asm__ directives.
Now we can process our own header files with xstr(1) without it breaking
everything.
|
2002-01-12 02:13:12 +00:00 |
cgd
|
a8ec668ddf
|
convert to use getprogname()
|
2001-02-19 23:03:42 +00:00 |
drochner
|
85cbf55d16
|
Since our gcc doesn't warn about NULL format strings anymore, we can
fix the incorrect err(1, "%s", "") et al.
Closes PR bin/7592 by cgd.
|
1999-11-09 15:06:30 +00:00 |
mrg
|
d18c4ee21d
|
use mkstemp
|
1999-04-20 13:53:53 +00:00 |
christos
|
487c013c51
|
char -> unsigned char
|
1998-12-20 19:05:19 +00:00 |
christos
|
4edda7dedc
|
Modernize (use err, don't use bogus cpp macros, prototypes etc.)
|
1998-09-27 18:29:15 +00:00 |
mrg
|
7916a63bb7
|
WARNSify; deprecate register; clean up .Nm
|
1997-10-20 01:21:45 +00:00 |
pk
|
62972ee658
|
* NULL => 0 (Arne Juul; PR#3629)
* Nuke spacoids.
|
1997-05-17 20:26:47 +00:00 |
cgd
|
a2cb9c5136
|
needs stdlib.h
|
1994-12-24 16:57:59 +00:00 |
jtc
|
389c3da336
|
Patch by Jason Thorpe that adds SunOS compatible -l option which can be
used to specify the name of array.
Reworked argument parsing to use getopt().
|
1994-11-26 09:25:22 +00:00 |
jtc
|
06f0d0a77d
|
Merged with 4.4 lite.
Changed to conform to NetBSD's new RCS ID convention.
|
1994-11-14 04:56:13 +00:00 |
mycroft
|
e9d867ef50
|
Add RCS identifiers.
|
1993-08-01 17:54:45 +00:00 |
cgd
|
61f282557f
|
initial import of 386bsd-0.1 sources
|
1993-03-21 09:45:37 +00:00 |