Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-23 | Add some tests for mkdir | Felix Janda | |
2012-12-16 | Extend seq to support -f (format string) and -s (string separator) as ↵ | Elie De Brauwer | |
requested by LSB | |||
2012-12-22 | Fix tac to handle the "abc\ndef" case properly | Elie De Brauwer | |
2012-12-23 | Update mkstatus.py, roadmap.html, and status.html. | Rob Landley | |
2012-12-16 | Adding implementation of rev including tests | Elie De Brauwer | |
2012-12-15 | Adding tests for tac based on cat tests | Elie De Brauwer | |
2012-12-10 | Add stat submission to new "pending" directory, along with infrastructure to ↵ | Rob Landley | |
support pending. | |||
2012-12-09 | Set executable bits on two test scripts. | Rob Landley | |
2012-12-08 | Adding sha1sum tests based on RFC 3174 | Elie De Brauwer | |
2012-12-08 | Adding tests for cat | Elie De Brauwer | |
2012-12-08 | Add README file to each toys/ directory, teach build infrastructure to get ↵ | Rob Landley | |
fancy name from that. This means adding new directories shouldn't require touching build scripts. | |||
2012-12-01 | Generate status page with new pubs.opengroup.org urls. | Rob Landley | |
2012-12-01 | Re-add backspace support to expand (oops) and fix test to expect data plus ↵ | Rob Landley | |
backspace characters rather than the chracters cancelling each other out before output. | |||
2012-11-28 | md5sum tests from RFC 1321 | Rob Landley | |
2012-11-28 | Use the specified compiler for preprocessing. | Rob Landley | |
2012-11-23 | expand: handle backspace. | Jonathan Clairembault | |
2012-11-23 | Add expand command as described in POSIX-2008. | Jonathan Clairembault | |
Erratum: Do not handle backspace. | |||
2012-11-26 | Cleanup i18n support (#ifdefectomy, move global init to process launch). ↵ | Rob Landley | |
Teach make.sh to emit "#define FLAG_x 0" for options inside disabled USE macros so we can unconditionally refer to them. | |||
2012-11-21 | Make internalization support optional | Felix Janda | |
2012-11-19 | Teach option parsing about [groups] of related options. | Rob Landley | |
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked ↵ | Rob Landley | |
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring. | |||
2012-11-08 | wc -m only cares about counting characters. Attached is a try on ↵ | Felix Janda | |
implementing it and some test cases for it. The test cases are only for UTF-8 locales. | |||
2012-10-29 | attached are some simple tests for dirname and wc and a fix for a small typo ↵ | Felix Janda | |
in another test script. | |||
2012-10-16 | Update roadmap/status with new toolbox analysis based on android system/core ↵ | Rob Landley | |
git repo. | |||
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define ↵ | Rob Landley | |
FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. | |||
2012-10-07 | Test tweaks. Set +x on two scripts (so they can be run standalone), fix ↵ | Rob Landley | |
chgrp so it doesn't abort test all. | |||
2012-09-08 | Add switch_root and fix infrastructure to understand name "switch_root". | Rob Landley | |
2012-08-25 | Teach build to compare toys/*/*.c against .config symbol names instead of ↵ | Rob Landley | |
stopping at first _ when assembling list of files to build, and convert - to _. This lets us have commands like switch_root or nbd-client. | |||
2012-08-25 | Move commands into "posix", "lsb", and "other" menus/directories. | Rob Landley | |
2012-07-21 | More web page roadmap/status update stuff. | Rob Landley | |
2012-07-21 | Add status.html and script to calculate it from roadmap info. | Rob Landley | |
2012-07-05 | - Do not abort testing after running the sort tests | Elie De Brauwer | |
- Add tail testcases for input not ending on a newline - Fix condition where input coming from stdin does not have a trailing newline | |||
2012-06-24 | Work around a Bash bug that removes "." from the $PATH when you're root. ↵ | Rob Landley | |
(The FSF believes it knows better than you, and won't let you do things, in the name of Freedom.) | |||
2012-06-23 | Add chgrp test. | Rob Landley | |
2012-06-18 | Replace CCFLAGS with description of how to add flags to HOSTCC. | Rob Landley | |
2012-06-11 | Multiplexer needs stayroot flag for suid handling.0.3.0 | Rob Landley | |
2012-05-23 | Probe available libraries to link --as-needed, avoiding "unknown libarary" ↵ | Rob Landley | |
errors. | |||
2012-04-24 | Adding initial version of login.c | Elie De Brauwer | |
2012-04-14 | Teach make.sh to create flag macros, but with the wrong names. Dunno how to ↵ | Rob Landley | |
make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet... | |||
2012-03-19 | Have probe for unshare test for actual unshare() function in libc. | Rob Landley | |
2012-03-12 | Redo tail to use optargs and optionally support lseek. Add support to ↵ | Rob Landley | |
optargs and llist.c, plus add a test suite entry. Still no -f support though. | |||
2012-03-06 | Comment and whitespace tweaks. | Rob Landley | |
2012-03-04 | Fix build on slackware-current. | Georgi Chorbadzhiyski | |
2012-03-03 | Fix from Georgi Chorbadzhiyski to make cross compiling more robust.0.2.1 | Rob Landley | |
2012-03-02 | Cleanup pass, and support unrecognized slash chars ala "echo -e \p". | Rob Landley | |
2012-02-23 | Don't mix the the probed symbols with the command symbols. | Rob Landley | |
2012-02-21 | Replace GPL python debug script with BSD shell script. | Rob Landley | |
2012-02-08 | Add tests for cmp. | Timothy Elliott | |
Still needs to handle directories properly and needs padding for -l output. | |||
2012-02-17 | Add V=1 support to make. | Rob Landley | |
2012-02-13 | Minor code cleanup and typo fix. | Rob Landley | |