log

age author description
Fri, 17 Feb 2012 04:46:55 -0600 Rob Landley Move includes into toys.h, more xprintf()
Thu, 16 Feb 2012 17:51:51 -0600 Rob Landley Minor cleanups: trim spaces from strings, use xprintf().
Mon, 13 Feb 2012 17:15:49 +0100 Elie De Brauwer Adding free and uptime
Wed, 15 Feb 2012 06:12:38 -0600 Rob Landley Error message fix from Pere (gotrunks at gmail).
Wed, 15 Feb 2012 05:55:38 -0600 Rob Landley Minor cleanups to hostname.
Wed, 15 Feb 2012 05:47:38 -0600 Rob Landley Add hostname from Andre Renaud.
Mon, 13 Feb 2012 23:43:33 -0600 Rob Landley Teach ln about multiple arguments.
Mon, 13 Feb 2012 22:57:30 -0600 Rob Landley Add ln from Andre Renaud.
Mon, 13 Feb 2012 21:48:22 -0600 Rob Landley Tweak from Frank Bergmann: some broken optimizers complain about "type-punned pointers", so typecast to void * instead to shut it up. (Up there with the "may be used uninitialized" gripes.)
Mon, 13 Feb 2012 21:27:50 -0600 Rob Landley Second drop of ls from Andre, adds -l.
Mon, 13 Feb 2012 21:26:27 -0600 Rob Landley Add ls from Andre Renaud.
Mon, 13 Feb 2012 21:16:03 -0600 Rob Landley Commit the web page change that announced the release.
Mon, 13 Feb 2012 21:13:05 -0600 Rob Landley Minor code cleanup and typo fix.
Sun, 12 Feb 2012 14:14:58 +0100 Elie De Brauwer Add test for basename, fix issue where suffix is wrongfully applied if it appears in the middle of the filename
Mon, 13 Feb 2012 08:44:32 -0600 Rob Landley The unshare test needs $CC defined, source configure to get it.
Mon, 13 Feb 2012 07:46:36 -0600 Rob Landley Added tag 0.2.0 for changeset e708e8933a50
Sun, 12 Feb 2012 18:04:15 -0600 Rob Landley Add clear (wrapper). 0.2.0
Fri, 10 Feb 2012 21:59:57 -0800 Timothy Elliott Add tests for head
Sat, 11 Feb 2012 13:42:24 -0600 Rob Landley Minor cleanups to echo: collapse together three tolower() calls, make indent/brackets a bit more regular/obvious, and replace some spaces with tabs in help text (in a way that won't matter until I finish rewriting scripts/config2help.py in C).
Sat, 11 Feb 2012 14:58:50 +0100 Elie De Brauwer Fix overflow in octal formatting in echo, add support for hexadecimal input, add tests for octal and hexadecimal formatting
Sat, 11 Feb 2012 13:46:49 +0100 Elie De Brauwer Add tests for cksum
Sat, 11 Feb 2012 13:48:04 +0100 Elie De Brauwer Correct cksum parameters and clarify -N option
Fri, 10 Feb 2012 13:36:48 +0100 Elie De Brauwer Correct description of nice levels in help of nice
Thu, 09 Feb 2012 06:36:42 -0600 Rob Landley Cleanups for head.
Mon, 06 Feb 2012 17:35:59 -0800 Timothy Elliott Implement head
Thu, 09 Feb 2012 06:09:27 -0600 Rob Landley Make atolx() error_exit() if fed a string that doesn't convert entirely into an integer.
Wed, 08 Feb 2012 19:29:39 -0600 Rob Landley Use stpcpy() (posix 2008) for slight code shrink.
Wed, 08 Feb 2012 19:29:14 -0600 Rob Landley Switch from deprecated function to gratuitously renamed identical non-depricated function. *shrug*
Tue, 07 Feb 2012 22:25:59 -0600 Rob Landley More cmp.c shrinkage.
Tue, 07 Feb 2012 21:32:32 -0600 Rob Landley Iterative cleanups on cmp.c: silence warnings, only free if TOYBOX_FREE, use xopen(), style cleanup on curly brackets.