Mercurial > hg > toybox
graph
-
Teach make.sh to create flag macros, but with the wrong names. Dunno how to make a translation macro or #ifdef guard to get the names right so they actually be _used_ yet...Sat, 14 Apr 2012 22:31:53 -0500, by Rob Landley
-
Rewrite dirtree so we don't need readdir, scandir, and fts.h. Rewrite ls (from scratch) to use new dirtree infrastructure. (This breaks everything else that currently uses dirtree.)Sat, 14 Apr 2012 22:30:41 -0500, by Rob Landley
-
Comment and whitespace changes.Sat, 14 Apr 2012 21:43:24 -0500, by Rob Landley
-
Use FLAG_ macros for echo optflags.Sat, 14 Apr 2012 21:41:19 -0500, by Rob Landley
-
Match uint64_t with PRIu64 to avoid warnings on 64 bit builds.Sat, 14 Apr 2012 21:27:00 -0500, by Rob Landley
-
toybuf usage enhancement, tabs to spaces, teminal height refreshWed, 11 Apr 2012 19:11:45 +0200, by Elie De Brauwer
-
Replace ?: gcc extension with standard codeSat, 07 Apr 2012 10:15:52 -0700, by Kevin Chase