index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
expr.c
Age
Commit message (
Expand
)
Author
2006-12-21
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-11-27
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-10-26
remove bb_printf and the like
Denis Vlasenko
2006-10-20
message string changes, mostly for consistency, also -32 bytes in .rodata
Denis Vlasenko
2006-08-28
- pull from busybox_scratch: r15829:15850
Bernhard Reutner-Fischer
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-12
Add one-line GPL boilerplate to numerous (but not all yet) source files.
"Robert P. J. Day"
2006-01-30
clean up yet more annoying signed/unsigned mismatches and fixup
Eric Andersen
2006-01-25
support 64 arith. Close bug 136
"Vladimir N. Oleynik"
2006-01-25
just whitespace
Tim Riker
2005-09-29
change interface to bb_xasprintf() - more perfect for me.
"Vladimir N. Oleynik"
2005-05-09
Patch from Shaun Jackman:
Rob Landley
2004-04-14
Larry Doolittle writes:
Eric Andersen
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-02-01
Use bb_xstrdup() instead of strdup().
Manuel Novoa III
2004-01-25
Be stricter when converting strings to integers. Should fix the problem
Manuel Novoa III
2003-09-08
Patch from Jean Wolter
Glenn L McGrath
2003-08-29
vodz, last patch 103
Glenn L McGrath
2003-03-19
Major coreutils update.
Manuel Novoa III
2002-07-19
Applied vodz' patches #49 and #50 (with a small correction in runshell.c)
Robert Griebl
2001-10-31
Fixup some silly prototype warnings
Eric Andersen
2001-05-16
Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c
Matt Kraai
2001-03-19
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Eric Andersen
2001-03-09
Added some more '/* getopt not needed */' lines.
Mark Whitley
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
2001-01-27
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
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-05
Added expr, from Edward Betts <edward@debian.org>, with some fixups
Eric Andersen