Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Sat, 27 Sep 2014 19:59:28 -0500 | Rob Landley | Have OLDTOY emit (redundant) function prototype so single.sh can build OLDTOY standalone (if it has its own config symbol). draft |
Sat, 27 Sep 2014 19:58:18 -0500 | Rob Landley | Don't segfault for --help of single.sh build of OLDTOY commands that use another command's help. draft |
Fri, 26 Sep 2014 18:49:44 -0500 | Rob Landley | The only illegal characters in a username are ":" (field separator), "\n" (line separator), and "/" (filename separator). draft |
Fri, 26 Sep 2014 18:42:23 -0500 | Rob Landley | Separate more commands so single.sh can build them standalone. draft |
Mon, 22 Sep 2014 08:32:21 -0500 | ?ukasz Szpakowski | When killall was invoked without arguments, there appeared segmentation fault draft |
Mon, 22 Sep 2014 08:22:12 -0500 | Felix Janda | Fix du test: du symlink -> "0\tsymlink" draft |
Mon, 22 Sep 2014 07:52:15 -0500 | Rob Landley | Respond to two static analysis issues in dirtree_path() reported by Ashwini Sharma. draft |