Modif des patterns

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@590 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Xavier Leroy 1996-01-04 13:22:49 +00:00
parent 2ffaa2b1e6
commit 9b5ef3dc51
1 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,10 @@ Added callback functions with 2 and 3 arguments.
* More explicit error messages when a native-code program aborts due
to array or string bound violations.
* In patterns, "C _" allowed even if the constructor C has several arguments.
* && and || allowed as alternate syntax for & and or.
* cslopt for the Intel: code generation for floating-point
operations entirely redone for the third time (a pox on whomever at
Intel decided to organize the floating-point registers as a stack).
@ -17,8 +21,6 @@ Intel decided to organize the floating-point registers as a stack).
* cslopt for the Sparc: don't use Sparc V8 smul and sdiv instructions,
emulation on V7 processors is abysmal.
* && and || allowed as alternate syntax for & and or.
Release 1.12:
* Fixed an embarrassing bug with references to floats.