log

age author description
Mon, 08 Jan 2007 02:49:39 -0500 Rob Landley Add rewrite(), writeall(),and xwrite() to match the read versions.
Sun, 07 Jan 2007 22:51:12 -0500 Rob Landley xopen() wants 2 arguments unless you're creating a file, in which case you
Sun, 07 Jan 2007 03:48:26 -0500 Rob Landley Two unrelated additions I'm working on cross over in this file. In theory I
Thu, 04 Jan 2007 17:26:30 -0500 Rob Landley Blah. The sed filter's not right, I'll try again later.
Sun, 31 Dec 2006 19:10:24 -0500 Rob Landley Remove more warnings.
Sun, 31 Dec 2006 19:09:42 -0500 Rob Landley Make some of gcc 4.1's dumber warnings go away.
Sat, 30 Dec 2006 22:01:47 -0500 Rob Landley Comment tweak.
Thu, 14 Dec 2006 15:19:34 -0500 Rob Landley Note the mailing list.
Sun, 26 Nov 2006 18:54:03 -0500 Rob Landley Teach clean and distclean to zap more files.
Sun, 26 Nov 2006 18:47:14 -0500 Rob Landley Add bloat-o-meter, make bloatcheck, and scripts/showasm.
Sun, 26 Nov 2006 18:27:33 -0500 Rob Landley Trawling through the archives: a broken test, an unnecessary memset, and a
Sun, 26 Nov 2006 17:19:18 -0500 Rob Landley More whitespace/cowbell. (And change comment style to //.)
Sun, 26 Nov 2006 17:18:29 -0500 Rob Landley Reduce flag duplication and make kconfig use HOST_CC.
Sat, 25 Nov 2006 16:50:00 -0500 Rob Landley Add my old micro-bunzip library. Needs some cleanup...
Sat, 25 Nov 2006 16:23:47 -0500 Rob Landley Leftover from when I cleaned this up for another project.
Sat, 25 Nov 2006 16:06:55 -0500 Rob Landley Add cat -v.
Sat, 25 Nov 2006 13:48:02 -0500 Rob Landley Add oneit.
Sat, 25 Nov 2006 13:45:39 -0500 Rob Landley Fix a warning.
Sat, 25 Nov 2006 13:34:51 -0500 Rob Landley More work on option parsing. "df -t tmpfs" actually seems to work now.
Sat, 25 Nov 2006 13:32:01 -0500 Rob Landley Add another warning check and a missing dependency.
Sat, 25 Nov 2006 02:11:10 -0500 Rob Landley I got the mercurial web browser thingy set up, note it on the web page.
Fri, 24 Nov 2006 00:15:21 -0500 Rob Landley Fix a half-dozen bugs in argument parsing. More seems to work than not now.
Sun, 19 Nov 2006 20:35:19 -0500 Rob Landley Allocate a more sane amount of memory.
Sun, 19 Nov 2006 20:35:05 -0500 Rob Landley Fix thinko (inverted test).
Sun, 19 Nov 2006 17:29:35 -0500 Rob Landley Add one if() that has lots of whitespace fallout.
Sun, 19 Nov 2006 02:49:22 -0500 Rob Landley New option parsing infrastructure (doesn't use getopt). Hook it up to
Thu, 09 Nov 2006 19:19:37 -0500 Rob Landley Web site updates, and a design document.
Sun, 05 Nov 2006 01:01:34 -0500 Rob Landley Redo the index page (flesh it out about halfway), and a couple tweaks to
Sat, 04 Nov 2006 23:57:18 -0500 Rob Landley The web page should be in the repository, and while I'm at it let's see if I
Sat, 04 Nov 2006 17:45:18 -0500 Rob Landley Add pwd. Consolidate toy list information under toylist.h.