log

age author description
Mon, 19 Nov 2007 07:07:50 -0600 Rob Landley Tighten up error handling, add a umask() call so -m 123 actually works.
Mon, 19 Nov 2007 01:51:00 -0600 Rob Landley Replace strlcpy() with xstrcpy(), which exits if the string won't fit.
Thu, 15 Nov 2007 21:12:24 -0600 Rob Landley Add noreturn mark to [p]error_exit(), suggested by Charlie Shepherd.
Thu, 15 Nov 2007 20:52:01 -0600 Rob Landley Zap a warning.
Sat, 10 Nov 2007 10:25:23 +0000 Charlie Shepherd Fix error message
Thu, 15 Nov 2007 20:43:35 -0600 Rob Landley Simplify touch -l slightly.
Sat, 10 Nov 2007 10:03:01 +0000 Charlie Shepherd Add an option to let touch extend or truncate a file and rename the err label to time_error to reduce confusion.
Sat, 10 Nov 2007 10:01:28 +0000 Charlie Shepherd Don't error on stat success, and create files with a sensible mode instead of 000
Sat, 10 Nov 2007 09:30:02 +0000 Charlie Shepherd Use builtin functions to simplify some code in touch
Sat, 10 Nov 2007 09:10:51 +0000 Charlie Shepherd Fix typo in toysh tty description.
Sat, 10 Nov 2007 08:54:22 +0000 Charlie Shepherd Make toybox_unstripped depend upon toys/help.h (so it will be rebuilt when toys/Config.in is updated)
Wed, 07 Nov 2007 00:11:20 +0000 Charlie Shepherd Add initial mkfifo implementation
Thu, 15 Nov 2007 18:30:30 -0600 Rob Landley Remove trailing whitespace (thanks to Charlie Shepherd), and a couple comment
Tue, 06 Nov 2007 23:24:56 +0000 Charlie Shepherd Replace space indent with tab indent