Mercurial > hg > toybox
log
age | author | description |
---|---|---|
Sat, 20 Sep 2014 13:07:53 -0500 | Rob Landley | Give library probe a progress indicator, and use 150% of detected CPUs to try to keep large SMP machines busy (each compiler invocation is short so they exit almost as fast as we launch them). draft |
Thu, 18 Sep 2014 18:07:58 -0500 | Rob Landley | Reorder functions to get rid of unnecessary prototypes, and move a global into GLOBALS. draft |
Thu, 18 Sep 2014 13:05:21 -0500 | Isaac Dunham | rm -rf needs to chmod directories to u+rwx, because directories need +x to search. draft |
Thu, 18 Sep 2014 11:47:42 -0500 | Ashwini Sharma |
A few fixes for issues reported in static analysis. draft |
Wed, 17 Sep 2014 20:21:44 -0500 | Rob Landley | Cleanup pass on README. draft |
Wed, 17 Sep 2014 18:25:05 -0500 | Rob Landley | Update README for pending directory, include list of code outside of pending (grandfathered) awaiting cleanup. draft |
Wed, 17 Sep 2014 18:24:10 -0500 | Rob Landley | Minor cleanup pass on touch. draft |