pkgsrc/lang/ocaml
adam 50f21fdec0 Changes 3.09.1:
* Bug fixes
* New features:
- otherlibs/labltk: browser uses menu bars instead of menu buttons


Changes 3.09.0:

Language features:
- Introduction of private row types, for abstracting the row in object
  and variant types.

Type checking:
- Polymorphic variants with at most one constructor [< `A of t] are no
  longer systematically promoted to the exact type [`A of t]. This was
  more confusing than useful, and created problems with private row
  types.

Native-code compiler (ocamlopt):
* Revised implementation of the -pack option (packing of several compilation
  units into one).  The .cmx files that are to be packed with
  "ocamlopt -pack -o P.cmx" must be compiled with "ocamlopt -for-pack P".
  In exchange for this additional constraint, ocamlopt -pack is now
  available on all platforms (no need for binutils).
* Fixed wrong evaluation order for arguments to certain inlined functions.

* Other (see 'Changes')
2006-01-16 09:41:48 +00:00
..
files - Update from 3.06 to 3.08.2 2005-02-04 21:35:51 +00:00
patches Changes 3.09.1: 2006-01-16 09:41:48 +00:00
buildlink3.mk - Update from 3.06 to 3.08.2 2005-02-04 21:35:51 +00:00
DESCR Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
distinfo Changes 3.09.1: 2006-01-16 09:41:48 +00:00
Makefile Changes 3.09.1: 2006-01-16 09:41:48 +00:00
Makefile.common Changes 3.09.1: 2006-01-16 09:41:48 +00:00
PLIST Changes 3.09.1: 2006-01-16 09:41:48 +00:00
PLIST.opt Changes 3.09.1: 2006-01-16 09:41:48 +00:00
PLIST.prof Changes 3.09.1: 2006-01-16 09:41:48 +00:00
PLIST.stub Fixed pkglint warnings. The warnings are mostly quoting issues, for 2005-12-05 20:49:47 +00:00