aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
| | | | | EXTERNALLY_VISIBLE. 5% size reduction of libbusybox.so
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-5/+5
|
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
| | | | | *: s/include "busybox.h"/include "libbb.h"
* printf: allow hex/oct numbers; move functions aroundDenis Vlasenko2007-03-091-113/+104
| | | | so that we have no forward declarations
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-10/+10
|
* safe_strtoXX interface proved to be a bit unconvenient.Denis Vlasenko2006-11-271-7/+24
| | | | | Remove it, introduce saner bb_strtoXX. Saved ~350 bytes.
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-20/+20
|
* remove unneeded #includes, fix indentationDenis Vlasenko2006-09-231-23/+15
|
* - make append_option and multiconvert static.Bernhard Reutner-Fischer2006-04-031-1/+1
|
* more busybox's style: close bug 745"Vladimir N. Oleynik"2006-02-281-3/+3
|
* just whitespaceTim Riker2006-01-251-2/+2
|
* Bug 624 wants quoted char support for printf, so you can do something like:Rob Landley2006-01-061-54/+50
| | | | | | printf '%d\n' '"x"' and have it print out 120. This is the smallest implementation I can think of at the moment.
* Patch by Felipe Kellermann, use the common escape handling function and ↵Glenn L McGrath2004-09-151-133/+21
| | | | remove some unused code.
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
|
* Fix/eliminate use of atolEric Andersen2004-03-061-27/+3
|
* Fix a stupid bug I introduced several months agoEric Andersen2003-08-081-2/+2
|
* cleanup a bit to remove needless verify() functionEric Andersen2003-05-261-39/+36
|
* Major coreutils update.Manuel Novoa III2003-03-191-1/+1
|
* locale correction patch from VladimirEric Andersen2001-03-191-20/+1
|
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
| | | | | | header file usage before the 0.49 release. To fix it, I had to move the '#include "busybox.h"' to the end of the list of #include files. -Erik
* This patch, put together by Manuel Novoa III, is a merge of workEric Andersen2001-02-141-1/+1
| | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed.
* #define -> static const int. Also got rid of some big static buffers.Mark Whitley2001-01-231-1/+1
|
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
| | | | -Erik
* Some #include updates.Eric Andersen2000-08-101-1/+0
| | | | -Erik
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
|
* printf now compiles cleanly under both libc5 and libc6.Eric Andersen2000-06-191-2/+1
| | | | -Erik
* More libc portability updates, add in the website (which has not beenErik Andersen2000-05-191-1/+0
| | | | | archived previously). Wrote 'which' during the meeting today. -Erik
* Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen2000-05-121-1/+6
| | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik
* More documentation updates, and minor fixes to make things syncErik Andersen2000-04-151-1/+1
| | | | | up with the docs. -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-340/+292
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-1/+1
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Some busybox updates. See the changelog for details if you care.Erik Andersen2000-01-251-2/+0
| | | | -Erik
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
|
* More stuff.Eric Andersen1999-10-181-8/+6
| | | | -Erik
* Initial revision0_29alpha2Eric Andersen1999-10-051-0/+531