aboutsummaryrefslogtreecommitdiff
path: root/libbb/process_escape_sequence.c
AgeCommit message (Expand)Author
2018-11-29libbb: do not misinterpret 0x10-0x19 chars in "\xNNN" tooDenys Vlasenko
2018-11-29libbb: @ in "\x3@" is not a valid hex digitDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2010-10-25libbb/process_escape_sequence.c: fix recently broken handling of \\Denys Vlasenko
2010-10-24awk: fix breakage in last commitDenys Vlasenko
2010-10-23libbb: introduce and use strcpy_and_process_escape_sequencesDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2009-10-29echo et al: support \e escapeDenys Vlasenko
2009-08-29ash: deal with some TODOs (mostly trivial)Denys Vlasenko
2008-09-19libbb: document that we maybe will want to understand \e somedayDenis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-04-09Implement first instance of NOFORK applet - echoDenis Vlasenko
2006-05-19- remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer
2006-01-25just whitespaceTim Riker
2004-07-29Clean up hex escape support.Manuel Novoa III
2004-07-27Felipe Kellermann noticed a missing `break'.Eric Andersen
2004-07-26bother. unrevert my fix.Eric Andersen
2004-07-26Allow hex escape sequencesEric Andersen
2004-07-26Allow hex escape sequencesEric Andersen
2004-03-15Remove trailing whitespace. Update copyright to include 2004.Eric Andersen
2003-03-19Major coreutils update.Manuel Novoa III
2003-01-13Correct some init issues, update email address, last_patch78 by VladimirGlenn L McGrath
2001-04-09Apply Vladimir's latest cleanup patch.Eric Andersen
2001-03-16Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen