summaryrefslogtreecommitdiff
path: root/lang/ocaml/PLIST.opt
diff options
context:
space:
mode:
authoradam <adam>2006-01-16 09:41:48 +0000
committeradam <adam>2006-01-16 09:41:48 +0000
commit321db0604b8b75ed74883b5a490dc73c4877a35b (patch)
tree9452d6121e974dec5c53db6ef0c162152b4715c1 /lang/ocaml/PLIST.opt
parentee9f6d241e6c5ce5cf3edb6814510e5d86690646 (diff)
downloadpkgsrc-321db0604b8b75ed74883b5a490dc73c4877a35b.tar.gz
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')
Diffstat (limited to 'lang/ocaml/PLIST.opt')
-rw-r--r--lang/ocaml/PLIST.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ocaml/PLIST.opt b/lang/ocaml/PLIST.opt
index c4808b07130..7c232171226 100644
--- a/lang/ocaml/PLIST.opt
+++ b/lang/ocaml/PLIST.opt
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.opt,v 1.10 2005/06/20 07:41:49 jlam Exp $
+@comment $NetBSD: PLIST.opt,v 1.11 2006/01/16 09:41:48 adam Exp $
bin/camlp4o.opt
bin/camlp4r.opt
bin/ocamlc.opt
@@ -18,6 +18,7 @@ lib/ocaml/bigarray.cmx
lib/ocaml/bigarray.cmxa
lib/ocaml/buffer.cmx
lib/ocaml/callback.cmx
+lib/ocaml/camlinternalMod.cmx
lib/ocaml/camlinternalOO.cmx
lib/ocaml/camlp4/argl.cmx
lib/ocaml/camlp4/argl.o
@@ -147,7 +148,6 @@ lib/ocaml/str.cmxa
lib/ocaml/stream.cmx
lib/ocaml/string.cmx
lib/ocaml/stringLabels.cmx
-lib/ocaml/string_misc.cmx
lib/ocaml/sys.cmx
lib/ocaml/threads/condition.cmx
lib/ocaml/threads/event.cmx