log

age author description
Thu, 01 Jan 2015 16:28:51 -0600 Rob Landley strtol() doesn't return error indicator for overflow, it just sets errno. So add estrtol() (which clears errno first), and xstrtol() (which error_exit()s on overflow). draft
Thu, 01 Jan 2015 16:19:40 -0600 Rob Landley Debris from flag handling rewrite: don't allow -^A to actually trigger. draft
Thu, 01 Jan 2015 10:58:59 -0600 Elliott Hughes typo fixes draft
Wed, 31 Dec 2014 22:38:48 -0600 Rob Landley Fix for mix from Isaac Dunham (who can actually test it). (I tweaked the curly brackets.) draft
Wed, 31 Dec 2014 21:30:59 -0600 Rob Landley Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag macros for a disabled command (needed when multiple commands share infrastructure with a common set of flags). draft
Wed, 31 Dec 2014 21:23:37 -0600 Rob Landley When CP_MORE was disabled, the d flag was still in the [-exclusion] list at the end and option parsing fell off the end looking for it (segfault) if DEBUG wasn't enabled to check for that. draft
Wed, 31 Dec 2014 16:22:31 -0600 Rob Landley When you include the posix header libgen.h, glibc #defines basename to some random other symbol name (because gnu) and this screws up nontrivial macro expansions of NEWTOY(basename), so work around it in portability.h. draft
Tue, 30 Dec 2014 14:49:02 -0600 Rob Landley Link to gmane web archive. draft
Sun, 28 Dec 2014 14:44:09 -0600 Rob Landley Another random link for the design page. draft
Sun, 28 Dec 2014 14:38:14 -0600 Rob Landley Fluff out help text. draft
Sat, 27 Dec 2014 13:52:40 -0600 Rob Landley Promote mix draft
Sat, 27 Dec 2014 13:52:03 -0600 Rob Landley Cleanup mix.c. draft
Wed, 24 Dec 2014 16:13:08 -0600 Rob Landley Teach factor to accept whitespace separated arguments (reported by Robert Thompson). draft
Tue, 23 Dec 2014 19:20:24 -0600 Elliott Hughes getenforce and setenforce draft
Tue, 23 Dec 2014 19:17:13 -0600 Elliott Hughes those of us who need to check in generated files find that 'tr' and draft
Tue, 23 Dec 2014 13:29:47 -0600 Rob Landley Merge catv back into cat as discussed on the list. Add comments about infrastructure upgrades needed to restore separate catv option. draft
Mon, 22 Dec 2014 17:04:47 -0600 Rob Landley Allocate space for null terminator. draft
Mon, 22 Dec 2014 13:45:35 -0600 Rob Landley sed 'r' didn't work right. draft
Sun, 21 Dec 2014 23:17:06 -0600 Rob Landley Another sed bug. (The e2fsprogs build uses multiple line continuations on the same command.) draft
Sun, 21 Dec 2014 01:54:54 -0600 Rob Landley Promote sed to posix. draft
Sat, 20 Dec 2014 23:28:30 -0600 Rob Landley sed: implement 'l' draft
Sat, 20 Dec 2014 14:58:03 -0600 Rob Landley Add tizen section to roadmap. draft
Fri, 19 Dec 2014 21:17:49 -0600 Rob Landley More sed bugs. draft
Thu, 18 Dec 2014 11:13:35 -0600 Rob Landley Decouple cp and mv so mv uses its own --help text. draft
Thu, 18 Dec 2014 11:05:06 -0600 Rob Landley Give fstype its own config symbol (separate from blkid), and fix blkid not using more accurate ext3/ext4 filesystem sub-type. draft
Mon, 15 Dec 2014 03:34:55 -0600 Rob Landley Fix yet another sed bug. draft
Sun, 14 Dec 2014 13:51:28 -0600 Rob Landley Make sed a\ line continuations work properly for different pattern input modes. draft
Sat, 13 Dec 2014 18:35:11 -0600 Rob Landley Fix bug in sed y/// where bytes in target but not in source were replaced by zeroes (nul terminator overwritten). draft
Sat, 13 Dec 2014 12:27:51 -0600 Rob Landley Last sed bugfix broke 'b', fix it. draft
Sat, 13 Dec 2014 12:12:14 -0600 Rob Landley Leftover variable from factoring out base64_init() caused an unused variable warning. draft