Mercurial > hg > toybox
graph
-
Fix touch warnings (unused variables, failure to reserve space for null terminator).Fri, 16 Nov 2012 15:44:45 -0600, by Rob Landley
-
Refactor touch (cleanup whitespace, brackets, function order), code otherwise same.Fri, 16 Nov 2012 15:36:01 -0600, by Rob Landley
-
Add touch from Choubey Ji.Fri, 16 Nov 2012 12:43:41 -0600, by Rob Landley
-
Add cut from Jason Kyungwan Han.Fri, 16 Nov 2012 12:26:48 -0600, by Rob Landley
-
Set optc when optstring NULL.Fri, 16 Nov 2012 00:46:39 -0600, by Rob Landley
-
Add rebound support to intercept error_exit() and longjmp instead.Fri, 16 Nov 2012 00:35:46 -0600, by Rob Landley
-
Make ls default to -C if no option specified and it's outputting to a tty.Thu, 15 Nov 2012 16:15:51 -0600, by Rob Landley
-
Announce release, add anchor tags to roadmap, tweak downloads in header (new bin directory pointing to downloads/binaries/$CURRENT).Tue, 13 Nov 2012 16:13:45 -0600, by Rob Landley
-
Added tag 0.4.1 for changeset 8871e8002812Tue, 13 Nov 2012 07:33:05 -0600, by Rob Landley
-
Yet another attempt to get the fiddly patch file creation logic right.Mon, 12 Nov 2012 02:59:56 -0600, by Rob Landley
-
On 32 bit platforms %ld doesn't match uint64_t, so do long long and %lld (rather than deal with verbose PRIu64 nonsense).Sat, 10 Nov 2012 18:24:14 -0600, by Rob Landley
-
Fix reversed test: patch creates a file if /dev/null or dated the epoch _and_ first hunk being replaced is 0 lines at start of file, not one or the other.Sat, 10 Nov 2012 14:34:01 -0600, by Rob Landley
-
Change df percentage calculation to match posix, spotted by Roy Tam.Thu, 08 Nov 2012 15:03:03 -0600, by Rob Landley