index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
parse_mode.c
Age
Commit message (
Expand
)
Author
2010-10-28
*: whitespace fixes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-09-23
*: optimize code size in strtoul calls
Denys Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-04-10
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-01-26
bb_parse_mode: do not do umask() needlessly.
Denis Vlasenko
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2006-03-06
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-03-19
Restrict octal perms to <= 07777. Cosmetic error message change.
Manuel Novoa III
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-05-23
Patch from larry to fix some grammar errors.
Eric Andersen
2001-03-21
A nice patch from Larry Doolittle that adds -Wshadow and
Eric Andersen
2001-03-16
Convert utility.c into libbb.a. It is now a whole pile of .c
Eric Andersen