log toys/pending/sed.c @ 1545:b6ff5dc17763 draft

age author description
Sat, 08 Nov 2014 01:51:59 -0600 Rob Landley Implement a few sed commands. Not done, and not tested yet. draft
Tue, 04 Nov 2014 18:07:46 -0600 Rob Landley Next round of sed infrastructure, parses most commands now, doesn't implement them yet. draft
Wed, 29 Oct 2014 14:49:47 -0500 Rob Landley Next drop of sed infrastructure, mostly argument parsing, doesn't do anything interesting yet. draft
Tue, 28 Oct 2014 23:43:58 -0500 Rob Landley Fill out rest of help text for sed. draft
Fri, 24 Oct 2014 18:16:32 -0500 Rob Landley Basic sed range support, enough for "sed -n 9,11p README" to work. draft
Mon, 20 Oct 2014 21:07:16 -0500 Rob Landley Random in-progress snapshot of sed, not finished yet. draft
Mon, 13 Oct 2014 10:49:24 -0500 Rob Landley Started over on sed (by reading the posix spec). draft
Sat, 29 Mar 2014 18:11:00 -0500 Rob Landley Group headers by standard (POSIX or LSB) or function (internationalization, networking). Move headers standards ignore (but which have been there >15 years) to lib/portability.h. Fold xregcomp into lib since it's posix. draft
Sun, 24 Feb 2013 13:48:15 -0600 Rob Landley Sed's still just a stub, but clean it up enough so it at least compiles.
Fri, 22 Feb 2013 11:22:01 -0600 Rob Landley Move some unfinished commands to the "pending" directory. base toys/posix/sed.c@997b5464a6d4