/*---------------------------------------------------------------------*/
/*    release 1.3.b                                                    */
/*---------------------------------------------------------------------*/
Mon Jul  5 10:12:16 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* Lift/integrate.scm:
	   Fix a bug on the integration with `-O2' option.

	* runtime1.3/Include/bigloo.h
	   Add a `#define' pour the PC under linux.
	   
Fri Jul  2 13:00:25 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* runtime1.3/Llib/evmeaning.scm
	   Fix a bug on the interpreter (functions with the following
	   prototype: (a b c . d), thanks to Thierry Saura.

	* Inline/call.scm
	   Improvement of the -O2 optimisation.

/*---------------------------------------------------------------------*/
/*    release 1.3                                                      */
/*---------------------------------------------------------------------*/
Thu Jul  1 11:54:38 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* Init/main.scm
	  Init/parse-args.scm
	   Adding of the `-q' option.
	   
Thu Jun 24 10:53:15 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* runtime1.3/Llib/number.scm:
	   Fix a bug on `atan', thanks to Joel Masset (jmasset@dmi.ens.fr)
	   
	* Integ/cn.scm:
	   Fix a bug on integration.

Thu Jun 24 10:53:15 MET DST 1993  Jean-Marie Geffroy (Geffroy@margaux.inria.fr
	* Match3.1/normalize.scm:
	   Changing of the definition of the macro-pattern `atom'.
	   
Wed Jun 23 11:57:50 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* runtime1.3/Clib/callcc.c
	   Fix a bug on allocation of continuation.
	   
Mon Jun 21 09:42:54 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* Read/include.scm:
	   Invert the order of the inclusion. Thans to Luc Moreau
	   (Moreau@montefiore.ulg.ac.be)
	   
	* Engine/param.scm:
	  Parse/module.scm:
	  Cnst/module.scm:
	  Read/import.scm:
	   Adding of the `force' clause.
	   
Fri Jun 18 12:56:53 MET DST 1993  Jean-Marie Geffroy (Geffroy@margaux.inria.fr)
	* Match3.1
	   An entirely new pattern-matching compiler which now compile
	   pattern about structure.

Fri Jun 18 12:56:53 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* Scan/application:
	   Fix a bug which occurs if `(if ...)' forms where applied like
	   `((if ....) ...)', thanks to Luc Moreau
	   (Moreau@montefiore.ulg.ac.be)

Mon Jun 14 14:45:55 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)
	* comptime1.3/Cgen/ident.scm:
	   Adding of #\space in identificator translation.

	* runtime1.3/Llib/symbol.scm:
	   Changing of the shape of `(gensym)'.
	   
	* comptime1.3/Expand/macro.scm:
	   Fix a bug on `define-macro' expander.
	   
	* runtime1.3/Llib/evcomp.scm:
	   Fix a bug on the function with 4 args in the interpreter.
	   
Thu Jun 10 19:11:02 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)

	* runtime1.3/Llib/eval.scm:
	  runtime1.3/Llib/evcomp.scm:
	  runtime1.3/Llib/evmeaning.scm:
	   Fix a bug on the interface beetween the compiler and the
	   interpreter

	* comptime1.3/Cc/indent.scm:
	   Removing of the test on the unix command `indent' (due to
	   sony-news).
	   
Mon Jun  7 16:07:47 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)

	* runtime1.3/Clib/debug.scm:
	  runtime1.3/Llib/error.scm:
	   Speed up of the debug stack.
	  
	* runtime1.3/Llib/vector.scm:
	   Fix a bug on `vector-fill!' (which was completly wrong !),
	   thanks to Jean-Marie Geffroy.

	* runtime1.3/Llib/eval.scm:
	  runtime1.3/Llib/evcomp.scm:
	   Speed up of the interpreter.

	* runtime1.3/Llib/reader.scm:
	  runtime1.3/Clib/writer.scm:
	   Changing of the message `illegal char' which now give an ascii
	   code.

Mon May 17 11:27:02 MET DST 1993  Manuel Serrano (Manuel.Serrano@inria.fr)

	* runtime1.3/Llib/symbol.scm:
	   Adding of the function `symbol-append'.

	* comptime1.3/Integ/cn.scm:
	   Fix a bug on extended recursion which made the compiler to refuse 
	   some sound programs.

	* comptime1.3/Scan/tree.scm:
	   Speed up of the pattern-matching compilation by adding two rules
	   for building abstract tree (let' and labels').

	* comptime1.3/Hoist/hoist.scm:
	   Adding a rules for the `typed-case' expressions.

	* comptime1.3/Type/type.scm:
	   Fix a bug on the type of `typed-case' expressions.

	* comptime1.3/Type/cast.scm:   
	   comptime1.3/Type/enforce.scm: 
	   Fix a bug on the foreign casting interface.
	  
	* comptime1.3/Expand/case.scm: 
	   Adding robustness to the typed case.

	* comptime1.3/Expand/try.scm:
	   Changing of the try macro.

