aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2021-06-281-1/+1
|\
| * *: --help tweaksDenys Vlasenko2021-06-131-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2019-08-161-9/+9
|\|
| * libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-9/+9
* | Merge branch 'busybox' into mergeRon Yorston2019-05-271-0/+2
|\|
| * sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko2019-05-131-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2019-02-121-15/+15
|\|
| * sed: code shrinkDenys Vlasenko2019-01-211-15/+15
| * sed: Fix backslash parsing for 'w' command argBrian Foley2019-01-211-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2018-10-081-12/+17
|\|
| * sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko2018-09-251-12/+17
* | Merge branch 'busybox' into mergeRon Yorston2018-04-021-1/+1
|\|
| * sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau2018-04-011-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-09-271-9/+12
|\|
| * regularize format of source file headers, no code changesDenys Vlasenko2017-09-181-5/+2
| * sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko2017-08-231-4/+10
* | sed: support the -b/--binary optionJohannes Schindelin2017-08-231-1/+17
* | Merge branch 'busybox' into mergeRon Yorston2017-08-221-9/+9
|\|
| * *: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko2017-08-161-1/+1
| * getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-2/+4
| * getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-5/+3
| * script: make -t[FILE] compatible with util-linuxDenys Vlasenko2017-08-071-2/+2
* | Merge branch 'busybox' into mergeRon Yorston2017-07-241-3/+3
|\|
| * config: deindent all help textsDenys Vlasenko2017-07-211-2/+2
| * Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-05-291-4/+4
|\|
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-171-4/+4
* | Merge branch 'busybox' into mergeRon Yorston2016-11-291-1/+4
|\|
| * Code style fixes, no code changesDenys Vlasenko2016-11-281-1/+4
* | Merge branch busybox (up to "ash: comment out free(p) just before...")Ron Yorston2016-10-191-9/+10
|\|
| * sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko2016-09-011-9/+10
* | Merge branch 'busybox' into mergeRon Yorston2016-07-071-3/+2
|\|
| * getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko2016-07-061-3/+2
* | Merge branch 'busybox' into mergeRon Yorston2016-05-161-27/+50
|\|
| * sed: fix append command to match GNU sed 4.2.1Denys Vlasenko2016-05-061-10/+19
| * sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko2016-04-241-13/+25
| * *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-221-1/+1
| * *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
| * libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
| * sed: support "-f -" idiomDenys Vlasenko2016-04-081-2/+2
* | sed: drop \r when reading inputRon Yorston2016-03-161-0/+5
|/
* sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko2016-01-241-4/+7
* *: more BUILD_BUG_ON conversionsDenys Vlasenko2015-10-131-5/+5
* sed: implement ",+N" range endDenys Vlasenko2015-04-171-5/+36
* sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko2014-10-051-2/+6
* sed: fix a buglet in s///NUM handlingDenys Vlasenko2014-09-161-1/+4
* sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler2013-12-181-1/+2
* sed: code shrinkDenys Vlasenko2013-11-281-28/+21
* sed: open input files sequentially to avoid EMFILEDenys Vlasenko2013-11-281-26/+34
* switch editors/* to embedded-in-source kbuild systemDenys Vlasenko2013-11-131-0/+11