pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/ocamlnet
Module Name: pkgsrc
Committed By: jaapb
Date: Wed Apr 3 12:43:30 UTC 2013
Modified Files:
pkgsrc/net/ocamlnet: Makefile PLIST distinfo
Removed Files:
pkgsrc/net/ocamlnet/patches: patch-src_netzip_netgzip.ml
Log Message:
Updated package to version 3.6.3. Changes include:
* Netmcore_heap.mli: allowing to [add] bigarrays. New
function [add_string] for creating uninitialized strings on
heaps. New function [add_immutable] for retaining value sharing.
* Netsys_mem: New options [Copy_conditionally] and [Keep_atom]
for function [init_value].
* netsys_c_subprocess.c: fixing a deadlock issue
(when calling commands via the Shell library)
* Netdate: Fix interpretation of the ~localzone argument
of several functions. Now the timezone is assumed for the
target time, not the calling time
* Netdate: Adding localization
* Netconversion: Adding functions for converting to lowercase/
uppercase/titlecase, and for case-insensitive comparison
* Fix Netfs.copy: When the copy method throws EXDEV, it is
fallen back to a streaming-type copy
* Several fixes for OS X
* Daemonizer: now using a signal for waiting until the children
are up and running
* Fixes for OCaml-4.00
* Better endianness check as suggested by Matias Giovannini
* Fixing handling of `Recv_send_implied sockets in
socket_multiplex_controller
* netzip: it is now autodetected whether the camlzip library
is available under the findlib name "zip" or "camlzip"
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/ocamlnet/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ocamlnet/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/ocamlnet/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/net/ocamlnet/patches/patch-src_netzip_netgzip.ml
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