summaryrefslogtreecommitdiff
path: root/lang/ocaml/PLIST
diff options
context:
space:
mode:
authoradam <adam>2006-01-16 09:41:48 +0000
committeradam <adam>2006-01-16 09:41:48 +0000
commit39b96ed354fade52d60f9f2c49098109b018ea4a (patch)
tree9452d6121e974dec5c53db6ef0c162152b4715c1 /lang/ocaml/PLIST
parent5ddc39064e711d45d78c0ed65cf9285b9ec37b0a (diff)
downloadpkgsrc-39b96ed354fade52d60f9f2c49098109b018ea4a.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')
-rw-r--r--lang/ocaml/PLIST7
1 files changed, 6 insertions, 1 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST
index 27967e5012b..b6a540c225d 100644
--- a/lang/ocaml/PLIST
+++ b/lang/ocaml/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2005/06/20 07:41:49 jlam Exp $
+@comment $NetBSD: PLIST,v 1.14 2006/01/16 09:41:48 adam Exp $
bin/camlp4
bin/camlp4o
bin/camlp4r
@@ -16,6 +16,7 @@ bin/ocamlprof
bin/ocamlrun
bin/ocamlyacc
bin/ocpp
+lib/ocaml/Makefile.config
lib/ocaml/addlabels
lib/ocaml/arg.cmi
lib/ocaml/arg.ml
@@ -54,6 +55,9 @@ lib/ocaml/caml/printexc.h
lib/ocaml/caml/signals.h
lib/ocaml/camlheader
lib/ocaml/camlheader_ur
+lib/ocaml/camlinternalMod.cmi
+lib/ocaml/camlinternalMod.ml
+lib/ocaml/camlinternalMod.mli
lib/ocaml/camlinternalOO.cmi
lib/ocaml/camlinternalOO.ml
lib/ocaml/camlinternalOO.mli
@@ -379,6 +383,7 @@ man/man3/Bigarray.Array3.3o
man/man3/Bigarray.Genarray.3o
man/man3/Buffer.3o
man/man3/Callback.3o
+man/man3/CamlinternalMod.3o
man/man3/CamlinternalOO.3o
man/man3/Char.3o
man/man3/Complex.3o