Accumulated web page changes. (Release announcement for previous release, roadmap...
[platform/upstream/toybox.git] / scripts /
2013-02-24 Rob LandleyAccumulated web page changes. (Release announcement...
2013-02-05 Rob LandleyTweak cmp test to be a little more deterministic.
2013-01-18 Rob LandleySwitch readlink on by default, and fill out readlink...
2013-01-05 Rob LandleyUse basename() where appropriate.
2012-12-28 Felix JandaAdd some tests for pwd.
2012-12-27 Felix JandaAdd tests to mkfifo based on tests for mkdir.
2012-12-23 Felix JandaAdd some tests for mkdir
2012-12-16 Elie De BrauwerExtend seq to support -f (format string) and -s (string...
2012-12-22 Elie De BrauwerFix tac to handle the "abc\ndef" case properly
2012-12-23 Rob LandleyUpdate mkstatus.py, roadmap.html, and status.html.
2012-12-16 Elie De BrauwerAdding implementation of rev including tests
2012-12-15 Elie De BrauwerAdding tests for tac based on cat tests
2012-12-11 Rob LandleyAdd stat submission to new "pending" directory, along...
2012-12-09 Rob LandleySet executable bits on two test scripts.
2012-12-08 Elie De BrauwerAdding sha1sum tests based on RFC 3174
2012-12-08 Elie De BrauwerAdding tests for cat
2012-12-09 Rob LandleyAdd README file to each toys/ directory, teach build...
2012-12-02 Rob LandleyGenerate status page with new pubs.opengroup.org urls.
2012-12-01 Rob LandleyRe-add backspace support to expand (oops) and fix test...
2012-11-29 Rob Landleymd5sum tests from RFC 1321
2012-11-29 Rob LandleyUse the specified compiler for preprocessing.
2012-11-23 Jonathan Clairembaultexpand: handle backspace.
2012-11-22 Jonathan ClairembaultAdd expand command as described in POSIX-2008.
2012-11-26 Rob LandleyCleanup i18n support (#ifdefectomy, move global init...
2012-11-21 Felix JandaMake internalization support optional
2012-11-19 Rob LandleyTeach option parsing about [groups] of related options.
2012-11-13 Rob LandleyReindent to two spaces per level. Remove vi: directives...
2012-11-08 Felix Jandawc -m only cares about counting characters. Attached...
2012-10-29 Felix Jandaattached are some simple tests for dirname and wc and...
2012-10-16 Rob LandleyUpdate roadmap/status with new toolbox analysis based...
2012-10-08 Rob LandleyNew build infrastructure to generate FLAG_ macros and...
2012-10-08 Rob LandleyTest tweaks. Set +x on two scripts (so they can be...
2012-09-08 Rob LandleyAdd switch_root and fix infrastructure to understand...
2012-08-25 Rob LandleyTeach build to compare toys/*/*.c against .config symbo...
2012-08-25 Rob LandleyMove commands into "posix", "lsb", and "other" menus...
2012-07-22 Rob LandleyMore web page roadmap/status update stuff.
2012-07-21 Rob LandleyAdd status.html and script to calculate it from roadmap...
2012-07-05 Elie De Brauwer- Do not abort testing after running the sort tests
2012-06-24 Rob LandleyWork around a Bash bug that removes "." from the $PATH...
2012-06-24 Rob LandleyAdd chgrp test.
2012-06-19 Rob LandleyReplace CCFLAGS with description of how to add flags...
2012-06-12 Rob LandleyMultiplexer needs stayroot flag for suid handling. 0.3.0
2012-05-24 Rob LandleyProbe available libraries to link --as-needed, avoiding...
2012-04-24 Elie De BrauwerAdding initial version of login.c
2012-04-15 Rob LandleyTeach make.sh to create flag macros, but with the wrong...
2012-03-20 Rob LandleyHave probe for unshare test for actual unshare() functi...
2012-03-12 Rob LandleyRedo tail to use optargs and optionally support lseek...
2012-03-07 Rob LandleyComment and whitespace tweaks.
2012-03-04 Georgi ChorbadzhiyskiFix build on slackware-current.
2012-03-03 Rob LandleyFix from Georgi Chorbadzhiyski to make cross compiling... 0.2.1
2012-03-02 Rob LandleyCleanup pass, and support unrecognized slash chars...
2012-02-24 Rob LandleyDon't mix the the probed symbols with the command symbols.
2012-02-22 Rob LandleyReplace GPL python debug script with BSD shell script.
2012-02-09 Timothy ElliottAdd tests for cmp.
2012-02-17 Rob LandleyAdd V=1 support to make.
2012-02-14 Rob LandleyMinor code cleanup and typo fix.
2012-02-12 Elie De BrauwerAdd test for basename, fix issue where suffix is wrongf...
2012-02-13 Rob LandleyThe unshare test needs $CC defined, source configure...
2012-02-11 Timothy ElliottAdd tests for head
2012-02-11 Elie De BrauwerFix overflow in octal formatting in echo, add support...
2012-02-11 Elie De BrauwerAdd tests for cksum
2012-02-07 Rob LandleyBugfix for -x, add CONFIG_SORT_FLOAT, and new test...
2012-02-04 Rob LandleyAdd autodetect for container support.
2012-02-02 Rob LandleyTest suite comment tweaks.
2012-01-30 Rob LandleyMore work on xargs: bugfix and tests.
2009-12-13 Rob LandleyThe "strip" in gcc 4.4 doesn't set the executable bit...
2009-12-13 Rob LandleyLet the minicom script take the speed as an optional...
2009-01-30 Rob LandleyConvert non-bool config values (such as int) into confi...
2009-01-30 Rob LandleyRe-wordwrap and reorder the .config->config.h sed scrip...
2008-11-15 Rob LandleyAdd netcat server mode, -l, -L, and -t.
2008-06-22 Rob LandleyBasic tests for sort. Needs more...
2008-06-22 Rob LandleyCosmetic tweak, only show skipped tests when VERBOSE...
2008-06-22 Rob LandleyAdjust "optional" function (gen_config.h became generat...
2008-05-17 Rob LandleyAdd seq, and tests for it.
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-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 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-03-28 Rob LandleyUpdate help, move test.sh to scripts, and fix "make...
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-02-24 Rob LandleyAdd an install script, with --long --symlink --force...
2008-02-23 Rob LandleyRemove some commented out code.
2008-02-20 Rob LandleyAdd first pass at cp, totally untested, unlikely to...
2008-02-17 Rob LandleyStart of tests for cp.
2008-01-30 Rob LandleyScript from Roberto Foglietta to do config2help in...
2008-01-25 Charlie ShepherdDie on compilation or stripping failure
2008-01-22 Rob LandleySort newtoys.h by command name, not by USE_ macro.
2008-01-21 Rob LandleyFluff out hello.c to supply more example code as a...
2008-01-20 Rob LandleyZap toylist.h, moving contents of global structures...
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...
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-16 Rob LandleyTweak testing.sh so VERBOSE=1 is less noisy.
2007-12-16 Rob LandleyScript to use stty with netcat -f to talk to a serial...
2007-12-16 Rob LandleyBasic tests for readlink.
next