Blame CHANGES

rpm-build 0f2925
1.7.5 (2018-07-08)
rpm-build 0f2925
 * IO: restore compilation on 32-bit (broken in 1.7.3)
rpm-build 0f2925
 * sync with OCaml 4.07
rpm-build 0f2925
 * install.ml is now deprecated, install with Makefile
rpm-build 0f2925
 + IO: read_i32_as_int
rpm-build 0f2925
rpm-build 0f2925
1.7.4 (2018-03-12)
rpm-build 0f2925
 * fix tests with OCaml 4.06
rpm-build 0f2925
rpm-build 0f2925
1.7.3 (2018-03-11)
rpm-build 0f2925
 * String: faster slice
rpm-build 0f2925
 * sync with OCaml 4.06 (thx test/std.ml)
rpm-build 0f2925
 * IO: fix sign bug in read_i31
rpm-build 0f2925
 * IO: add write_i31 and bounds-checking on write_i32
rpm-build 0f2925
 * base64: add encode_string decode_string
rpm-build 0f2925
 * install cmt and cmti
rpm-build 0f2925
rpm-build 0f2925
1.7.2 (2017-03-29)
rpm-build 0f2925
 * sync with OCaml 4.05
rpm-build 0f2925
rpm-build 0f2925
1.7.1 (2016-11-11)
rpm-build 0f2925
 * sync with OCaml 4.04
rpm-build 0f2925
 * add Hashtbl.Make for better compatibility
rpm-build 0f2925
rpm-build 0f2925
1.7.0 (2015-08-29)
rpm-build 0f2925
 * Switch to git and move repo to github
rpm-build 0f2925
 * `-safe-string` compatibility
rpm-build 0f2925
 * use cppo instead of camlp4
rpm-build 0f2925
 * allow to set the exit code in optParse
rpm-build 0f2925
 * add new upstream functions in String
rpm-build 0f2925
rpm-build 0f2925
1.6.1 (2013-11-26 - trunk @ r436)
rpm-build 0f2925
 * Drop `extlib_min` package
rpm-build 0f2925
 * Choose at build-time whether to build full or reduced library
rpm-build 0f2925
rpm-build 0f2925
1.6.0 (2013-11-25 - trunk @ r429)
rpm-build 0f2925
 * Fix OCaml 4 Hashtbl compatibility
rpm-build 0f2925
 * Install additionally `extlib_min` with reduced set of modules (to mitigate linking conflicts)
rpm-build 0f2925
 * Build with debugging information by default
rpm-build 0f2925
 * Fix signature for `ExtList.iteri` and `OptParse.OptParser.error`
rpm-build 0f2925
 * Speed up `String.nsplit`
rpm-build 0f2925
 * New functions:
rpm-build 0f2925
  * `String.find_from` (by Alexander Markov)
rpm-build 0f2925
  * `IO.output_strings` (by Mehdi Dogguy)
rpm-build 0f2925
  * `IO.read_float32` and `IO.write_float32` (by Philippe Strauss)
rpm-build 0f2925
  * `IO.scanf` (by Warren Harris)
rpm-build 0f2925
  * `UTF8.substring` (by Berke Durak)
rpm-build 0f2925
  * `Enum.next`
rpm-build 0f2925
rpm-build 0f2925
1.5.4 (2013-05-08 - trunk @ r407)
rpm-build 0f2925
 * Fix installation
rpm-build 0f2925
 * Streamline release process
rpm-build 0f2925
rpm-build 0f2925
1.5.3 (2012-08-12 - trunk @ r397)
rpm-build 0f2925
 * Bug fixes / improvements:
rpm-build 0f2925
  * OCaml 4.00 compatibility (Hashtbl)
rpm-build 0f2925
  * Std.dump: handle float array, never throw
rpm-build 0f2925
 * New functions:
rpm-build 0f2925
  * `Array.map2`
rpm-build 0f2925
 * Install `*`.cmx
rpm-build 0f2925
 * Build extLib.cmxs
rpm-build 0f2925
rpm-build 0f2925
1.5.2 (2011-08-06 - trunk @ r389)
rpm-build 0f2925
 * Bug fixes / improvements:
rpm-build 0f2925
  * memory corruption in `DynArray.insert`
rpm-build 0f2925
  * `ExtList.make` is now tail-recursive
rpm-build 0f2925
  * stack overflow in `ExtString.nsplit`
rpm-build 0f2925
  * `ExtList.(@)` is now in scope after `open ExtLib`
rpm-build 0f2925
  * `DynArray` will not attempt to grow past `Sys.max_array_length`
rpm-build 0f2925
  * faster `ExtString.starts_with` and `ExtString.ends_with`
rpm-build 0f2925
  * some documentation comments
rpm-build 0f2925
 * New functions:
rpm-build 0f2925
  * `List.find_map`
rpm-build 0f2925
rpm-build 0f2925
1.5.1 (2007-12-29 - trunk @ r363)
rpm-build 0f2925
 * First release from http://code.google.com/p/ocaml-extlib
rpm-build 0f2925
 * Bug fixes / improvements: 
rpm-build 0f2925
  * Add `ExtArray.Array.iter2`
rpm-build 0f2925
  * `Unzip` module fix & test case as reported by Robert Atkey
rpm-build 0f2925
  * `BitSet.enum` problem reported by Pascal Zimmer
rpm-build 0f2925
  * `nsplit "" _` ==> `[]`