pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/js_of_ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Dec 14 14:40:24 UTC 2012

Modified Files:
        pkgsrc/devel/js_of_ocaml: Makefile PLIST distinfo
        pkgsrc/devel/js_of_ocaml/patches: patch-Makefile

Log Message:
Updated devel/js_of_ocaml to its newest version, 1.3.2. Changes include:

Features/Changes
* Runtime and toplevel updates to support OCaml 4.0
* Add WebSocket bindings
* Added -debuginfo option to output source code location information
  (patch by Kensuke Matsuzaki)
* Dom_html: added change, input and hashChange event bindings
* Adding Lwt_js_events.async_loop and buffered_loop
Bugfixes
* Fix array and string blitting with overlapping regions
* Url module: fix encoding of '+'
* Library: use 'this' instead of 'window' for better portability
* Dom_html: fix creation of elements with type or name attribute under IE 9
* Compiler: small fix to bytecode parsing that could result in incorrect
  generated code
* Dom_html: fix mouse wheel event bindings
* Dom: fix the type of item methods
* Deriving_json: tail-recursive serialisation of lists (by Hugo Heuzard)
* Deriving_json: fix parsing of float arrays and polymorphic variants
  (by Hugo Heuzard)


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/js_of_ocaml/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/js_of_ocaml/PLIST \
    pkgsrc/devel/js_of_ocaml/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/js_of_ocaml/patches/patch-Makefile

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