Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | echo et al: support \e escape | Denys Vlasenko | 2009-10-29 | 1 | -3/+4 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | ash: deal with some TODOs (mostly trivial) | Denys Vlasenko | 2009-08-29 | 1 | -1/+7 |
| | | | | | | | | | | | | function old new delta msg_illnum - 19 +19 evalvar 1365 1364 -1 illnum 19 - -19 subevalvar 1182 1158 -24 ------------------------------------------------------------------------------ (add/remove: 1/1 grow/shrink: 0/2 up/down: 19/-44) Total: -25 bytes Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | libbb: document that we maybe will want to understand \e someday | Denis Vlasenko | 2008-09-19 | 1 | -7/+10 |
| | | | | | (no code changes) | ||||
* | *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on | Denis Vlasenko | 2008-06-27 | 1 | -1/+1 |
| | | | | | | | text data bss dec hex filename 808035 611 6868 815514 c719a busybox_old 804472 611 6868 811951 c63af busybox_unstripped | ||||
* | trylink: produce even more info about final link stage | Denis Vlasenko | 2007-08-12 | 1 | -1/+1 |
| | | | | | | | | | trylink: explain how to modify link and drastically decrease amount of padding (unfortunately, needs hand editing ATM). *: add ALIGN1 / ALIGN2 to global strings and arrays of bytes and shorts size saving: 0.5k | ||||
* | Implement first instance of NOFORK applet - echo | Denis Vlasenko | 2007-04-09 | 1 | -6/+3 |
| | | | | | | | | | find: use NOFORK/NOEXEC; small -exec buglet also eliminated vfork_daemon_rexec: honor PREFER_APPLETS echo: small size improvements find -exec echo {} \; with PREFER_APPLETS=y runs 4 times faster | ||||
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -24/+1 |
| | | | | - use shorter boilerplate while at it | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | Clean up hex escape support. | Manuel Novoa III | 2004-07-29 | 1 | -21/+43 |
| | |||||
* | Felipe Kellermann noticed a missing `break'. | Eric Andersen | 2004-07-27 | 1 | -0/+2 |
| | |||||
* | bother. unrevert my fix. | Eric Andersen | 2004-07-26 | 1 | -16/+23 |
| | |||||
* | Allow hex escape sequences | Eric Andersen | 2004-07-26 | 1 | -23/+16 |
| | |||||
* | Allow hex escape sequences | Eric Andersen | 2004-07-26 | 1 | -16/+23 |
| | |||||
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 1 | -2/+2 |
| | |||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -19/+20 |
| | |||||
* | Correct some init issues, update email address, last_patch78 by Vladimir | Glenn L McGrath | 2003-01-13 | 1 | -1/+1 |
| | | | | N. Oleynik | ||||
* | Apply Vladimir's latest cleanup patch. | Eric Andersen | 2001-04-09 | 1 | -38/+35 |
| | | | | -Erik | ||||
* | Convert utility.c into libbb.a. It is now a whole pile of .c | Eric Andersen | 2001-03-16 | 1 | -0/+83 |
files. Clean up the resulting damage and fix up the makefile. -Erik |