summaryrefslogtreecommitdiff
path: root/libbb/process_escape_sequence.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-24/+1
| | | | - use shorter boilerplate while at it
* 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
| | | | N. Oleynik
* Apply Vladimir's latest cleanup patch.Eric Andersen2001-04-091-38/+35
| | | | -Erik
* Convert utility.c into libbb.a. It is now a whole pile of .cEric Andersen2001-03-161-0/+83
files. Clean up the resulting damage and fix up the makefile. -Erik