From: ygrek <ygr...@gm...> - 2011-08-06 17:18:14
|
Hello, It is my great pleasure to announce new bugfix release of extlib - small and comprehensive extension for OCaml standard library. Get it at http://code.google.com/p/ocaml-extlib Release notes for extlib-1.5.2 (2011-08-06) : * Bug fixes / improvements: * memory corruption in DynArray.insert * ExtList.make is now tail-recursive * stack overflow in ExtString.nsplit * ExtList.(@) is now in scope after open ExtLib * DynArray will not attempt to grow past Sys.max_array_length * faster ExtString.starts_with and ExtString.ends_with * some documentation comments * New functions: * List.find_map -- ygrek http://ygrek.org.ua |