0.13.2 2/22/2004 * Build fixes 0.13.1 6/15/2004 * New functions * UnixExtras: mknod * StrExtras: titlecase * ArrayExtras: Sorted module * IOExtras: output_int * Portability fixes to the C parts of the library. 0.13.0 5/12/2004 * Renamed library to Annexlib. 0.12.1 4/23/2004 * New functions * ArrayExtras: ensure, ensure_range * StrExtras: ensure, ensure_range 0.12.0 3/16/2004 * New functions * ArrayExtras: push, pop, munge, stable_munge, fast_munge, swap, rev * StrExtras: of_array, to_array, common_prefix * ListExtras: car, cdr, etc., tail 0.11.4 2/20/2004 * New functions * StrExtras: mapi, mapi_inplace, iteri, fold_left, fold_right, replace * UnixExtras: getpgid, setpgid, getpgrp, setpgrp 0.11.3 2/12/2004 * New functions * StrExtras: FastSearch module for string searching using Boyer-Moore-Horspool. 0.11.2 1/27/2004 * New functions * UnixExtras: getrlimit and setrlimit * Bug fixes in assorted UnixExtras functions. * Portability fixes for OS X from Eric Stokes. * Portability fixes for platforms without the native-code compiler. You now have to use make opt explicitly to get the native-code library. 0.11.1: 12/16/2003 * New functions * Time: gettimeofday * UnixExtras: getrusage 0.11.0: 11/16/2003 * New functions * Time: parse_tm and parse_time from Stefan Heimann * UnixExtras: pread and pwrite * C compiler warning fixes from Stefan Heimann 0.10.1: 8/31/2003 * New functions * StrExtras: collate, compare_insensitive, Collate, CaseInsenstive * IOExtras: input_continued, snarf_file 0.10.0: 8/10/2003 * New functions * ListExtras.Make for user-defined equality functions for list searching. * Glob: regexp_of_glob * ListExtras.index and ListExtras.indexq argument order changed to use the same order as List.mem and List.memq * New modules: ArrayExtras 0.9.2: 7/28/2003 * New functions * StrExtras: left, right, ljust, rjust, trim, last_of, last_of_from, last_not_of, last_not_of_from, subpos, center, repeat * Really stupid bugs in UnixExtras.make_daemon 0.9.1: 7/13/2003 * New functions * Time: difftime * ListExtras: index, indexq * StrExtras: explode, implode, rev * Locale bugfixes 0.9.0: 7/10/2003 * UnixExtras.tilde_expand for doing just that to paths. * Variant module, to access the C hash_variant() function from ocaml. * NO_CUSTOM is set in Makefile to allow a dynamic bytecode library. 0.8.0: 7/7/2003 * Initial public release under this name.