aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2013-03-11Compile time probe to fish O_NOFOLLOW out of linux headers when fcntl doesn't...0.4.4Rob Landley
2013-02-23Accumulated web page changes. (Release announcement for previous release, roa...Rob Landley
2013-02-04Tweak cmp test to be a little more deterministic.Rob Landley
2013-01-17Switch readlink on by default, and fill out readlink.test.Rob Landley
2013-01-05Use basename() where appropriate.Rob Landley
2012-12-28Add some tests for pwd.Felix Janda
2012-12-27Add tests to mkfifo based on tests for mkdir.Felix Janda
2012-12-23Add some tests for mkdirFelix Janda
2012-12-16Extend seq to support -f (format string) and -s (string separator) as request...Elie De Brauwer
2012-12-22Fix tac to handle the "abc\ndef" case properlyElie De Brauwer
2012-12-23Update mkstatus.py, roadmap.html, and status.html.Rob Landley
2012-12-16Adding implementation of rev including testsElie De Brauwer
2012-12-15Adding tests for tac based on cat testsElie De Brauwer
2012-12-10Add stat submission to new "pending" directory, along with infrastructure to ...Rob Landley
2012-12-09Set executable bits on two test scripts.Rob Landley
2012-12-08Adding sha1sum tests based on RFC 3174Elie De Brauwer
2012-12-08Adding tests for catElie De Brauwer
2012-12-08Add README file to each toys/ directory, teach build infrastructure to get fa...Rob Landley
2012-12-01Generate status page with new pubs.opengroup.org urls.Rob Landley
2012-12-01Re-add backspace support to expand (oops) and fix test to expect data plus ba...Rob Landley
2012-11-28md5sum tests from RFC 1321Rob Landley
2012-11-28Use the specified compiler for preprocessing.Rob Landley
2012-11-23expand: handle backspace.Jonathan Clairembault
2012-11-23Add expand command as described in POSIX-2008.Jonathan Clairembault
2012-11-26Cleanup i18n support (#ifdefectomy, move global init to process launch). Teac...Rob Landley
2012-11-21Make internalization support optionalFelix Janda
2012-11-19Teach option parsing about [groups] of related options.Rob Landley
2012-11-13Reindent to two spaces per level. Remove vi: directives that haven't worked r...Rob Landley
2012-11-08wc -m only cares about counting characters. Attached is a try on implementing...Felix Janda
2012-10-29attached are some simple tests for dirname and wc and a fix for a small typo ...Felix Janda
2012-10-16Update roadmap/status with new toolbox analysis based on android system/core ...Rob Landley
2012-10-08New build infrastructure to generate FLAG_ macros and TT alias, #define FOR_c...Rob Landley
2012-10-07Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp...Rob Landley
2012-09-08Add switch_root and fix infrastructure to understand name "switch_root".Rob Landley
2012-08-25Teach build to compare toys/*/*.c against .config symbol names instead of sto...Rob Landley
2012-08-25Move commands into "posix", "lsb", and "other" menus/directories.Rob Landley
2012-07-21More web page roadmap/status update stuff.Rob Landley
2012-07-21Add status.html and script to calculate it from roadmap info.Rob Landley
2012-07-05- Do not abort testing after running the sort testsElie De Brauwer
2012-06-24Work around a Bash bug that removes "." from the $PATH when you're root. (The...Rob Landley
2012-06-23Add chgrp test.Rob Landley
2012-06-18Replace CCFLAGS with description of how to add flags to HOSTCC.Rob Landley
2012-06-11Multiplexer needs stayroot flag for suid handling.0.3.0Rob Landley
2012-05-23Probe available libraries to link --as-needed, avoiding "unknown libarary" er...Rob Landley
2012-04-24Adding initial version of login.cElie De Brauwer
2012-04-14Teach make.sh to create flag macros, but with the wrong names. Dunno how to m...Rob Landley
2012-03-19Have probe for unshare test for actual unshare() function in libc.Rob Landley
2012-03-12Redo tail to use optargs and optionally support lseek. Add support to optargs...Rob Landley
2012-03-06Comment and whitespace tweaks.Rob Landley
2012-03-04Fix build on slackware-current.Georgi Chorbadzhiyski