index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
coreutils
/
test.c
Age
Commit message (
Expand
)
Author
2001-10-18
Scrub up some function prototypes.
Eric Andersen
2001-04-25
Move messages.c to libbb. Make each string in messages.c be its own .o file.
Eric Andersen
2001-03-19
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-01-31
Removed trailing \n from error_msg{,_and_die} messages.
Matt Kraai
2000-12-30
Improvements from Vladimir N. Oleynik.
Matt Kraai
2000-12-07
Changed names of functions in utility.c and all affected files, to make
Mark Whitley
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-13
Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of
Matt Kraai
2000-08-10
Some #include updates.
Eric Andersen
2000-07-19
Centralize handling of --help.
Matt Kraai
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-07-14
Don't use strings directly in calls to usage(). This is in preparation
Matt Kraai
2000-07-14
More cleanups.
Eric Andersen
2000-07-12
Use global applet_name instead of local versions.
Matt Kraai
2000-06-19
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-02
A number of additional fixed from Pavel Roskin, note some more bugs in the
Eric Andersen
2000-05-12
Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP
Erik Andersen
2000-04-15
More documentation updates, and minor fixes to make things sync
Erik Andersen
2000-03-16
Forgot these files...
Erik Andersen