v1.430
    1.  Release version. 9 July 1995
    2.  Added test.bat to distribution

v1.423-429
    1.  Fixed numerous bugs in OXCCB and BTERP. OXCCB will now generate
        good enough byte codes so that BTERP can interpret OXCCB.
    2.  Made some changes in OXCC wrt conforming immediate constants.
    3.  OXCC can now interpret OXCCB.

v1.422
	1.  Set large signed octal and hex constants to `unsigned' as per ANSI
	2.  `oxccai' now generates some code.
    3.  Fixed bug in OXCC interpreter which set assignment statements to
        FULLY_EVALUATED on the first time through.
    4.  Fixed sign extend bug in OXCC interpreter.
    5.  Added -R switch to OXCC, user can supply starting function.
    6.  Added -w switch to OXCC, suppress compiler warnings
    7.  Fixed bug in ANF code generation for IfElse stmts.
    8.  BTERP will now default to `main' if it exists.
    9.  The skeleton now suppresses the symbol `_main' which it introduces
        into the name space.

v1.421
    1.  Fixed bug in C preprocessor which caused realloc pblm.
    2.  Fixed bugs in get/put bitfields, oxcc, oxccb, bterp.
	3.  Fixed loss of global symbols in cff `zip' introduced in 1.410
	4.  Added fgetpos,fsetpos,tmpnam,tempnam,tmpfile to cff
	5.  Added when oxcc chains to backend e.g. -Gb option:
		A. The output file is now a temp file, TMP envrionment var is queried.
		B. The backend deletes the temp file after reading it.
	6.  Backends now have -R `remove input file(s)' option.
    7.  Fixed bugs in regenerate source option -Gs:
    	A. Typedefs and structs only mentioned in function declarations are now
    	   output if the function is called from a function which is output.
        B. Structure def is output if a structure pointer is dereferenced.
    	C. Cast of pointer used as array now puts right paren in proper place.
    	D. Bug which caused a crash is fixed.
    8.  Some more work on `oxccai', assembler code back end.
    9.  Changed c.grm to allow language extension for structure idents
        to be id: as well as .id=
   10.  Generate error for function decls w/o parameter types, used to set
        to `int' a'la fundefs.
   
v1.420
    1.  Fixed bug in interpreted malloc, introduced in v1.410
    2.  Started work on oxccai, assembler code back end.
    
v1.411
    1.  Bug fix release for v1.410

v1.410
    1.  Converted oxcc to be reentrant and callable as a subroutine
        or a class.

v1.400
    1.  First Beta release.
 
