aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-01-051-0/+5
|\
| * sed: check errors writing file with sed -iDominique Martinet2024-01-021-0/+5
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-4/+13
|\|
| * sed: fix double-free in FEATURE_CLEAN_UP=y configsDenys Vlasenko2023-01-021-4/+13
* | Merge busybox into mergeRon Yorston2022-02-091-8/+14
|\|
| * sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2022-01-231-1/+4
| * sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2022-01-231-8/+11
* | Merge busybox into mergeRon Yorston2022-01-061-2/+29
|\|
| * sed: correctly handle 'w FILE' commands writing to the same fileDenys Vlasenko2022-01-041-2/+29
* | Merge busybox into mergeRon Yorston2021-12-271-2/+1
|\|
| * sed: do not ignore 'g' modifier when match starts with ^Dominique Martinet2021-12-251-2/+1
* | 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