Mercurial > hg > toybox
graph
-
Put the commands at the start of menuconfig and the toybox library options at the end. (Aesthetic tweak.)Sun, 21 Oct 2012 17:57:23 -0500, by Rob Landley
-
Update roadmap/status with new toolbox analysis based on android system/core git repo.Tue, 16 Oct 2012 17:09:30 -0500, by Rob Landley
-
Doc tweak about test suite.Mon, 08 Oct 2012 21:31:07 -0500, by Rob Landley
-
Simplify sha1sum a little.Mon, 08 Oct 2012 21:27:58 -0500, by Rob Landley
-
Fix thinko for uname -m when i686 binary runs on x86_64 host.Mon, 08 Oct 2012 21:24:19 -0500, by Rob Landley
-
New build infrastructure to generate FLAG_ macros and TT alias, #define 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.Mon, 08 Oct 2012 00:02:30 -0500, by Rob Landley
-
Missing line in patch -l. Oops.Sun, 07 Oct 2012 23:53:25 -0500, by Rob Landley
-
Test tweaks. Set +x on two scripts (so they can be run standalone), fix chgrp so it doesn't abort test all.Sun, 07 Oct 2012 22:57:27 -0500, by Rob Landley
-
Fix thinko in xpidfile()Sun, 07 Oct 2012 19:31:12 -0500, by Rob Landley
-
patch -l (loose match)Sat, 06 Oct 2012 19:07:34 -0500, by Rob Landley
-
Trivial cleanupSat, 06 Oct 2012 19:01:23 -0500, by Rob Landley
-
Fix catv to display byte 255 correctly. (It's both M- and ^?.)Sat, 06 Oct 2012 01:54:24 -0500, by Rob Landley
-
Cleanup mknod.Fri, 05 Oct 2012 23:33:36 -0500, by Rob Landley
-
Clean up sha1sum, make it use global union properly.Mon, 17 Sep 2012 00:17:16 -0500, by Rob Landley
-
gethostname: Tighten up error messages slightly, switch to default "y".Sun, 09 Sep 2012 18:44:12 -0500, by Rob Landley