summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
2012-10-24Stop keeping a Path.t to refer to labels and constructors in the Typedtree AS...Alain Frisch
2012-10-16#5770: Syntax error messages involving unclosed parens are sometimes incorrect.Alain Frisch
2012-10-15remove TABsDamien Doligez
2012-10-15remove all $Id keywordsDamien Doligez
2012-10-10PR#5240: register exception printers for Unix.Unix_error and Dynlink.ErrorXavier Clerc
2012-10-07Refactoring of the computations of the actual size of a struct caml_ba_arrayXavier Leroy
2012-09-30PR#5715: change the fix to avoid breaking the mingw portDamien Doligez
2012-09-27PR#5761: Incorrect bigarray custom block sizeDamien Doligez
2012-09-26#5766: MSVC port broken following switch to winsock2.Alain Frisch
2012-09-24PR#5734: improved Win32 implementation of Unix.gettimeofdayXavier Leroy
2012-09-24 PR#5563: harden Unix.select against file descriptors above FD_SETSIZEXavier Leroy
2012-09-11PR#4019: better documentation of Str.matched_stringDamien Doligez
2012-09-10add copyright header and fix formattingDamien Doligez
2012-09-10clarify documentationDamien Doligez
2012-08-21merge version/4.00 at revision 12866Jacques Garrigue
2012-08-21fix module orderJacques Garrigue
2012-08-09remove spurious whitespace at EOFDamien Doligez
2012-08-08PR#5715 (partial?) disabling shared libraries does not work under cygwinDamien Doligez
2012-08-02add some missing copyright headersDamien Doligez
2012-07-30clean up TABs and whitespaceDamien Doligez
2012-07-26merge changes from 4.00 branching to 4.00.0 (part 1)Damien Doligez
2012-07-13PR#5676: add ipv6 support on Windows.Jonathan Protzenko
2012-07-10fix PR#5674: move Texp_poly and Texp_newtype to exp_extraJacques Garrigue
2012-06-08PR#5636: issue with pthread_atfork in glibcXavier Leroy
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-29Enabled 'unused rec flag' warning.Alain Frisch
2012-05-29Typo.Alain Frisch
2012-05-29Enable and fix more warnings.Alain Frisch
2012-05-29Compile with warning 33, and remove unused opens.Alain Frisch
2012-05-28#5586: Increase UNIX_BUFFER_SIZE.Alain Frisch
2012-05-21Makefile: typo in installoptopt entryXavier Leroy
2012-05-06Remove the 'dispose' functions from Bigarray. Xavier Leroy
2012-04-19- Hashtbl:Xavier Leroy
2012-04-19PR#5582: bad dependency on /opt/local/include/X11Xavier Leroy
2012-04-09PR#3571: in Bigarrays, call msync() before unmapping to commit changesXavier Leroy
2012-04-08PR#5295: OS threads: problem with caml_c_thread_unregister()Xavier Leroy
2012-04-04PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing fileXavier Leroy
2012-04-03PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp...Xavier Leroy
2012-03-31PR#5310: Ratio.create_ratio/create_normalized_ratio have misleading namesDamien Doligez
2012-03-26PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of ....Xavier Leroy
2012-03-23Follow-up on PR#5553Jacques Garrigue
2012-03-22Make sure we include misc.h using double-quotes so that when the files are pu...Jonathan Protzenko
2012-03-13PR#5215: Marshalling of closures now supported if the closures come from dyna...Xavier Leroy
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-03-06Detect unused exception declarations (#5524).Alain Frisch
2012-03-06Keep locations for exception declaration. This gives better error messages an...Alain Frisch
2012-02-27PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possibleXavier Leroy
2012-02-23refactoring the "read n bytes from a channel into a new string" idiomDamien Doligez
2012-02-21PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensionsXavier Leroy
2012-02-19PR#5504: Fix. Patch proposed by Stephane Glondu, thanks.Wojciech Meyer