pre23: Sep 19 2001
- compiler name change. s/cc1ksi/ksi1/
- use *_TYPE_SIZE and POINTER_SIZE in kpp_init() instead of 
  TYPE_PRECISION(*_type_node)
- removed unused #include's
- added (builtin ...) and (fbuiltin ...)
- implemented (func_ptr ...)
- added (ptr_call ...) and (ptr_fcall ...)
- added (func_ref ...)

pre22: Sep 19 2001
- use own lang_identifier to store macros for kpp. 
- there were one malloc() per input token, now ggc_alloc_string() is 
  used (it should run faster)
- (wfl ...) and (input_file ...) debugging entries
- (struct ...) and (structdef ...), (union ...) and (uniondef ...)
- s/static/local in (func ...), reason: it was confusing C'ism, there is
  no point calling local functions ``static''
- (static_var ...), (global ...) added
- fixed prototyping, forward declaration and redefinitons

pre18: Sep 17 2001
- added setting names of types for debuging, -g seems to work now
- added global_binding_level->names to tree roots
- (type ...) term has been droped, ({{u,}int,float,ptr} ...) introduced.
  begining of new typesystem, preparation for structures, unions and enums.
- reformated sources to fit 80-column screen.

pre16: Sep 14 2001
- s/build1/build/ few times, build1() seems to be not
  suitable for building statements
- small fix for 64bit hosts
- fixed severe bugs with floating point literals
- fixed docs about (fix ...) and (float ...), fixed (convert ...) to
  use {FIX_TRUNC,FLOAT}_EXPR as needed.
- moved TODO to info file, BUGS section added there
- added simple driver shell script, it is to be used to drive compilers,
  that use ksi as a target
- fixed taking addresses of variables (TREE_ADDRESSABLE() is set now)

pre11: Sep 12 2001
- got rid of strtoull() and long long
- bugfixes (axp build) + some more tests
- added macros for endianess checks
- added stringize operator

pre9: Sep 11 2001
- added texinfo file
- added ksi.vim file
- fixed compilation problems (strip-cpp-comment did some
  bad things in glue.c, I have droped it off)
- removed (bin ...) and (unary ...) terms, all operators are now
  terms on their own
- added simple internal preprocessor

pre5: Sep 10 2001
- first release
