platform/upstream/toybox.git
2008-05-26 Rob LandleyAnnounce 0.0.6 release. (A bit early, so the next... 0.0.6
2008-05-17 Rob LandleyAdd seq, and tests for it.
2008-05-17 Rob LandleyFix which (the meaning of -a was reversed, and it was...
2008-05-17 Rob LandleyFix command line option parsing so "echo -xen" actually...
2008-05-12 Rob LandleySort was including the trailing comma and getting the...
2008-05-12 Rob LandleyUpdate mdev to work around the newest sysfs api breakag...
2008-05-05 Rob LandleyMore tweaks to rmdir.test and the testing infrastructure.
2008-05-04 Rob LandleyAdd rmdir and test for it.
2008-05-04 Rob LandleyFluffier error message.
2008-05-04 Rob LandleyTry to convince make to be less stupid about rebuilding.
2008-05-04 Rob LandleyTeach run-all-tests mode to only test enabled commands.
2008-05-04 Rob LandleyRemove extraneous output.
2008-05-04 Rob LandleyVery simple cat tests, with more test ideas commented...
2008-04-13 Rob LandleyTeach get_rawline() to continue until a configurable...
2008-04-10 Rob LandleyWe don't open a destination filehandle for symlinks...
2008-04-10 Rob LandleyAdd -v to cp.
2008-04-09 Rob LandleyThinko in cat.
2008-04-09 Rob LandleyTeach patch that a file dated 1969-12-31 means doesn...
2008-04-04 Rob LandleySpent the five minutes to implement "cat".
2008-03-29 Rob LandleyAdded tag 0.0.5 for changeset 09ecbdf58c87
2008-03-29 Rob LandleyNew release coming. 0.0.5
2008-03-29 Rob LandleyWow is make stupid. (Ahem, full of "magic, implicit...
2008-03-28 Rob LandleyUpdate help, move test.sh to scripts, and fix "make...
2008-03-28 Rob LandleyAdd uninstall and uninstall_flat.
2008-03-28 Rob LandleyAdd install target, and make install_flat use scripts...
2008-03-26 Rob LandleyAnother cp -r fix, another test case...
2008-03-25 Rob LandleyUpdate cp -r to work better, add relevant tests to...
2008-03-24 Rob LandleyIf we don't remember to closedir(), the leaked filehand...
2008-03-24 Rob LandleyFix -r logic, it needs both source and dest paths expli...
2008-03-24 Rob LandleyEnabling debugging should not change behavior. Oops.
2008-02-24 Rob LandleyMake cp pass the rest of its test suite. Needs a bigge...
2008-02-24 Rob LandleyAdd an install script, with --long --symlink --force...
2008-02-23 Rob LandleyDon't delete testdir after running test.sh. Add it...
2008-02-23 Rob LandleyRemove some commented out code.
2008-02-21 Rob LandleyMake cp pass most of its test suite. Still need to...
2008-02-20 Rob LandleyAdd first pass at cp, totally untested, unlikely to...
2008-02-18 Rob LandleyAdd enable/disable/exclude logic, update docs.
2008-02-17 Rob LandleyYet more build dependency tweaks...
2008-02-17 Rob LandleyStart of tests for cp.
2008-02-17 Rob LandleyDirtree needs to use lstat(), not stat. And failure...
2008-02-13 Rob LandleyAdd TOYFLAG_UMASK.
2008-02-13 Rob LandleyPartial update. Needs more work.
2008-02-12 Rob LandleyAdd toys.optc, an argv-style count for toys.optargs.
2008-02-12 Rob LandleyFix up (admittedly stubby) mdev so it's actually hooked...
2008-01-30 Rob LandleyScript from Roberto Foglietta to do config2help in...
2008-01-27 Rob LandleyAdd spaces after some commas (from Charlie Shepherd).
2008-01-25 Charlie ShepherdRemove extra newlines on error_paths
2008-01-25 Charlie ShepherdFix filename in header
2008-01-25 Charlie ShepherdUpdate .hgignore to cover new generated/ directory
2008-01-25 Charlie ShepherdFix copyright name
2008-01-25 Charlie ShepherdDie on compilation or stripping failure
2008-01-27 Rob LandleyHave chvt print an error message (and exit with error...
2008-01-27 Rob LandleyTeach perror_exit() to take a NULL argument when we...
2008-01-27 Rob LandleyComment and whitespace cleanups by Charlie Shepherd...
2008-01-23 Rob LandleyMight as well make the dependencies slightly more paranoid.
2008-01-22 Rob LandleySort newtoys.h by command name, not by USE_ macro.
2008-01-22 Rob LandleyFix crash when running unknown command via symlink.
2008-01-21 Rob LandleyHit makefile dependencies so install step doesn't rebui...
2008-01-21 Rob LandleyFluff out hello.c to supply more example code as a...
2008-01-20 Rob LandleyMove dlist_add() to lib/llist.c
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
2008-01-19 Rob LandleyMinor cleanup: move mke2fs options into mke2fs.c.
2008-01-19 Rob LandleyMore documentation for generated/* files.
2008-01-19 Rob LandleyMove NEWTOY() list from end of toylist.h to generated...
2008-01-19 Rob LandleyZap toys/Config.in and instead create generated/Config...
2008-01-10 Rob LandleyMove some generated files into the "generated" subdirec...
2008-01-10 Rob LandleyVery early stub of sed, does nothing yet.
2008-01-08 Rob LandleyWeb page tweak.
2008-01-06 Rob LandleyAdd chvt from David Anders.
2008-01-06 Rob LandleyFluffier web page.
2008-01-06 Rob LandleyMore web page tweaks.
2008-01-06 Rob LandleyUpdate web pages.
2008-01-06 Rob LandleyA bit more documentation on Patch.
2008-01-05 Rob LandleyUpdate help text a bit.
2008-01-05 Rob LandleyTeach readlink to actually do -f.
2008-01-02 Rob LandleyRelease notice.
2008-01-02 Rob LandleyAdded tag 0.0.4 for changeset 104792581cc9
2008-01-01 Rob LandleyFix loopfiles to not call function() on file not found. 0.0.4
2007-12-31 Rob LandleyFix patch to use @@ values and match EOF when fewer...
2007-12-28 Rob LandleyMake touch work reliably when file doesn't exist and...
2007-12-28 Rob LandleyBrief note about code style.
2007-12-28 Rob LandleyMake patch's file add actually work, including director...
2007-12-25 Rob LandleyMajor refactoring of bunzip.c in preparation for doing...
2007-12-20 Rob LandleyUpgrade patch to understand creating and deleting files.
2007-12-20 Rob LandleyMore random unfinished code documentation.
2007-12-20 Rob LandleyTypo spotted by Adrian Davey.
2007-12-18 Rob LandleyPatch should be working now, change config default...
2007-12-18 Rob LandleyFluff out code.html a bit more.
2007-12-18 Rob LandleyPatch command.
2007-12-17 Rob Landleyminicom.sh should check for a char device, not a file.
2007-12-17 Rob LandleyA couple more readlink tests.
2007-12-17 Rob LandleyDelete testdir after use.
2007-12-16 Rob LandleyTweak testing.sh so VERBOSE=1 is less noisy.
2007-12-16 Rob LandleyAdd a wrapper to run tests out of scripts/test. With...
2007-12-16 Rob LandleyScript to use stty with netcat -f to talk to a serial...
2007-12-16 Rob LandleyBasic tests for readlink.
2007-12-16 Rob LandleyStart of "patch" support. Writes to stdout at the...
2007-12-13 Rob LandleyUpdate web pages.
2007-12-12 Rob LandleySet the executable bit in license.html so the server...
2007-12-11 Rob LandleyUpdate links and add some more spec comments.
next