summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-11-22Convert all miscutils/* applets to "new style" applet definitionsDenys Vlasenko37-77/+147
2016-11-22Split miscutils/Config.src items into miscutils/*.c filesDenys Vlasenko36-533/+498
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko53-19/+63
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-05-25dc: fix "dc p" prinitng bogus dataDenys Vlasenko1-2/+8
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-16dc: tweak parsingBernhard Reutner-Fischer2-30/+83
2013-01-18dc: code shrinkDenys Vlasenko1-10/+10
2011-07-15dc: fix a case where we can run off malloced spaceDenys Vlasenko1-18/+7
2011-05-15dc: do not advertise ops disabled in .configDenys Vlasenko1-1/+1
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-07-29dc: tweak help textDenys Vlasenko1-4/+4
2010-07-29dc: make it use long longs for integer opsDenys Vlasenko2-36/+51
2010-02-04*: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko49-58/+65
2009-12-30dc: make "dc -1.23 ..." workDenys Vlasenko1-9/+8
2009-09-06more C standard compat fixes from Dan FandrichDenys Vlasenko24-30/+40
2008-12-30dc: fix the "base 2" patch omission of base not being setDenis Vlasenko1-1/+3
2008-10-30dc: support for bases 2 and 8, by Nate Case (ncase AT xes-inc.com)Denis Vlasenko1-6/+32
2008-10-20dc: conditionalize parts which require libmDenis Vlasenko5-1/+17
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-25whitespace fixes. no code changesDenis Vlasenko23-75/+62
2008-03-26*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/Denis Vlasenko26-44/+48
2008-03-17brctl: eliminate stray data objectDenis Vlasenko6-58/+85
2008-03-17*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.Denis Vlasenko18-284/+269
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko260-307/+325
2007-06-04Audit bb_common_bufsiz usage, add script which looks for misuse.Denis Vlasenko21-134/+140
2007-05-26usage.c: remove reference to busybox.hDenis Vlasenko251-269/+270
2007-04-10- use skip_non_whitespace() where appropriateBernhard Reutner-Fischer3-7/+3
2007-03-24dc: use common_bufsiz1 for evaluation stackDenis Vlasenko3-28/+27
2007-02-03suppress warnings about easch <applet>_main() havingDenis Vlasenko245-25/+268
2006-10-25use skip_whitespace where appropriateDenis Vlasenko8-105/+98
2006-10-12bb_get_[chomped]line_from_file wasn't descriptive enough.Denis Vlasenko20-32/+33
2006-10-08attempt to regularize atoi mess.Denis Vlasenko98-849/+803
2006-07-12Add one-line GPL boilerplate to numerous (but not all yet) source files."Robert P. J. Day"65-722/+112
2006-06-03- remove superfluous call of stack_machine(0) upon exit.Bernhard Reutner-Fischer1-1/+0
2006-06-03- move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer17-24/+22
2004-07-24Patch by Paul Whittaker, make busybox dc compatable with GNU dc. Glenn L McGrath1-8/+1
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen374-2053/+2050
2003-10-22Goetz Bock writes:Eric Andersen2-2/+24
2003-08-28"Typo and/or thinko: scanning till the end of NUL terminated stringGlenn L McGrath1-1/+1
2003-03-19Major coreutils update.Manuel Novoa III 295-5916/+6670
2002-12-12Support the o, f and p options, patch by Magnus M�rtenssonGlenn L McGrath2-2/+40
2001-12-06Patch to avoid warningsAaron Lehmann1-11/+11
2001-03-09Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen34-16/+40
2001-02-20It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen204-378/+362
2001-02-14This patch, put together by Manuel Novoa III, is a merge of workEric Andersen198-3979/+702
2001-01-31Removed trailing \n from error_msg{,_and_die} messages.Matt Kraai106-610/+612
2000-12-07Changed names of functions in utility.c and all affected files, to makeMark Whitley155-1021/+1021
2000-12-01Stop using TRUE and FALSE for exit status.Matt Kraai132-373/+375
2000-09-25Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen224-712/+245
[next]