OSDN Git Service

Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout,
[android-x86/external-toybox.git] / toys / posix / sed.c
2016-08-04 Rob LandleyMake xopen() skip stdin/stdout/stderr, add xopen_stdio...
2016-07-26 Rob LandleyMove regexec0 into lib (regexec that takes length and...
2016-07-23 Rob LandleyUsischev Yury pointed out a use after free error.
2016-06-29 Rob LandleyRemove unused argument from do_lines()
2016-04-16 Rob LandleyRename gratuitous references to Roger Zelazny's amber...
2016-04-11 Rob Landleysed -f - should read from stdin.
2016-03-24 Rob LandleyDebian bug 635570 did something horribly nonstandard...
2016-03-10 Andy ChuFix segfault in sed -e 'c\'.
2016-02-18 Rob LandleyThe perl build's attempt to escape spaces and such...
2016-02-12 lovelycuppatearemoved unread assignment in sed.c
2016-01-28 Rob LandleyBugfix I forgot to checkin, plus a wrapper function.
2015-11-05 Rob LandleyFix sed bug where any ] right after [ was skipped,...
2015-10-29 Rob LandleyFix sed bug reported by Isabella Parakiss, where sed...
2015-03-29 Rob LandleyFix sed bug David Halls hit trying to compile libiconv.
2015-03-06 Rob Landleysed depends on -r to be rightmost flag to simplify...
2015-03-03 Rob LandleyOn 64 bit, subtracting two pointers produces a long...
2015-02-28 Isabella BosiaBSD sed uses -E instead of -r to enable ERE.
2015-01-22 Rob LandleyFix sed s//\[newline]/ line continuations.
2015-01-13 Rob Landleysed bugfix: N or n at end of script would save the...
2015-01-13 Rob Landleysed s/// can have line continuations in the replacement...
2015-01-04 Rob LandleyFix sed backslash parsing in square bracket pattern...
2014-12-22 Rob Landleysed 'r' didn't work right.
2014-12-22 Rob LandleyAnother sed bug. (The e2fsprogs build uses multiple...
2014-12-21 Rob LandleyPromote sed to posix.
2013-02-22 Rob LandleyMove some unfinished commands to the "pending" directory.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-08-25 Rob LandleyRegularize command headers, update links to standards...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...