Rob Landley
|
f7662da2af
Shaun Jackman submitted a patch converting an allocation to use
|
19 年之前 |
Mike Frysinger
|
348e84c202
change the hardcoded error constant (0x80000000UL) to a nice flexible define (BB_GETOPT_ERROR)
|
19 年之前 |
Eric Andersen
|
9315842242
Patch from David Daney:
|
20 年之前 |
Eric Andersen
|
aff114c33d
Larry Doolittle writes:
|
20 年之前 |
Eric Andersen
|
39396b95fc
Fix non standard 'date -R' formatting
|
20 年之前 |
Eric Andersen
|
c7bda1ce65
Remove trailing whitespace. Update copyright to include 2004.
|
21 年之前 |
Glenn L McGrath
|
01cdb66987
Add the -r option, patch from Rob with some help from myself.
|
21 年之前 |
Glenn L McGrath
|
c2266bd519
Woops, im getting ahead of myself, we dont have the -r (refernece)
|
21 年之前 |
Glenn L McGrath
|
5f11541bd4
define option names to be clearer, simplify nested if statements, remove
|
21 年之前 |
Manuel Novoa III
|
b511f9cea9
Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the current
|
21 年之前 |
Eric Andersen
|
8876fb2f59
last_patch89 from vodz:
|
21 年之前 |
Manuel Novoa III
|
cad5364599
Major coreutils update.
|
22 年之前 |
Glenn L McGrath
|
03195fc16f
Run through indent, fix comments
|
22 年之前 |
Robert Griebl
|
6859d761d3
- updated a few copyright/left file headers
|
22 年之前 |
Robert Griebl
|
df03932b7e
Added the -I (isofmt) options to date, which comes in handy for scripts
|
22 年之前 |
Eric Andersen
|
a7d0b41c08
Don't use pointless GNU-isms
|
22 年之前 |
Eric Andersen
|
77d9268892
Patch from larry to fix some grammar errors.
|
23 年之前 |
Matt Kraai
|
59df6f7398
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
|
23 年之前 |
Eric Andersen
|
04095e58fb
Move messages.c to libbb. Make each string in messages.c be its own .o file.
|
23 年之前 |
Eric Andersen
|
3e6ff9017f
A cleanup patch from Jeff Garzik to static-ify a number of
|
24 年之前 |
Eric Andersen
|
cbe31dace5
It turns out that DODMALLOC was broken when I reorganized busybox.h
|
24 年之前 |
Eric Andersen
|
67991cf824
This patch, put together by Manuel Novoa III, is a merge of work
|
24 年之前 |
Eric Andersen
|
ed3ef50c23
Fix header file usage -- there were many unnecessary header files included in
|
24 年之前 |
Mark Whitley
|
f57c944e09
Changed names of functions in utility.c and all affected files, to make
|
24 年之前 |
Matt Kraai
|
3e856ce428
Stop using TRUE and FALSE for exit status.
|
24 年之前 |
Eric Andersen
|
7b5d59464f
Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close
|
24 年之前 |
Eric Andersen
|
a683ee81d9
"I will always compile before I commit."
|
24 年之前 |
Eric Andersen
|
3570a34de4
Renamed "internal.h" to the more sensible "busybox.h".
|
24 年之前 |
Eric Andersen
|
88f50b6bf5
Some #include updates.
|
24 年之前 |
Pavel Roskin
|
47d4926244
The result of getopt() is "int" and should be treated as such
|
24 年之前 |