git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5623 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Damien Doligez 2003-06-24 14:35:46 +00:00
parent 4f43b5f3fa
commit e810d8fd3e
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Type-checking:
"emacs/caml-types.el". The compiler option saves inferred type information
to file *.types, and the emacs extension allows the user to look at the
type of any subexpression in the source file. Works even in the case
of a type error (only the types computed up to the error are available).
of a type error (all the types computed up to the error are available).
Both compilers:
- Added option "-dtypes" to dump detailed type information to a file.
@ -109,7 +109,7 @@ Other libraries:
- Unix:
Make Unix.openfile blocking to account for named pipes.
GC bug in Unix.*stat fixed.
Fixed proble with Unix.dup2 on Windows.
Fixed problem with Unix.dup2 on Windows.
Ocamllex:
- Can name parts of the matched input text, e.g.