log

age author description
Thu, 12 Mar 2015 11:11:08 -0500 Rob Landley Factor out xgetgrnamid() and xgetpwnamid() into xwrap.c. draft
Wed, 11 Mar 2015 23:05:54 -0500 Rob Landley Fix mktemp when TMPDIR is set to empty string, reported by Kylie McClain. draft
Tue, 10 Mar 2015 14:37:03 -0500 Rob Landley Add -m to mknod draft
Tue, 10 Mar 2015 11:07:28 -0500 Rob Landley Use xsignal() instead of signal(). draft
Mon, 09 Mar 2015 15:06:10 -0500 Rob Landley Fix thinko (don't &toybuf to get scratch space) and add -v option. draft
Mon, 09 Mar 2015 14:52:32 -0500 Rob Landley Upgrade oneit with -r (restart), -3 (send exiting PID values to child), and signal handling. draft
Fri, 06 Mar 2015 16:50:54 -0600 Rob Landley sed depends on -r to be rightmost flag to simplify the REG_EXTENDED test. draft
Fri, 06 Mar 2015 15:12:52 -0600 Rob Landley The "no }" error with find | xargs sed is because toy_init() wasn't blanking the GLOBALS() block on a recursive call. (How that ever worked...) draft
Fri, 06 Mar 2015 15:11:38 -0600 Rob Landley Yank $STRIP from config (and STRIP=no weirdness) and just allow strip to fail. draft
Wed, 04 Mar 2015 07:29:57 -0600 Hyejin Kim scripts/mkflags.c : main function need return 0 if normal exit draft
Tue, 03 Mar 2015 22:06:55 -0600 Rob Landley Quick cleanup pass on tar. draft
Mon, 02 Mar 2015 20:27:50 -0600 Rob Landley On 64 bit, subtracting two pointers produces a long result. On 32 bit, it's an int. Even though long _is_ 32 bits on a 32 bit systems, gcc warns about it because reasons. draft
Sun, 01 Mar 2015 16:43:01 -0600 Rob Landley Fix several printf_format warnings. draft
Sun, 01 Mar 2015 16:35:05 -0600 Rob Landley Only switch on printf format warnings for error_exit() and friends when TOYBOX_DEBUG enabled. draft
Sun, 01 Mar 2015 16:16:50 -0600 Elliott Hughes let the compiler check format strings draft
Sun, 01 Mar 2015 16:11:50 -0600 Elliott Hughes fix format problems in tar.c draft
Sun, 01 Mar 2015 16:08:51 -0600 Rob Landley Patches from Elliott Hughes to fix various printf() format strings. draft
Sun, 01 Mar 2015 15:58:40 -0600 Rob Landley Patches from Elliott Hughes to add missing arguments to error_exit() calls. draft
Sun, 01 Mar 2015 15:48:49 -0600 Elliott Hughes remove accidental space in format string draft
Sun, 01 Mar 2015 15:35:48 -0600 Elliott Hughes fix copy/paste-o in useradd.test draft
Fri, 27 Feb 2015 12:17:30 -0600 Rob Landley Cleanup pass on ps. draft
Fri, 27 Feb 2015 08:13:24 -0600 Rob Landley 0.5.2 release notes. draft
Sat, 28 Feb 2015 19:54:03 -0600 Rob Landley Minor toysh cleanup: remove another unnecessary option. draft
Sat, 28 Feb 2015 15:21:13 -0600 Isabella Bosia BSD sed uses -E instead of -r to enable ERE. draft
Sat, 28 Feb 2015 12:39:16 -0600 Rob Landley Add LDFLAGS and STRIP=no support. draft
Sat, 28 Feb 2015 12:35:12 -0600 Rob Landley Add "make change" output to .hgignore draft
Thu, 26 Feb 2015 21:07:33 -0600 Rob Landley More 'splaining. draft
Wed, 25 Feb 2015 20:42:24 -0600 Rob Landley Added tag 0.5.2 for changeset 8ce8c5365f8b draft
Wed, 25 Feb 2015 00:45:50 -0600 Rob Landley stat -f didn't work on 32 bit systems because type sizes wrong (fix from Elliott Hughes). draft 0.5.2
Wed, 18 Feb 2015 15:19:15 -0600 Rob Landley Patch from Isaac Dunham to add -r, fixed up so it doesn't try to include two flag contexts simultaneously. draft