| Commit message (Expand) | Author | Age | Files | Lines |
* | dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com) | Denis Vlasenko | 2008-10-30 | 1 | -6/+32 |
* | dc: conditionalize parts which require libm | Denis Vlasenko | 2008-10-20 | 1 | -0/+4 |
* | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko | 2008-07-05 | 1 | -1/+1 |
* | whitespace fixes. no code changes | Denis Vlasenko | 2008-06-25 | 1 | -2/+1 |
* | *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ | Denis Vlasenko | 2008-03-26 | 1 | -1/+1 |
* | brctl: eliminate stray data object | Denis Vlasenko | 2008-03-17 | 1 | -0/+4 |
* | *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. | Denis Vlasenko | 2008-03-17 | 1 | -51/+43 |
* | add -fvisibility=hidden to CC flags, mark XXX_main functions | Denis Vlasenko | 2007-10-11 | 1 | -1/+1 |
* | Audit bb_common_bufsiz usage, add script which looks for misuse. | Denis Vlasenko | 2007-06-04 | 1 | -1/+1 |
* | usage.c: remove reference to busybox.h | Denis Vlasenko | 2007-05-26 | 1 | -1/+1 |
* | - use skip_non_whitespace() where appropriate | Bernhard Reutner-Fischer | 2007-04-10 | 1 | -3/+1 |
* | dc: use common_bufsiz1 for evaluation stack | Denis Vlasenko | 2007-03-24 | 1 | -18/+17 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | use skip_whitespace where appropriate | Denis Vlasenko | 2006-10-25 | 1 | -3/+3 |
* | bb_get_[chomped]line_from_file wasn't descriptive enough. | Denis Vlasenko | 2006-10-12 | 1 | -1/+1 |
* | attempt to regularize atoi mess. | Denis Vlasenko | 2006-10-08 | 1 | -1/+1 |
* | Add one-line GPL boilerplate to numerous (but not all yet) source files. | "Robert P. J. Day" | 2006-07-12 | 1 | -0/+4 |
* | - remove superfluous call of stack_machine(0) upon exit. | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+0 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-03 | 1 | -1/+1 |
* | Patch by Paul Whittaker, make busybox dc compatable with GNU dc.
| Glenn L McGrath | 2004-07-24 | 1 | -8/+1 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -3/+3 |
* | Goetz Bock writes: | Eric Andersen | 2003-10-22 | 1 | -0/+20 |
* | "Typo and/or thinko: scanning till the end of NUL terminated string | Glenn L McGrath | 2003-08-28 | 1 | -1/+1 |
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -5/+5 |
* | Support the o, f and p options, patch by Magnus M�rtensson | Glenn L McGrath | 2002-12-12 | 1 | -1/+34 |
* | Patch to avoid warnings | Aaron Lehmann | 2001-12-06 | 1 | -11/+11 |
* | Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup | Eric Andersen | 2001-03-09 | 1 | -0/+1 |
* | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen | 2001-02-20 | 1 | -1/+1 |
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -1/+1 |
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -3/+3 |
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -3/+3 |
* | Stop using TRUE and FALSE for exit status. | Matt Kraai | 2000-12-01 | 1 | -12/+7 |
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -8/+0 |
* | Use errorMsg rather than fprintf. | Matt Kraai | 2000-07-14 | 1 | -3/+3 |
* | Yanked out the cstring_alloc() and cstring_lineFromFile() functions from | Mark Whitley | 2000-06-28 | 1 | -1/+1 |
* | Removed all vestiges of "math" | Pavel Roskin | 2000-06-21 | 1 | -5/+5 |
* | + added dc (aka the function formerly known as math) | John Beppu | 2000-06-21 | 1 | -0/+194 |