Rob Landley
|
b9dfb8c03f
Manuel points out that if printf needs a flush to act like dprintf, the result
|
19 years ago |
Rob Landley
|
cce1ae2ce5
Shaun Jackman pointed out that dprintf(STDOUT_FILENO,...) is just a printf.
|
19 years ago |
Glenn L McGrath
|
f86391e7d7
Patch from William Barsse to fix a segfault when multiple files are specified.
|
20 years ago |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 years ago |
Glenn L McGrath
|
4ef5a84583
Move the tail -c option from FANCY_TAIL to the default tail, this makes
|
21 years ago |
Eric Andersen
|
b5b5ac3237
trivial fix to make sure we have sufficient arguments before
|
22 years ago |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 years ago |
Glenn L McGrath
|
76ff0da4d2
Support the obsolete '+' option
|
22 years ago |
Robert Griebl
|
53146cc9ec
Added include for isdigit(); simplified -<num> detection
|
22 years ago |
Robert Griebl
|
13c26fc1a5
SUpport old style -[::digit::] options for head and tail
|
22 years ago |
Eric Andersen
|
bdfd0d78bc
Major rework of the directory structure and the entire build system.
|
23 years ago |
Eric Andersen
|
74400ccfd0
Scrub up some function prototypes.
|
23 years ago |
Eric Andersen
|
ce98c19dfe
A patch from Erik Meusel <erik@wh58-709.st.uni-magdeburg.de>
|
23 years ago |
Eric Andersen
|
004015e9c4
Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug
|
23 years ago |
Eric Andersen
|
3e6ff9017f
A cleanup patch from Jeff Garzik to static-ify a number of
|
24 years ago |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 years ago |
Eric Andersen
|
963791a9e9
Another patch from Vladimir to eliminate obsolete junk.
|
24 years ago |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 years ago |
Matt Kraai
|
a164c647ac
Make suffix_mult structures const. Thanks to Vladimir N. Oleynik.
|
24 years ago |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 years ago |
Mark Whitley
|
eb60d8bcd1
Turned some #define constants into static const ints.
|
24 years ago |
Matt Kraai
|
55bccf315e
Rewrote tail.
|
24 years ago |
Matt Kraai
|
24ac017961
Rewrote dd.
|
24 years ago |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 years ago |
Matt Kraai
|
69229a6c92
Piss people off by removing [+-][0-9]+ options from tail.
|
24 years ago |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 years ago |
Matt Kraai
|
322ae93a5e
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
|
24 years ago |
Pavel Roskin
|
8237add8d0
Fixed misuse of type "char"
|
24 years ago |
Eric Andersen
|
88f50b6bf5
Some #include updates.
|
24 years ago |
Eric Andersen
|
46ade97983
Cleaner way to handle -NUM and +NUM, reduces the mem usage as well.
|
24 years ago |