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
/
printf.c
Age
Commit message (
Expand
)
Author
2007-03-09
printf: allow hex/oct numbers; move functions around
Denis Vlasenko
2007-02-03
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-01-29
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2006-11-27
safe_strtoXX interface proved to be a bit unconvenient.
Denis Vlasenko
2006-10-08
attempt to regularize atoi mess.
Denis Vlasenko
2006-09-23
remove unneeded #includes, fix indentation
Denis Vlasenko
2006-04-03
- make append_option and multiconvert static.
Bernhard Reutner-Fischer
2006-02-28
more busybox's style: close bug 745
"Vladimir N. Oleynik"
2006-01-25
just whitespace
Tim Riker
2006-01-06
Bug 624 wants quoted char support for printf, so you can do something like:
Rob Landley
2004-09-15
Patch by Felipe Kellermann, use the common escape handling function and remov...
Glenn L McGrath
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2004-03-06
Fix/eliminate use of atol
Eric Andersen
2003-08-08
Fix a stupid bug I introduced several months ago
Eric Andersen
2003-05-26
cleanup a bit to remove needless verify() function
Eric Andersen
2003-03-19
Major coreutils update.
Manuel Novoa III
2001-03-19
locale correction patch from Vladimir
Eric Andersen
2001-02-20
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-14
This patch, put together by Manuel Novoa III, is a merge of work
Eric Andersen
2001-01-23
#define -> static const int. Also got rid of some big static buffers.
Mark Whitley
2000-09-25
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-08-10
Some #include updates.
Eric Andersen
2000-07-16
Extract usage information into a separate file.
Matt Kraai
2000-06-19
printf now compiles cleanly under both libc5 and libc6.
Eric Andersen
2000-05-19
More libc portability updates, add in the website (which has not been
Erik 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-02-08
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-07
A few minor updates. ;-)
Erik Andersen
2000-01-25
Some busybox updates. See the changelog for details if you care.
Erik Andersen
1999-10-19
Added sfdisk. Ststic-ified a bunch of stuff.
Eric Andersen
1999-10-18
More stuff.
Eric Andersen
1999-10-05
Initial revision
Eric Andersen