maJam - Keeping Jam up to date. 
    TODO:
    - Jan/3/2007 - Use header caching.
 
    - Jan/3/2007 - Use memory pool instead of libc's malloc.
 
    - Jan/3/2007 - Support as many MS-OS'es as possible: MS-DOS 6.22, Win3.x, Win9x, WinNT, WinCE.
 
    - Jan/3/2007 - Porting from Bison to Lemon grammar, to exclude dependency on bison
 
	
	- Write a better documentation: The documents found on web do not suffice as an introduction, and
    some jam features lacks usage examples.
	
 
 - Split the code in platform dependend code. As a bad example I would mention `execunix.c` which
    addresses command execution handling on unix/os2/nt.(not very streight forward)
	 
 -  Start a test collection targeting usage aswell as benchmarks.
	
 
 -  Gather a list of drawbacks/bugs regarding any aspect of jam.
	
 
 -  Gather a list of features, patches found in other flavors of Jam( Boost-Jam, FTJam, Haiku-Jam )
	
 
 -  Write a better site.
 
	
	 
    Changes:
    - Aug/17/2006 - Doxygen documentation is available but still there is work to be done.
 
    - Aug/14/2006 - Work in progress on Win9x using lcc, djgpp, openwatcom
 
    - Aug/14/2006 - MaJam works on DOS using DJGPP.(release majam-1.1_ALPHA)
 
    - Aug/09/2006 - Release majam-1.0_ALPHA
 
    - Aug/06/2006 - Work in progress for a port to DOS, using DJGPP.
 
    - Aug/05/2006 - Documentation converted to sgml, and reorganized: jam docs in html/txt and
        jamlang docs in html/txt
        
 
    Description:
    - gjam is a reimplementation of Perforce Jam, but released under GPL
    licence.
 
    Source:
    - svn co https://svn.sourceforge.net/svnroot/majam/branches/2-0
     mail-list:
    - To subscribe, you can send an empty mail with subject "subscribe" (without the quotes) to: majam-devel-request@lists.sourceforge.net
    or use the web frontend. 
    - If you want to contribute or contact me: groleo at gmail dot com