aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* editors/sed: save the last regex for use later with s///Nguyễn Thái Ngọc Duy2009-04-231-2/+9
* whitespace fixesvda2007-05-301-1/+1
* usage.c: remove reference to busybox.hvda2007-05-261-1/+1
* sed: fix escaped newlines in -f; fix multiple -f and -evda2007-04-121-32/+18
* sed: a communal variable managed to slip past 'size'vda2007-03-261-93/+99
* sed: fix very obscure case of escaped newline in sed commandvda2007-03-161-12/+29
* clean up accumulated whitespace damagevda2007-03-071-1/+1
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* silly space saving in sedvda2007-01-301-6/+6
* micro optimizationvda2007-01-301-1/+1
* preparatory patch for -Wwrite-strings #7: sedvda2007-01-291-13/+16
* preparatory patch for -Wwrite-strings #2vda2007-01-291-10/+10
* add to testsuite and fix yet another sed corner casevda2007-01-291-6/+24
* disable -Wold-style-definition for gcc 3.xvda2007-01-291-6/+9
* sed: fix 2 bugs (one testsuite entry + one newly found)vda2007-01-291-59/+59
* fix all known regressions with sed and also make it simplervda2007-01-281-28/+42
* strdup -> xstrdupvda2007-01-191-3/+4
* sed,get_line_from_file: improve commentsvda2007-01-171-17/+27
* merge post-1.3.0 fixesvda2006-12-261-1/+2
* remove casts from xmalloc()vda2006-12-191-1/+1
* inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]vda2006-12-161-3/+1
* bb_makedev: fix for glibc 2.3.2vda2006-12-101-3/+3
* sed: style fixesvda2006-12-101-328/+338
* sed: fix handling of files not ending in '\n'vda2006-12-021-10/+30
* sed: improve handling of NULsvda2006-12-021-46/+64
* last nail into error_msg() (de)capitalizationvda2006-10-271-1/+1
* rename functions to more understandable namesvda2006-10-261-1/+1
* sed: mostly style fixes, very small changes in actual codevda2006-10-251-333/+354
* use skip_whitespace where appropriatevda2006-10-251-82/+85
* bb_get_[chomped]line_from_file wasn't descriptive enough.vda2006-10-121-2/+2
* getopt_ulflags -> getopt32.vda2006-10-031-5/+5
* rename bb_default_error_retval -> xfunc_error_retvalvda2006-10-031-1/+1
* lots of silly indent fixesvda2006-10-031-1/+1
* sed: -e options were handled in reverse order. fix that.vda2006-10-011-19/+27
* sed: unbreak multiple -e, -f option handling (my fault)vda2006-10-011-15/+24
* sed: getopt_ulflags'isationvda2006-09-221-34/+22
* Change license statements (and clean up headers) on some of the files thatlandley2006-09-221-1/+1
* whitespace cleanupvda2006-09-171-2/+2
* Bugfix for: echo '123456789' | sed 's/./|&/5'landley2006-09-081-1/+1
* removed a lot of trailing \n in bb_msg() calls. It is addedvda2006-09-061-1/+1
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-16/+16
* Rich Filker spotted that sed -e 's/xxx/[/' didn't work right. Did a smallerlandley2006-07-261-35/+23
* Fix http://bugs.busybox.net/view.php?id=826 in which "(echo; echo) | sed x"landley2006-06-281-1/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+1
* Confirming it's not needed.landley2006-06-051-1/+1
* - use bb functions instead of handrolling stuff.aldot2006-06-031-3/+3
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-1/+1
* Yann Morin spotted some leftover flotsam from halfway through the recentlandley2006-05-241-1/+1
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-211-2/+2
* Convert sed's static variables to a single global structure.landley2006-05-091-123/+130