log

age author description
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, 26 Jan 2008 23:18:08 -0600 Rob Landley Comment and whitespace cleanups by Charlie Shepherd (code's the same).
Tue, 22 Jan 2008 19:20:06 -0600 Rob Landley Might as well make the dependencies slightly more paranoid.
Tue, 22 Jan 2008 17:38:55 -0600 Rob Landley Sort newtoys.h by command name, not by USE_ macro.
Tue, 22 Jan 2008 15:33:50 -0600 Rob Landley Fix crash when running unknown command via symlink.
Mon, 21 Jan 2008 14:47:08 -0600 Rob Landley Hit makefile dependencies so install step doesn't rebuild toybox.
Sun, 20 Jan 2008 19:00:16 -0600 Rob Landley Fluff out hello.c to supply more example code as a skeleton for new commands,
Sun, 20 Jan 2008 17:34:53 -0600 Rob Landley Move dlist_add() to lib/llist.c
Sun, 20 Jan 2008 17:25:44 -0600 Rob Landley Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS()
Sat, 19 Jan 2008 17:55:45 -0600 Rob Landley Minor cleanup: move mke2fs options into mke2fs.c.
Sat, 19 Jan 2008 17:49:51 -0600 Rob Landley More documentation for generated/* files.
Sat, 19 Jan 2008 17:43:27 -0600 Rob Landley Move NEWTOY() list from end of toylist.h to generated/newtoys.h.
Sat, 19 Jan 2008 17:08:39 -0600 Rob Landley Zap toys/Config.in and instead create generated/Config.in from contents of
Thu, 10 Jan 2008 14:40:13 -0600 Rob Landley Move some generated files into the "generated" subdirectory.
Thu, 10 Jan 2008 14:34:15 -0600 Rob Landley Very early stub of sed, does nothing yet.
Mon, 07 Jan 2008 20:28:26 -0600 Rob Landley Web page tweak.
Sun, 06 Jan 2008 16:01:11 -0600 Rob Landley Add chvt from David Anders.
Sat, 05 Jan 2008 18:23:30 -0600 Rob Landley Fluffier web page.
Sat, 05 Jan 2008 18:13:19 -0600 Rob Landley More web page tweaks.
Sat, 05 Jan 2008 18:09:49 -0600 Rob Landley Update web pages.
Sat, 05 Jan 2008 18:08:17 -0600 Rob Landley A bit more documentation on Patch.
Sat, 05 Jan 2008 16:40:40 -0600 Rob Landley Update help text a bit.
Sat, 05 Jan 2008 15:20:26 -0600 Rob Landley Teach readlink to actually do -f.
Wed, 02 Jan 2008 01:40:09 -0600 Rob Landley Release notice.
Wed, 02 Jan 2008 01:36:38 -0600 Rob Landley Added tag 0.0.4 for changeset 104792581cc9
Tue, 01 Jan 2008 02:39:29 -0600 Rob Landley Fix loopfiles to not call function() on file not found. 0.0.4
Mon, 31 Dec 2007 14:34:41 -0600 Rob Landley Fix patch to use @@ values and match EOF when fewer trailing than starting
Fri, 28 Dec 2007 03:29:33 -0600 Rob Landley Make touch work reliably when file doesn't exist and clean up headers a bit.
Thu, 27 Dec 2007 21:36:44 -0600 Rob Landley Brief note about code style.
Thu, 27 Dec 2007 21:36:33 -0600 Rob Landley Make patch's file add actually work, including directory creating and