log

age author description
Mon, 24 Mar 2008 05:14:37 -0500 Rob Landley Fix -r logic, it needs both source and dest paths explicitly stated.
Mon, 24 Mar 2008 00:32:25 -0500 Rob Landley Enabling debugging should not change behavior. Oops.
Sun, 24 Feb 2008 03:48:06 -0600 Rob Landley Make cp pass the rest of its test suite. Needs a bigger test suite (-lsHPLi
Sun, 24 Feb 2008 01:34:01 -0600 Rob Landley Add an install script, with --long --symlink --force and --uninstall options.
Sat, 23 Feb 2008 15:02:11 -0600 Rob Landley Don't delete testdir after running test.sh. Add it to make clean instead.
Sat, 23 Feb 2008 14:59:22 -0600 Rob Landley Remove some commented out code.
Thu, 21 Feb 2008 04:44:42 -0600 Rob Landley Make cp pass most of its test suite. Still need to add symlink support.
Wed, 20 Feb 2008 01:47:56 -0600 Rob Landley Add first pass at cp, totally untested, unlikely to work yet. :)
Mon, 18 Feb 2008 03:32:17 -0600 Rob Landley Add enable/disable/exclude logic, update docs.
Sun, 17 Feb 2008 16:19:52 -0600 Rob Landley Yet more build dependency tweaks...
Sat, 16 Feb 2008 20:00:11 -0600 Rob Landley Start of tests for cp.
Sat, 16 Feb 2008 19:41:20 -0600 Rob Landley Dirtree needs to use lstat(), not stat. And failure should probably be a
Tue, 12 Feb 2008 19:05:44 -0600 Rob Landley Add TOYFLAG_UMASK.
Tue, 12 Feb 2008 18:41:34 -0600 Rob Landley Partial update. Needs more work.
Tue, 12 Feb 2008 17:36:13 -0600 Rob Landley Add toys.optc, an argv-style count for toys.optargs.
Tue, 12 Feb 2008 17:35:10 -0600 Rob Landley Fix up (admittedly stubby) mdev so it's actually hooked up to the build.
Wed, 30 Jan 2008 17:05:37 -0600 Rob Landley Script from Roberto Foglietta to do config2help in bash instead of python.
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
Fri, 25 Jan 2008 12:34:18 +0000 Charlie Shepherd Update .hgignore to cover new generated/ directory
Fri, 25 Jan 2008 12:33:33 +0000 Charlie Shepherd Fix copyright name
Fri, 25 Jan 2008 14:44:01 +0000 Charlie Shepherd Die on compilation or stripping failure
Sun, 27 Jan 2008 15:26:32 -0600 Rob Landley Have chvt print an error message (and exit with error) when it fails.
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.