summaryrefslogtreecommitdiff
path: root/libbb/process_escape_sequence.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko2018-11-291-6/+4
* libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko2018-11-291-2/+10
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko2010-10-251-4/+4
* awk: fix breakage in last commitDenys Vlasenko2010-10-241-23/+23
* libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko2010-10-231-14/+30
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* echo et al: support \e escapeDenys Vlasenko2009-10-291-3/+4
* ash: deal with some TODOs (mostly trivial)Denys Vlasenko2009-08-291-1/+7
* libbb: document that we maybe will want to understand \e somedayDenis Vlasenko2008-09-191-7/+10
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* Implement first instance of NOFORK applet - echoDenis Vlasenko2007-04-091-6/+3
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-24/+1
* just whitespaceTim Riker2006-01-251-1/+1
* Clean up hex escape support.Manuel Novoa III2004-07-291-21/+43
* Felipe Kellermann noticed a missing `break'.Eric Andersen2004-07-271-0/+2
* bother. unrevert my fix.Eric Andersen2004-07-261-16/+23
* Allow hex escape sequencesEric Andersen2004-07-261-23/+16
* Allow hex escape sequencesEric Andersen2004-07-261-16/+23
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Major coreutils update.Manuel Novoa III2003-03-191-19/+20
* Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath2003-01-131-1/+1
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-38/+35
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+83