Age | Commit message (Expand) | Author |
2008-11-12 | Work around a reiserfs bug. (One line change, switch from looking at broken ... | Rob Landley |
2008-10-23 | Upgrade patch to detect hunks that start after a false start. | Rob Landley |
2008-07-18 | Tweak from Roberto Foglietta. | Rob Landley |
2008-07-18 | Roberto Foglietta pointed out that readall() needs fdlength() to restore | Rob Landley |
2008-07-18 | Bug spotted by Roberto Foglietta: at EOF readall() should return count, not len. | Rob Landley |
2008-07-03 | Add "tee" command. | Rob Landley |
2008-07-03 | Teach option parsing logic that ^ means stop parsing after this option. | Rob Landley |
2008-06-28 | A pathological case of huffman coding that uses 8 bits to code each of 256 | Rob Landley |
2008-06-26 | Option parsing: stopearly is now a ^ prefix (not +), and an option string with | Rob Landley |
2008-06-16 | Assemble '*' repeated argument list in order. Also implement '@' counter. | Rob Landley |
2008-05-17 | Fix which (the meaning of -a was reversed, and it was finding the _last_ hit). | Rob Landley |
2008-05-17 | Fix command line option parsing so "echo -xen" actually prints "-xen". Add | Rob Landley |
2008-05-12 | Update mdev to work around the newest sysfs api breakage in the 2.6.25 kernel. | Rob Landley |
2008-05-04 | Fluffier error message. | Rob Landley |
2008-04-13 | Teach get_rawline() to continue until a configurable char, and xstrndup() | Rob Landley |
2008-03-24 | If we don't remember to closedir(), the leaked filehandles add up. | Rob Landley |
2008-03-24 | Enabling debugging should not change behavior. Oops. | Rob Landley |
2008-02-21 | Make cp pass most of its test suite. Still need to add symlink support. | Rob Landley |
2008-02-20 | Add first pass at cp, totally untested, unlikely to work yet. :) | Rob Landley |
2008-02-18 | Add enable/disable/exclude logic, update docs. | Rob Landley |
2008-02-16 | Dirtree needs to use lstat(), not stat. And failure should probably be a | Rob Landley |
2008-02-12 | Add toys.optc, an argv-style count for toys.optargs. | Rob Landley |
2008-01-27 | Add spaces after some commas (from Charlie Shepherd). | Rob Landley |
2008-01-25 | Remove extra newlines on error_paths | Charlie Shepherd |
2008-01-25 | Fix filename in header | Charlie Shepherd |
2008-01-27 | Teach perror_exit() to take a NULL argument when we just want "command: error". | Rob Landley |
2008-01-20 | Move dlist_add() to lib/llist.c | Rob Landley |
2008-01-20 | Zap toylist.h, moving contents of global structures into DEFINE_GLOBALS() | Rob Landley |
2008-01-19 | Move NEWTOY() list from end of toylist.h to generated/newtoys.h. | Rob Landley |
2008-01-19 | Zap toys/Config.in and instead create generated/Config.in from contents of | Rob Landley |
2008-01-01 | Fix loopfiles to not call function() on file not found.0.0.4 | Rob Landley |
2007-12-27 | Make patch's file add actually work, including directory creating and | Rob Landley |
2007-12-24 | Major refactoring of bunzip.c in preparation for doing a multi-threaded version. | Rob Landley |
2007-12-20 | Upgrade patch to understand creating and deleting files. | Rob Landley |
2007-12-18 | Patch command. | Rob Landley |
2007-12-15 | Start of "patch" support. Writes to stdout at the moment. | Rob Landley |
2007-12-09 | Changeset 186 assumed that toys.exitval defaults to 0. Actually change the | Rob Landley |
2007-11-29 | Add sha1sum. (No -c mode yet.) Slight tweaks to loopfiles() too. | Rob Landley |
2007-11-29 | Add loopfiles() function, make catv use it. | Rob Landley |
2007-11-27 | Patch from Charlie Shepherd: remove extra \n from error_exit() arguments. | Rob Landley |
2007-11-19 | Replace strlcpy() with xstrcpy(), which exits if the string won't fit. | Rob Landley |
2007-11-15 | Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd. | Rob Landley |
2007-11-15 | Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment | Rob Landley |
2007-11-15 | Change strlcpy not to use strncpy. (Adds 24 bytes, but doesn't memset the | Rob Landley |
2007-11-04 | Fix from Charlie Shepherd: at end of string, don't match the null terminator | Rob Landley |
2007-11-04 | xcreate(): perror already prints error name and newline, remove redundancy. | Rob Landley |
2007-10-11 | Promote help to global config option, teach error_exit() to output usage mess... | Rob Landley |
2007-10-04 | Break out dirtree.c and let it call a function instead of returning the data. | Rob Landley |
2007-08-15 | More klibc fixes from Maximilian Attems, strlcpy() this time. | Rob Landley |
2007-06-18 | Add xputs() to detect EOF on writes. | Rob Landley |