log

age author description
Sun, 06 Oct 2013 16:02:20 -0500 Rob Landley Whitespace tweaks and remove unused variable. draft
Sun, 06 Oct 2013 03:12:48 -0500 Rob Landley top submitted by Ashwini Sharma draft
Sun, 06 Oct 2013 17:35:57 -0500 Rob Landley It's not a problem to exactly fill up the buffer with a run if the next symbol is the terminating symbol. Fixes https://jira.cyanogenmod.org/browse/CYAN-1896 draft
Fri, 04 Oct 2013 14:32:39 -0500 Rob Landley Typo: fdisk != fsck. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft
Sun, 22 Sep 2013 11:21:06 -0500 Rob Landley traceroute from Ashwini Sharma draft
Sun, 22 Sep 2013 03:37:39 -0500 Rob Landley Fix generated/oldtoys.h to contain option strings with USE() macros in them. draft
Sat, 21 Sep 2013 14:27:26 -0500 Rob Landley Update lib/args.c docs. draft
Sat, 21 Sep 2013 13:46:44 -0500 Rob Landley Tweak args (yank old + that never worked, rename | to +), and add uname -o as a synonym for -s. draft
Sat, 21 Sep 2013 12:24:04 -0500 Rob Landley Fluff out option parsing documentation, add another DEBUG test. draft
Mon, 16 Sep 2013 23:41:51 -0500 Rob Landley Fix -t c0 and -J as reported by heehooman at gmail on the list. draft
Wed, 18 Sep 2013 10:50:38 -0500 Rob Landley Release announcement on web page. draft
Wed, 11 Sep 2013 12:09:53 -0500 Rob Landley Ah, that's why commit 1057 was skipped last pull: it was unfinished. Oops. (Fix it.) draft 0.4.6
Tue, 10 Sep 2013 02:04:45 -0500 Rob Landley First pass of cut cleanup, and make test script slightly happier with the concept of 80 character lines. draft
Tue, 10 Sep 2013 01:01:35 -0500 Rob Landley Remove two unused functions and shrink another. draft
Mon, 09 Sep 2013 11:39:18 -0500 Rob Landley Cleanup on acpi, switch to default y. draft
Mon, 09 Sep 2013 11:19:59 -0500 Isaac Dunham I got tired of trying to guess how much terminal time I could get in on my phone, so here's a basic acpi. draft
Mon, 09 Sep 2013 11:18:18 -0500 Rob Landley Minor cleanups. draft
Mon, 09 Sep 2013 06:50:00 -0500 Rob Landley Don't write a zero past end of toybuf with large -d value. draft
Mon, 09 Sep 2013 05:52:49 -0500 Rob Landley Minor cosmetic tweaks to expand. draft
Mon, 09 Sep 2013 05:26:52 -0500 Rob Landley Adjust patch to use dlist_pop() draft
Mon, 09 Sep 2013 04:26:03 -0500 Rob Landley Redo tail closer to the original design. Add more tests for large data sets. (Still no -f support yet.) draft
Mon, 09 Sep 2013 02:44:02 -0500 Rob Landley Fix [-group] argument dropping. draft
Tue, 03 Sep 2013 18:43:32 -0500 Rob Landley Replace for_each_pid_with_name_in_array_perform_callback_function_upon_translated_value() with name_to_pid(), comparing absolute paths or just basename() consistently as spotted by Lukasz Skalski, and adjust callers. draft
Thu, 05 Sep 2013 23:58:35 -0500 Rob Landley Pending cleanup page, less than half done. Some of it should probably move to the code style section. draft
Fri, 06 Sep 2013 12:21:28 -0500 Rob Landley Ashwini Sharma submitted route.c, adding it to pending. draft
Fri, 06 Sep 2013 12:18:46 -0500 Rob Landley Make [-abc] exclude logic clear argument slots when disabling options. draft
Fri, 06 Sep 2013 04:45:36 -0500 Rob Landley Fix for xpidfile spotted by Felix Janda. draft
Fri, 06 Sep 2013 01:55:53 -0500 Rob Landley Missing typecast in recent rm fix. Oops. draft
Thu, 05 Sep 2013 06:54:46 -0500 Rob Landley Allow shipped generated/help.h to still be used, until I rewrite the generator in C. draft