Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Wed, 07 Mar 2012 19:00:21 -0600 | Rob Landley | Silence a couple pointless warnings. |
Tue, 06 Mar 2012 21:19:57 -0600 | Rob Landley | Cleanups: use perror_msg() and make mode a global. |
Tue, 06 Mar 2012 20:58:13 -0600 | Georgi Chorbadzhiyski | Add mkfifo. |
Tue, 06 Mar 2012 20:49:03 -0600 | Rob Landley | Web page updates. |
Tue, 06 Mar 2012 20:48:27 -0600 | Rob Landley | Comment and whitespace tweaks. |
Mon, 05 Mar 2012 23:15:50 -0600 | Rob Landley | mkdir cleanups: Let umask do its thing at the syscall level, have mode be a global to prepare for -m, use do_blah name loopfiles() usually calls, one less redundant mkdir() call, go ahead and modify writeable args instead of strdup(), return before restoring / so error message is better, use perror_msg(). |
Mon, 05 Mar 2012 22:19:36 -0600 | Georgi Chorbadzhiyski | Add mkdir. |