log

age author description
Tue, 11 Mar 2014 17:50:17 -0500 Rob Landley Factor out mkpathat. draft
Sun, 09 Mar 2014 14:42:28 -0500 Rob Landley Promote freeramdisk from pending to other, default y. draft
Sun, 09 Mar 2014 14:38:51 -0500 Rob Landley Cleanup freeramdisk: tabs to 2 spaces, square brackets for option name, do optional cleanup under if (CFG_TOYBOX_FREE) guard. draft
Sun, 09 Mar 2014 14:27:11 -0500 Vivek Bhagat Please find the patches attached herewith for adding 3 new commands - draft
Sat, 08 Mar 2014 19:26:33 -0600 Rob Landley Broken URL that's been pointed out to me a couple times when I'm not at a machine I can fix it from, keep forgetting... draft
Fri, 28 Feb 2014 23:10:03 -0600 Rob Landley Fix another bug reported by Ashwini Sharma. draft
Fri, 28 Feb 2014 23:04:57 -0600 Rob Landley Fix two bugs reported by Ashwini Sharma. draft
Fri, 28 Feb 2014 20:46:16 -0600 Rob Landley Fix header file generation to not be confused by empty (but non-NULL) option string. draft
Mon, 24 Feb 2014 23:34:43 -0600 Rob Landley Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usages don't have to be in alphabetical order. draft
Sun, 23 Feb 2014 20:11:06 -0600 Rob Landley CLEANUP transitions require all the generated/flags.h stanzas always be present (even for commands disabled in the config) to avoid undefined symbol errors referencing FLAG_ macros. draft
Sat, 22 Feb 2014 08:02:09 -0600 Rob Landley Add -H option to cksum (hex output), fix to use FLAG macros. draft
Sat, 22 Feb 2014 08:01:11 -0600 Rob Landley Add crc code: zcat now works. draft
Fri, 21 Feb 2014 22:24:02 -0600 Rob Landley Update status page. draft
Fri, 21 Feb 2014 22:21:59 -0600 Rob Landley Update inflate code: fixed tables, bugfixes, zcat alias. draft
Sun, 16 Feb 2014 17:31:33 -0600 Rob Landley Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file. draft