aboutsummaryrefslogtreecommitdiff
path: root/www/code.html
AgeCommit message (Collapse)Author
2013-02-23Accumulated web page changes. (Release announcement for previous release, ↵Rob Landley
roadmap updates, etc.)
2012-11-13Reindent 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-08Doc tweak about test suite.Rob Landley
2012-10-08New 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-15Add documentation for lib/llist.c and lib/dirtree.c.Rob Landley
2012-03-09Add lib/portability.h description with explanation of SWAP() macros.Rob Landley
2012-03-06Web page updates.Rob Landley
2012-02-28Make documentation even fluffier.Rob Landley
2012-02-26Web 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-06Document that optflags is always an int (so 32 bit and 64 bit platforms ↵Rob Landley
behave the same).
2012-01-29Add <>= to lib/args.c, with documentation.Rob Landley
2012-01-16Fluff out documentation and skeleton code.Rob Landley
2008-02-12Partial update. Needs more work.Rob Landley
2008-01-20Fluff 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-27Brief note about code style.Rob Landley
2007-12-20More random unfinished code documentation.Rob Landley
2007-12-18Fluff out code.html a bit more.Rob Landley
2007-12-13Update web pages.Rob Landley