Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-13 | Reindent to two spaces per level. Remove vi: directives that haven't worked ↵ | Rob Landley | |
right in years (ubuntu broke its' vim implementation). Remove trailing spaces. Add/remove blank lines. Re-wordwrap in places. Update documentation with new coding style. The actual code should be the same afterward, this is just cosmetic refactoring. | |||
2012-10-08 | Doc tweak about test suite. | Rob Landley | |
2012-10-08 | New build infrastructure to generate FLAG_ macros and TT alias, #define ↵ | Rob Landley | |
FOR_commandname before #including toys.h to trigger it. Rename DEFINE_GLOBALS() to just GLOBALS() (because I could never remember if it was DECLARE_GLOBALS). Convert existing commands to use new infrastructure, and replace optflag constants with FLAG_ macros where appropriate. | |||
2012-07-15 | Add documentation for lib/llist.c and lib/dirtree.c. | Rob Landley | |
2012-03-09 | Add lib/portability.h description with explanation of SWAP() macros. | Rob Landley | |
2012-03-06 | Web page updates. | Rob Landley | |
2012-02-28 | Make documentation even fluffier. | Rob Landley | |
2012-02-26 | Web page tweaks. Remove background image (makes it hard ot read for some ↵ | Rob Landley | |
people), and use local roadmap instead of third party wiki. | |||
2012-02-06 | Document that optflags is always an int (so 32 bit and 64 bit platforms ↵ | Rob Landley | |
behave the same). | |||
2012-01-29 | Add <>= to lib/args.c, with documentation. | Rob Landley | |
2012-01-16 | Fluff out documentation and skeleton code. | Rob Landley | |
2008-02-12 | Partial update. Needs more work. | Rob Landley | |
2008-01-20 | Fluff out hello.c to supply more example code as a skeleton for new commands, | Rob Landley | |
and update a chunk of code.html (much more to do there). | |||
2007-12-27 | Brief note about code style. | Rob Landley | |
2007-12-20 | More random unfinished code documentation. | Rob Landley | |
2007-12-18 | Fluff out code.html a bit more. | Rob Landley | |
2007-12-13 | Update web pages. | Rob Landley | |