log www/code.html @ 895:60a430b7791e

age author description
Tue, 13 Nov 2012 17:14:08 -0600 Rob Landley Reindent to two spaces per level. Remove vi: directives that haven't worked 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.
Mon, 08 Oct 2012 21:31:07 -0500 Rob Landley Doc tweak about test suite.
Mon, 08 Oct 2012 00:02:30 -0500 Rob Landley New build infrastructure to generate FLAG_ macros and TT alias, #define 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.
Sun, 15 Jul 2012 17:47:08 -0500 Rob Landley Add documentation for lib/llist.c and lib/dirtree.c.
Fri, 09 Mar 2012 08:33:57 -0600 Rob Landley Add lib/portability.h description with explanation of SWAP() macros.
Tue, 06 Mar 2012 20:49:03 -0600 Rob Landley Web page updates.
Tue, 28 Feb 2012 06:34:09 -0600 Rob Landley Make documentation even fluffier.
Sun, 26 Feb 2012 21:53:15 -0600 Rob Landley Web page tweaks. Remove background image (makes it hard ot read for some people), and use local roadmap instead of third party wiki.
Mon, 06 Feb 2012 21:15:19 -0600 Rob Landley Document that optflags is always an int (so 32 bit and 64 bit platforms behave the same).
Sun, 29 Jan 2012 13:54:13 -0600 Rob Landley Add <>= to lib/args.c, with documentation.
Mon, 16 Jan 2012 01:44:17 -0600 Rob Landley Fluff out documentation and skeleton code.
Tue, 12 Feb 2008 18:41:34 -0600 Rob Landley Partial update. Needs more work.
Sun, 20 Jan 2008 19:00:16 -0600 Rob Landley Fluff out hello.c to supply more example code as a skeleton for new commands,
Thu, 27 Dec 2007 21:36:44 -0600 Rob Landley Brief note about code style.
Thu, 20 Dec 2007 06:29:59 -0600 Rob Landley More random unfinished code documentation.
Tue, 18 Dec 2007 02:02:47 -0600 Rob Landley Fluff out code.html a bit more.
Thu, 13 Dec 2007 07:00:27 -0600 Rob Landley Update web pages.