Age | Commit message (Expand) | Author |
2012-05-28 | #5586: Increase UNIX_BUFFER_SIZE. | Alain Frisch |
2012-05-21 | Makefile: typo in installoptopt entry | Xavier Leroy |
2012-05-06 | Remove the 'dispose' functions from Bigarray. | Xavier Leroy |
2012-04-19 | - Hashtbl: | Xavier Leroy |
2012-04-19 | PR#5582: bad dependency on /opt/local/include/X11 | Xavier Leroy |
2012-04-09 | PR#3571: in Bigarrays, call msync() before unmapping to commit changes | Xavier Leroy |
2012-04-08 | PR#5295: OS threads: problem with caml_c_thread_unregister() | Xavier Leroy |
2012-04-04 | PR#5543: in Bigarray.map_file, try to avoid using lseek() when growing file | Xavier Leroy |
2012-04-03 | PR#5516 continued: it seems that some compilers define __GNUC__ yet don't imp... | Xavier Leroy |
2012-03-31 | PR#5310: Ratio.create_ratio/create_normalized_ratio have misleading names | Damien Doligez |
2012-03-26 | PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of .... | Xavier Leroy |
2012-03-23 | Follow-up on PR#5553 | Jacques Garrigue |
2012-03-22 | Make sure we include misc.h using double-quotes so that when the files are pu... | Jonathan Protzenko |
2012-03-13 | PR#5215: Marshalling of closures now supported if the closures come from dyna... | Xavier Leroy |
2012-03-08 | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez |
2012-03-06 | Detect unused exception declarations (#5524). | Alain Frisch |
2012-03-06 | Keep locations for exception declaration. This gives better error messages an... | Alain Frisch |
2012-02-27 | PR#5516: in Bigarray C stubs, use C99 / GCC flexible array types if possible | Xavier Leroy |
2012-02-23 | refactoring the "read n bytes from a channel into a new string" idiom | Damien Doligez |
2012-02-21 | PR#5511: in Bigarray.reshape, unwarranted limitation on new array dimensions | Xavier Leroy |
2012-02-19 | PR#5504: Fix. Patch proposed by Stephane Glondu, thanks. | Wojciech Meyer |
2012-02-13 | Change "Ocaml" to "OCaml" everywhere | Damien Doligez |
2012-02-10 | More renaming to OCaml | Damien Doligez |
2012-02-07 | add missing link in doc | Damien Doligez |
2012-02-07 | set svn:keywords property | Damien Doligez |
2012-02-05 | Fix various compiler warnings in labltk. | Benedikt Meurer |
2012-01-30 | Partial fix for #5398: at least avoid an out-of-bounds access. | Jonathan Protzenko |
2012-01-30 | Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVC | Jonathan Protzenko |
2012-01-23 | cut long lines | Damien Doligez |
2012-01-18 | Merge branch 'pending' | Jonathan Protzenko |
2012-01-18 | Fix #5421: do not leak fds in various open_proc* functions. | Jonathan Protzenko |
2012-01-18 | Merge the unused_declarations branch. | Alain Frisch |
2012-01-18 | Synchronize with trunk. | Alain Frisch |
2012-01-17 | Fix PR#5475 | Fabrice Le Fessant |
2012-01-17 | Fix PR#5479 | Fabrice Le Fessant |
2012-01-14 | PR#5327, PR#5329: improvements in Unix.select emulation | Xavier Leroy |
2011-12-28 | Remove unused constructors in the AST: Cf_let, Pcf_let. | Alain Frisch |
2011-12-28 | PR#5325 ("remove" solution). | Xavier Leroy |
2011-12-21 | PR#5179: giant steps towards a Mingw64 port. | Xavier Leroy |
2011-12-21 | Fix #5382: EOPNOTSUPP and ENOTSUPP different on exotic platforms (Solaris, GN... | Jonathan Protzenko |
2011-12-21 | Fix #5434: implement times in win32unix (partially). | Jonathan Protzenko |
2011-12-21 | Create a branch to experiment with better warnings on unused declarations. | Alain Frisch |
2011-12-20 | Cosmetic: old-style K&R function -> new style prototyped function | Xavier Leroy |
2011-12-20 | PR#5416: better implementation of set/clear_close_on_exec | Xavier Leroy |
2011-12-18 | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS. | Xavier Leroy |
2011-12-17 | Removed the obsolete native-code generators for Alpha, HPPA, IA64 and MIPS. | Xavier Leroy |
2011-12-17 | The "DBM" library (interface with Unix DBM key-value stores) is no | Xavier Leroy |
2011-12-13 | Doc. | 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 |