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