Mercurial > hg > toybox
graph
-
Silence deeply stupid gcc warning. (First non-declaration line of function: if (file) ffd = open(); at end of of function: if (file) close(ffd); "file" is an argument to the function and nothing else assigns to it. gcc warning on that close, "ffd may be used uninitialized!" _HOW_?)Mon, 14 Jan 2013 05:25:19 -0600, by Rob Landley
-
Revert some debug code accidentally checked in at commit 715.Sun, 13 Jan 2013 13:48:25 -0600, by Rob Landley
-
Update -p and -f to apply properly to various conditions. Still some bugs to squeeze out but this gets the infrastructure mostly right (and does away with the remaining gotos).Sat, 12 Jan 2013 01:40:16 -0600, by Rob Landley
-
Teach cp to do -n.Thu, 10 Jan 2013 20:19:23 -0600, by Rob Landley
-
Teach cp to do mknod.Wed, 09 Jan 2013 05:16:48 -0600, by Rob Landley
-
Adapt cp to updated dirtree code.Mon, 07 Jan 2013 21:28:46 -0600, by Rob Landley
-
Use basename() where appropriate.Sat, 05 Jan 2013 00:44:24 -0600, by Rob Landley