index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
util-linux
/
readprofile.c
Age
Commit message (
Expand
)
Author
2008-07-21
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-04-19
libbb: introduce xmalloc_xopen_read_close and use where appropriate
Denis Vlasenko
2008-03-17
*: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param)
Denis Vlasenko
2008-03-17
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2007-11-13
tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>)
Denis Vlasenko
2007-10-11
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-08-18
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-12
trylink: produce even more info about final link stage
Denis Vlasenko
2007-06-13
hush: fix read builtin to not read ahead past eol and to not use
Denis Vlasenko
2007-05-26
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2006-11-01
mostly style fixes
Denis Vlasenko
2006-10-14
add open_read_close() and similar stuff
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-10-03
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-09-22
readprofile: getopt_ulflags'isation
Denis Vlasenko
2006-08-06
Make a warning go away on 64-bit systems.
Rob Landley
2006-08-03
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-07-02
Standardize on the vi editing directives being on the first line.
"Robert P. J. Day"
2006-01-25
just whitespace
Tim Riker
2005-10-20
another more const
"Vladimir N. Oleynik"
2005-09-14
Cleanup patch from Tito.
Rob Landley
2005-05-20
Add readprofile applet support.
Paul Mundt