Manuel Novoa III
|
3280f9a3fc
|
New version to cut size. Includes optional basename() compatibility, but
enabling that would break the basename applet at least for one corner case.
|
2001-12-05 04:35:32 +00:00 |
|
Manuel Novoa III
|
6509f92a3b
|
Combined size reduction changes by Glenn and myself. Added back in "unknown"
for -p to match normal uname behavior (at a cost of 30-40 bytes).
|
2001-12-05 04:21:30 +00:00 |
|
Glenn L McGrath
|
1dbbd2fe34
|
Fail gracefully if package depends on a virtual package.
|
2001-12-05 04:10:14 +00:00 |
|
Eric Andersen
|
ed8a9be287
|
Patch from Dan Langlois <dan@somanetworks.com> Support SIGSTOP/SIGCONT
for wierd situations when people want init to actualy stop doing
anything for a while...
|
2001-11-30 19:10:58 +00:00 |
|
Eric Andersen
|
c3657428d3
|
Add in a 'time' applet. Adds 4.5k.
-Erik
|
2001-11-30 07:54:32 +00:00 |
|
Glenn L McGrath
|
38288bbf4c
|
gunzip was incorrectly reporting a failed crc and length (discovered by
Chang, Shu-Hao). The bitbuffer needs to be unwound after decompression,
as it was eating into the crc/size field.
|
2001-11-29 06:36:56 +00:00 |
|
Matt Kraai
|
8a35c9a557
|
Add space before module name (noted by Ron Yorston).
|
2001-11-27 17:28:01 +00:00 |
|
Glenn L McGrath
|
9e6c9f7311
|
Minor space saving improvments
|
2001-11-21 12:46:36 +00:00 |
|
Glenn L McGrath
|
74afa9aed1
|
When just counting chars of a file stat file instead of reading the whole file (Fixes Debian bug #103302)
|
2001-11-21 10:26:28 +00:00 |
|
Glenn L McGrath
|
c29ab97094
|
woops. dotn pass NULL
|
2001-11-21 10:01:29 +00:00 |
|
Glenn L McGrath
|
1477ad8e83
|
Simplify print function, prints an extra space if no filename, but saves 4 bytes
|
2001-11-21 09:58:29 +00:00 |
|
Glenn L McGrath
|
02d090d3d2
|
Use enums for selected functionality, Reduce the size by nearly 100 Bytes
|
2001-11-21 09:17:00 +00:00 |
|
Eric Andersen
|
2480e3a30a
|
Fix dangling comma
|
2001-11-21 09:05:31 +00:00 |
|
Matt Kraai
|
1dbd6ff80f
|
New.
|
2001-11-20 16:04:22 +00:00 |
|
Matt Kraai
|
585f657e2d
|
Fix undeclared variable error.
|
2001-11-20 16:00:44 +00:00 |
|
Matt Kraai
|
0c390a76fe
|
Eliminate warning.
|
2001-11-20 16:00:19 +00:00 |
|
Matt Kraai
|
fd3f1be57f
|
New.
|
2001-11-20 15:49:55 +00:00 |
|
Matt Kraai
|
355a61b56f
|
Treat NUL as the end-of-line.
|
2001-11-20 15:49:50 +00:00 |
|
Eric Andersen
|
66c22051f9
|
More grammar fixes
|
2001-11-20 12:40:37 +00:00 |
|
Eric Andersen
|
dbdc0d5da9
|
grammer error
|
2001-11-20 12:36:28 +00:00 |
|
Eric Andersen
|
4d7f9c3d99
|
Update the website
|
2001-11-20 11:56:51 +00:00 |
|
Eric Andersen
|
4b8a1e89a5
|
Fix email addr
|
2001-11-20 11:41:37 +00:00 |
|
Eric Andersen
|
f435a918fa
|
S390 wierdness
|
2001-11-20 05:42:57 +00:00 |
|
Eric Andersen
|
81ee96fe62
|
Usr get_last_path_component() name basename()
|
2001-11-20 00:23:48 +00:00 |
|
Eric Andersen
|
c36642195c
|
Include time.h
|
2001-11-20 00:15:27 +00:00 |
|
Eric Andersen
|
edc6e0248c
|
Oops. doubled myself
|
2001-11-19 23:50:18 +00:00 |
|
Eric Andersen
|
372f12678e
|
Note tinylogin TODO items
|
2001-11-19 22:51:41 +00:00 |
|
Matt Kraai
|
efd7f03657
|
Fix opt type in dpkg (closes: #118975).
|
2001-11-19 21:07:15 +00:00 |
|
Matt Kraai
|
4e05da89f3
|
Add a check target.
|
2001-11-19 19:47:56 +00:00 |
|
Matt Kraai
|
36c613a443
|
Update usage instructions, and document test case format.
|
2001-11-19 19:28:56 +00:00 |
|
Matt Kraai
|
9dfe508a3f
|
New.
|
2001-11-19 19:00:13 +00:00 |
|
Matt Kraai
|
c2d6ca0922
|
Fix misspelling.
|
2001-11-19 18:44:58 +00:00 |
|
Matt Kraai
|
03bb3088b0
|
New.
|
2001-11-19 15:13:12 +00:00 |
|
Eric Andersen
|
6f8b7ea452
|
oops
|
2001-11-19 11:45:39 +00:00 |
|
Eric Andersen
|
55805bcba4
|
More scrubbing
|
2001-11-19 10:59:37 +00:00 |
|
Eric Andersen
|
d81891a2e6
|
Call xmalloc before realloc
|
2001-11-19 10:49:30 +00:00 |
|
Eric Andersen
|
43626d7671
|
Fixup CLEANUP behavior
|
2001-11-19 10:36:20 +00:00 |
|
Eric Andersen
|
cc05ce64e9
|
Update webpage
|
2001-11-18 15:49:26 +00:00 |
|
Glenn L McGrath
|
fff11f1ab7
|
bzcat and bunzip -c support from Thomas Lundquist
|
2001-11-18 14:20:25 +00:00 |
|
Eric Andersen
|
fedce06b7f
|
Hide some ifdefs to make it more readible
|
2001-11-17 07:27:14 +00:00 |
|
Eric Andersen
|
9c6b5fcb0a
|
Minor warning cleanups
|
2001-11-17 07:23:46 +00:00 |
|
Eric Andersen
|
bff7a60f63
|
Patch from "Andrew Tipton" <andrew@cadre5.com> to enable vi cursor
keys while editing.
|
2001-11-17 07:15:43 +00:00 |
|
Eric Andersen
|
80f5ac7016
|
Patch from Steve Merrifield <steve@labyrinth.net.au> to make vi
use xmalloc
|
2001-11-17 06:57:42 +00:00 |
|
Eric Andersen
|
26f8e95d2d
|
David Kimdon <dwhedon@instant802.com> noticed a thinko
in md5sum where only binary sums were verified. He also
sent in this patch,
-Erik
|
2001-11-17 04:16:15 +00:00 |
|
Matt Kraai
|
5c2bbb55d7
|
Remove unnecessary errno handling.
|
2001-11-12 18:44:26 +00:00 |
|
Matt Kraai
|
6c5fdfaf56
|
New.
|
2001-11-12 18:42:57 +00:00 |
|
Matt Kraai
|
a21c24bf03
|
Convert strdup call to xstrdup, and calloc calls to xcalloc (patch from
Steve Merrifield).
|
2001-11-12 16:58:07 +00:00 |
|
Matt Kraai
|
c8227639db
|
Change strdup calls to xstrdup (patch from Steve Merrifield).
|
2001-11-12 16:57:27 +00:00 |
|
Matt Kraai
|
357cfc739e
|
Brag.
|
2001-11-12 16:45:43 +00:00 |
|
Matt Kraai
|
9fb38f600c
|
Eliminate unused variable warnings.
|
2001-11-12 16:45:23 +00:00 |
|