log

age author description
Tue, 16 Apr 2013 22:55:14 -0500 Rob Landley Isaac Dunham's help string cleanup.
Tue, 16 Apr 2013 22:45:47 -0500 Rob Landley Make genconfig use CFLAGS because building against a libc that isn't installed on the host may need --static to run the results.
Sun, 14 Apr 2013 12:45:36 +0200 Felix Janda Add tests for find's expression parsing
Sun, 14 Apr 2013 21:43:22 -0500 Rob Landley Move guts of help command into show_help() in lib/help.c, with config TOYBOX_HELP controlling infrastructure.
Sun, 14 Apr 2013 12:35:25 -0500 Rob Landley Tweak help text.
Sun, 14 Apr 2013 02:58:12 -0500 Isaac Dunham ifconfig uses __caddr_t in one location; this is not guaranteed to work everywhere. It does not compile OOB on musl, so I changed it to the portable equivalent, char *. This compiles on musl, and should compile anywhere.
Fri, 12 Apr 2013 20:12:02 -0500 Rob Landley Convert tabs to spaces.
Fri, 12 Apr 2013 20:08:47 -0500 Isaac Dunham xzcat: more cleanup and some shrinking.
Thu, 11 Apr 2013 20:44:27 -0500 Rob Landley uuencode tweak: output a non-whitespace character for 0 in traditional mode.
Thu, 11 Apr 2013 17:32:01 -0500 Rob Landley More ifconfig cleanup.
Thu, 11 Apr 2013 12:04:43 -0500 Rob Landley More xzcat cleanup.
Thu, 11 Apr 2013 11:31:51 -0500 Isaac Dunham More of same.
Wed, 10 Apr 2013 22:30:02 -0500 Rob Landley More cleanup on find.
Wed, 10 Apr 2013 19:58:21 -0500 Rob Landley Redo find's indenting from tabs to two spaces.
Wed, 10 Apr 2013 19:25:06 +0200 Felix Janda Partial cleanup of find
Wed, 10 Apr 2013 01:48:24 -0500 Rob Landley Some xzcat cleanup by Isaac Dunham.
Sat, 06 Apr 2013 19:57:54 -0500 Rob Landley Fix argument parsing so -- doesn't include itself in output.
Fri, 05 Apr 2013 00:35:05 -0500 Rob Landley More ifconfig cleanups, mostly removing unused code.
Thu, 04 Apr 2013 20:27:08 -0500 Rob Landley Drive-by cleanup on ifconfig.
Thu, 04 Apr 2013 19:39:44 -0500 Rob Landley An ifconfig bugfix from the original submitter.
Tue, 02 Apr 2013 01:58:18 -0500 Rob Landley Kyungwan Han submitted ifconfig.
Tue, 02 Apr 2013 01:34:34 -0500 Rob Landley Clean uudecode up the rest of the way, move pending->posix and default y.
Thu, 28 Mar 2013 23:33:27 -0500 Rob Landley More uudecode cleanup.
Thu, 28 Mar 2013 22:29:50 -0500 Rob Landley More uudecode cleanup.
Thu, 28 Mar 2013 19:28:27 -0500 Rob Landley Change uuencode test to match what other uuencode implementations actually produce.
Wed, 27 Mar 2013 22:34:28 -0500 Rob Landley Where I left off on analysis of other multicall binaries...
Wed, 27 Mar 2013 00:52:17 -0500 Rob Landley Incremental cleanup of uudecode.
Wed, 27 Mar 2013 00:10:58 -0500 Rob Landley Fix the USE() macro around NEWTOY, tweak help text, remove unnecessary wrapper, tweak whitespace and curly brackets.
Wed, 27 Mar 2013 00:04:43 -0500 Rob Landley uudecode test should just call "uudecode" (not multiplexer via a path), and first test shouldn't succeed if toybox isn't even there.
Tue, 26 Mar 2013 22:31:10 -0500 Rob Landley Add help text for pending test command. (No actual implementation yet.)