pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Tue Jan 20 14:12:25 UTC 2015

Modified Files:
        pkgsrc/lang/ocaml: Makefile.common PLIST buildlink3.mk distinfo
        pkgsrc/lang/ocaml/patches: patch-asmrun_arm.S patch-configure
Added Files:
        pkgsrc/lang/ocaml/patches: patch-asmcomp_asmlink.ml
            patch-driver_compenv.ml patch-driver_main.ml
            patch-driver_main_args.ml patch-driver_main_args.mli
            patch-driver_optmain.ml patch-tools_ocamlcp.ml
            patch-tools_ocamloptp.ml patch-utils_clflags.ml
            patch-utils_clflags.mli

Log Message:
This is an update of OCaml to 4.02.1. Changes are listed below. There is also
a new patch to include a -pkgsrc-runtime compilation option. This option is
needed to compile devel/pcre-ocaml due to buildlink shenanigans
(see http://mail-index.netbsd.org/pkgsrc-users/2014/12/18/msg020800.html )

Changes:
(Changes that can break existing programs are marked with a "*")

Standard library:
* Add optional argument ?limit to Arg.align.
- Bug in Makefile.nt: won't stop on error
- Improve MSVC build
- Configure doesn't detect features correctly on Haiku
- Non-exhaustive matching warning message for open types is confusing
- fix quadratic-time algorithm in Consistbl.extract.
- Add stack overflow handling for native code (OpenBSD i386 and amd64)
- broken semantics of %(%) when substitued by a box
- legacy support for %.10s
- better documentation of flag # in format strings
- Bytes and CamlinternalFormat missing from threads stdlib.cma
- -dsource omits parens for `List ((`String "A")::[]) in patterns
- __MODULE__ aborts the compiler if the module name cannot be inferred
- Debug section is sometimes not readable when using -pack
- Missing command line options for ocamldoc
- fix race condition when retrieving backtraces
- String.sub throws Invalid_argument("Bytes.sub")
- Fix ocamldebug module source lookup
- Inclusion of packs failing to run module initializers
- infinite loop in Mtype.remove_aliases
- compilation fails with Env.Error(_)
- -short-paths and signature inclusion errors
- Fatal error with recursive modules
- Recursive module containing alias causes Segmentation fault
- Some bugs in generative functors
- ocamldep support for "-open M"
- Code generation errors for ARM
- Improve Windows (MSVC and mingw) build
- ocamlbuild: add -bin-annot when using -pack
- Fatal error when tracing a function with abstract type
- ocamlbuild: add an -ocamlmklib option to change the ocamlmklib command


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/lang/ocaml/Makefile.common
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/ocaml/PLIST
cvs rdiff -u -r1.30 -r1.31 pkgsrc/lang/ocaml/buildlink3.mk
cvs rdiff -u -r1.78 -r1.79 pkgsrc/lang/ocaml/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/lang/ocaml/patches/patch-asmcomp_asmlink.ml \
    pkgsrc/lang/ocaml/patches/patch-driver_compenv.ml \
    pkgsrc/lang/ocaml/patches/patch-driver_main.ml \
    pkgsrc/lang/ocaml/patches/patch-driver_main_args.ml \
    pkgsrc/lang/ocaml/patches/patch-driver_main_args.mli \
    pkgsrc/lang/ocaml/patches/patch-driver_optmain.ml \
    pkgsrc/lang/ocaml/patches/patch-tools_ocamlcp.ml \
    pkgsrc/lang/ocaml/patches/patch-tools_ocamloptp.ml \
    pkgsrc/lang/ocaml/patches/patch-utils_clflags.ml \
    pkgsrc/lang/ocaml/patches/patch-utils_clflags.mli
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ocaml/patches/patch-asmrun_arm.S
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/ocaml/patches/patch-configure

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index