aboutsummaryrefslogtreecommitdiff
path: root/editors/sed.c
AgeCommit message (Expand)Author
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-13sed: fix /regex/,+N match triggering only once, closes 11871Denys Vlasenko
2019-01-21sed: code shrinkDenys Vlasenko
2019-01-21sed: Fix backslash parsing for 'w' command argBrian Foley
2018-09-25sed: fix double-free in FEATURE_CLEAN_UP codeDenys Vlasenko
2018-04-01sed: prevent overflow of length from bb_get_chunk_from_fileQuentin Rameau
2017-09-18regularize format of source file headers, no code changesDenys Vlasenko
2017-08-23sed: in '/regexp/cmd1;//cmd2', cmd2 should use the same regexp as cmd1Denys Vlasenko
2017-08-16*: stop using atexit in non-debug build: saves ~260 in bss with muslDenys Vlasenko
2017-08-08getopt32: remove opt_complementaryDenys Vlasenko
2017-08-08getopt32: remove applet_long_optionsDenys Vlasenko
2017-08-07script: make -t[FILE] compatible with util-linuxDenys Vlasenko
2017-07-21config: deindent all help textsDenys Vlasenko
2017-07-18Update menuconfig items with approximate applet sizesDenys Vlasenko
2017-04-17Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko
2016-11-28Code style fixes, no code changesDenys Vlasenko
2016-09-01sed: fix "sed n (flushes pattern space, terminates early)" testcase failureDenys Vlasenko
2016-07-06getopt32: add new syntax of 'o:+' and 'o:*' for -o NUM and -o LISTDenys Vlasenko
2016-05-06sed: fix append command to match GNU sed 4.2.1Denys Vlasenko
2016-04-24sed: understand \n,\r and \t in i and a commands. Closes 8871Denys Vlasenko
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: add most of the required setup_common_bufsiz() callsDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
2016-04-08sed: support "-f -" idiomDenys Vlasenko
2016-01-24sed: make 's///w FILE' actually write to FILE. Closes 8251Denys Vlasenko
2015-10-13*: more BUILD_BUG_ON conversionsDenys Vlasenko
2015-04-17sed: implement ",+N" range endDenys Vlasenko
2014-10-05sed: fix "sed CMD -i nonexistent_file". Closes 7484Denys Vlasenko
2014-09-16sed: fix a buglet in s///NUM handlingDenys Vlasenko
2013-12-18sed: accept s///i as a synonym for s///I ("ignore case")David A. Wheeler
2013-11-28sed: code shrinkDenys Vlasenko
2013-11-28sed: open input files sequentially to avoid EMFILEDenys Vlasenko
2013-11-13switch editors/* to embedded-in-source kbuild systemDenys Vlasenko
2013-10-30sed: fix "sed clusternewline" testcaseDenys Vlasenko
2013-10-30sed: document -E in help textDenys Vlasenko
2013-10-30sed: fix memory leak in 'r FILE' commandDenys Vlasenko
2013-10-29sed: accept -E as a synonym for -rDavid A. Wheeler
2013-07-21sed: fix matching of newlines by $Denys Vlasenko
2013-07-08sed: remove now-redundant backslash-newline handlingDenys Vlasenko
2013-07-08sed: document where we are more liberal then GNUDenys Vlasenko
2013-01-15whitespace fixes. no code changesDenys Vlasenko
2012-07-24sed: allow 'w' cmd to use two address formMimi Li
2012-06-21tweak help textsDenys Vlasenko
2012-06-08sed: yet another fix on top of zero length match codeDenys Vlasenko
2012-06-07sed: fix breakage added by zero length match codeDenys Vlasenko
2012-06-04sed: code shrinkDenys Vlasenko
2012-06-04sed: fix zero chars match/replaceDenys Vlasenko
2012-05-06sed: support long opts and -iSFXSimon B
2012-04-24sed: slightly better fix for prev commit's problemDenys Vlasenko
2012-04-24sed: fix handling of s/// which has empty matchesDenys Vlasenko