log

age author description
Thu, 13 Mar 2014 19:55:59 -0500 Rob Landley Cleanup cpio: use getline() instead of fgets(), have getline() allocate its own memory (instead of using toybuf), use perror_msg() instead of lower level verror_msg() (which is really an internal function needed to implement perror_msg()), don't set execute bits on created archive. draft
Thu, 13 Mar 2014 19:42:42 -0500 Rob Landley Cleanup cpio: fiddle with help text, make option parsing require/exclude -iot combinations, move loopfiles_stdin() down after write_cpio_member() so we can hardwire it instead of using a function pointer that only ever has one value. draft
Tue, 11 Mar 2014 21:10:45 -0500 Rob Landley Patch from Isaac Dunham to add cpio -d, with a few tweaks by me. draft