pkgsrc/lang/ocaml/PLIST.prof
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

45 lines
1.1 KiB
Text

@comment $NetBSD: PLIST.prof,v 1.4 2006/01/16 09:41:48 adam Exp $
lib/ocaml/arg.p.cmx
lib/ocaml/array.p.cmx
lib/ocaml/arrayLabels.p.cmx
lib/ocaml/buffer.p.cmx
lib/ocaml/callback.p.cmx
lib/ocaml/camlinternalMod.p.cmx
lib/ocaml/camlinternalOO.p.cmx
lib/ocaml/char.p.cmx
lib/ocaml/complex.p.cmx
lib/ocaml/digest.p.cmx
lib/ocaml/filename.p.cmx
lib/ocaml/format.p.cmx
lib/ocaml/gc.p.cmx
lib/ocaml/genlex.p.cmx
lib/ocaml/hashtbl.p.cmx
lib/ocaml/int32.p.cmx
lib/ocaml/int64.p.cmx
lib/ocaml/lazy.p.cmx
lib/ocaml/lexing.p.cmx
lib/ocaml/list.p.cmx
lib/ocaml/listLabels.p.cmx
lib/ocaml/map.p.cmx
lib/ocaml/marshal.p.cmx
lib/ocaml/moreLabels.p.cmx
lib/ocaml/nativeint.p.cmx
lib/ocaml/obj.p.cmx
lib/ocaml/oo.p.cmx
lib/ocaml/parsing.p.cmx
lib/ocaml/pervasives.p.cmx
lib/ocaml/printexc.p.cmx
lib/ocaml/printf.p.cmx
lib/ocaml/queue.p.cmx
lib/ocaml/random.p.cmx
lib/ocaml/scanf.p.cmx
lib/ocaml/set.p.cmx
lib/ocaml/sort.p.cmx
lib/ocaml/stack.p.cmx
lib/ocaml/stdLabels.p.cmx
lib/ocaml/stream.p.cmx
lib/ocaml/string.p.cmx
lib/ocaml/stringLabels.p.cmx
lib/ocaml/sys.p.cmx
lib/ocaml/weak.p.cmx
@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE}