summaryrefslogtreecommitdiffstats
path: root/otherlibs
AgeCommit message (Expand)Author
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
2012-02-13Change "Ocaml" to "OCaml" everywhereDamien Doligez
2012-02-10More renaming to OCamlDamien Doligez
2012-02-07add missing link in docDamien Doligez
2012-02-07set svn:keywords propertyDamien Doligez
2012-02-05Fix various compiler warnings in labltk.Benedikt Meurer
2012-01-30Partial fix for #5398: at least avoid an out-of-bounds access.Jonathan Protzenko
2012-01-30Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVCJonathan Protzenko
2012-01-23cut long linesDamien Doligez
2012-01-18Merge branch 'pending'Jonathan Protzenko
2012-01-18Fix #5421: do not leak fds in various open_proc* functions.Jonathan Protzenko
2012-01-18Merge the unused_declarations branch.Alain Frisch
2012-01-18Synchronize with trunk.Alain Frisch
2012-01-17Fix PR#5475Fabrice Le Fessant
2012-01-17Fix PR#5479Fabrice Le Fessant
2012-01-14PR#5327, PR#5329: improvements in Unix.select emulationXavier Leroy
2011-12-28Remove unused constructors in the AST: Cf_let, Pcf_let.Alain Frisch
2011-12-28PR#5325 ("remove" solution).Xavier Leroy
2011-12-21PR#5179: giant steps towards a Mingw64 port.Xavier Leroy
2011-12-21Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN...Jonathan Protzenko
2011-12-21Fix #5434: implement times in win32unix (partially).Jonathan Protzenko
2011-12-21Create a branch to experiment with better warnings on unused declarations.Alain Frisch
2011-12-20Cosmetic: old-style K&R function -> new style prototyped functionXavier Leroy
2011-12-20PR#5416: better implementation of set/clear_close_on_execXavier Leroy
2011-12-18Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy
2011-12-17Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS.Xavier Leroy
2011-12-17The "DBM" library (interface with Unix DBM key-value stores) is noXavier Leroy
2011-12-13Doc.Alain Frisch
2011-12-13#5420: fix.Alain Frisch
2011-12-13#5420: adding a O_SHARE_DELETE flag to Unix.openfile, for enabling FILE_SHARE...Alain Frisch