log

age author description
Sat, 28 Jun 2008 01:07:34 -0500 Rob Landley A pathological case of huffman coding that uses 8 bits to code each of 256
Thu, 26 Jun 2008 22:48:43 -0500 Rob Landley Option parsing: stopearly is now a ^ prefix (not +), and an option string with
Sun, 22 Jun 2008 04:18:39 -0500 Rob Landley Basic tests for sort. Needs more...
Sun, 22 Jun 2008 04:15:36 -0500 Rob Landley Only apply global flags to fallback sort.
Sun, 22 Jun 2008 00:57:44 -0500 Rob Landley Cosmetic tweak, only show skipped tests when VERBOSE set.
Sun, 22 Jun 2008 00:57:15 -0500 Rob Landley Adjust "optional" function (gen_config.h became generated/config.h).
Wed, 18 Jun 2008 19:31:32 -0500 Rob Landley Most of an susv3 compliant sort implementation (loosely based on the one I wrote back in 2005).
Mon, 16 Jun 2008 19:27:35 -0500 Rob Landley Assemble '*' repeated argument list in order. Also implement '@' counter.
Mon, 26 May 2008 16:07:16 -0500 Rob Landley Announce 0.0.6 release. (A bit early, so the next FWL release can use it.) 0.0.6
Sat, 17 May 2008 17:54:21 -0500 Rob Landley Add seq, and tests for it.
Sat, 17 May 2008 17:52:51 -0500 Rob Landley Fix which (the meaning of -a was reversed, and it was finding the _last_ hit).
Sat, 17 May 2008 17:13:26 -0500 Rob Landley Fix command line option parsing so "echo -xen" actually prints "-xen". Add
Mon, 12 May 2008 01:23:19 -0500 Rob Landley Sort was including the trailing comma and getting the order wrong.
Mon, 12 May 2008 00:52:27 -0500 Rob Landley Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel.
Sun, 04 May 2008 19:44:39 -0500 Rob Landley More tweaks to rmdir.test and the testing infrastructure.
Sun, 04 May 2008 18:59:16 -0500 Rob Landley Add rmdir and test for it.
Sun, 04 May 2008 18:52:29 -0500 Rob Landley Fluffier error message.
Sun, 04 May 2008 16:20:15 -0500 Rob Landley Try to convince make to be less stupid about rebuilding.
Sun, 04 May 2008 16:03:10 -0500 Rob Landley Teach run-all-tests mode to only test enabled commands.
Sun, 04 May 2008 16:00:52 -0500 Rob Landley Remove extraneous output.
Sun, 04 May 2008 15:35:04 -0500 Rob Landley Very simple cat tests, with more test ideas commented out.
Sun, 13 Apr 2008 00:29:00 -0500 Rob Landley Teach get_rawline() to continue until a configurable char, and xstrndup()
Wed, 09 Apr 2008 22:24:36 -0500 Rob Landley We don't open a destination filehandle for symlinks, so xclose() would barf.
Wed, 09 Apr 2008 22:01:20 -0500 Rob Landley Add -v to cp.
Wed, 09 Apr 2008 00:22:04 -0500 Rob Landley Thinko in cat.
Tue, 08 Apr 2008 22:59:18 -0500 Rob Landley Teach patch that a file dated 1969-12-31 means doesn't exist, and to fail
Fri, 04 Apr 2008 12:19:21 -0500 Rob Landley Spent the five minutes to implement "cat".
Sat, 29 Mar 2008 17:27:35 -0500 Rob Landley Added tag 0.0.5 for changeset 09ecbdf58c87
Sat, 29 Mar 2008 17:27:16 -0500 Rob Landley New release coming. 0.0.5
Sat, 29 Mar 2008 17:25:28 -0500 Rob Landley Wow is make stupid. (Ahem, full of "magic, implicit rules". Which are stupid.)