log lib/lib.c @ 311:962bbf7341f8

age author description
Fri, 18 Jul 2008 08:43:18 -0500 Rob Landley Tweak from Roberto Foglietta.
Fri, 18 Jul 2008 05:43:44 -0500 Rob Landley Roberto Foglietta pointed out that readall() needs fdlength() to restore
Fri, 18 Jul 2008 04:15:59 -0500 Rob Landley Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len.
Thu, 03 Jul 2008 19:19:00 -0500 Rob Landley Add "tee" command.
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).
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, 13 Apr 2008 00:29:00 -0500 Rob Landley Teach get_rawline() to continue until a configurable char, and xstrndup()
Sun, 27 Jan 2008 16:22:41 -0600 Rob Landley Add spaces after some commas (from Charlie Shepherd).
Fri, 25 Jan 2008 12:54:31 +0000 Charlie Shepherd Remove extra newlines on error_paths
Fri, 25 Jan 2008 12:36:24 +0000 Charlie Shepherd Fix filename in header
Sun, 27 Jan 2008 15:26:08 -0600 Rob Landley Teach perror_exit() to take a NULL argument when we just want "command: error".
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Tue, 01 Jan 2008 02:39:29 -0600 Rob Landley Fix loopfiles to not call function() on file not found. 0.0.4
Thu, 27 Dec 2007 21:36:33 -0600 Rob Landley Make patch's file add actually work, including directory creating and
Thu, 20 Dec 2007 06:30:19 -0600 Rob Landley Upgrade patch to understand creating and deleting files.