Age | Commit message (Expand) | Author |
2015-01-20 | PR#6573: extern "C" for systhreads/threads.h | Damien Doligez |
2015-01-20 | PR#5418 (comments) : generate dependencies with $(CC) instead of gcc | Damien Doligez |
2014-12-27 | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer |
2014-12-21 | PR#6494 backtrack: revert the new 'equal' functions from Num and Big_int | Gabriel Scherer |
2014-12-21 | PR6694: Un-warn-error deprecation warnings in Str to preserve legacy behavior. | Gabriel Scherer |
2014-12-21 | PR6695: Make sure the compiler only uses ASCII string functions. | Gabriel Scherer |
2014-12-21 | PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I... | Gabriel Scherer |
2014-12-13 | Allow Android builds with systhreads support. | Gabriel Scherer |
2014-12-13 | Simplify the definition of custom .{} operators | Gabriel Scherer |
2014-12-13 | Simplify the use of custom .() and .[] | Gabriel Scherer |
2014-11-25 | Use specialized marshal module in threads.cma. | Alain Frisch |
2014-10-15 | merge branch 4.02 from release 4.02.0 to release 4.02.1 | Damien Doligez |
2014-10-02 | #6585: fix memory leak in win32unix/createprocess.c. | Alain Frisch |
2014-08-29 | merge changes of version/4.02 from r15121 to r15155 | Damien Doligez |
2014-08-28 | (in|out)_channel_of_descr: improve documentation (Christophe Troestler) | Gabriel Scherer |
2014-08-27 | PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown | Xavier Leroy |
2014-08-22 | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez |
2014-08-06 | Add missing Noreturn qualifiers | Gabriel Scherer |
2014-06-09 | Fix PR#6417: sprintf broken when local module named Pervasives is in scope | Gabriel Scherer |
2014-05-30 | PR 6439 part 2: use sysconf instead of the deprecated getpagesize function | Mark Shinwell |
2014-05-21 | format+gadts: make format types "relational" to fix %(...%) typing | Gabriel Scherer |
2014-05-14 | Use a nominal datatype for CamlinternalFormat.format6 | Gabriel Scherer |
2014-05-12 | move code from pervasives.ml to camlinternalFormat.ml | Gabriel Scherer |
2014-05-12 | minor strengthening of the typing of %{...%} formats | Gabriel Scherer |
2014-05-12 | introduce type aliases for simple padding and precision types | Gabriel Scherer |
2014-05-12 | Add support for ignored scan_get_counter formats (%_[nlNL]) | Gabriel Scherer |
2014-05-12 | sync threads/pervasives.ml | Gabriel Scherer |
2014-05-12 | second part of Benoît Vaugon's format+gadts patch | Gabriel Scherer |
2014-05-12 | first part of Benoît Vaugon's format-gadts patch | Gabriel Scherer |
2014-05-07 | re-commit Leo's weak-dependencies pull request | Jacques Garrigue |
2014-05-04 | Fix win32unix (introduction of bytes + immutable strings). | Alain Frisch |
2014-05-02 | revert commit 14719 | Jacques Garrigue |
2014-05-01 | safe-string: documentation fixes and add a couple of functions in Pervasives ... | Damien Doligez |
2014-05-01 | weak dependencies with -trans-mod (github/ocamllabs/weak-depends 45e980a,2185... | Mark Shinwell |
2014-04-30 | document __LOC__ in pervasives.mli | Fabrice Le Fessant |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-25 | fix some whitespace | Damien Doligez |
2014-04-17 | remove $Id markers | Damien Doligez |
2014-04-15 | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy |
2014-04-15 | [whitespace] bring threads/pervasives.ml closer to stdlib/pervasives.ml | Gabriel Scherer |
2014-04-12 | fix some of the whitespace problems in the source | Damien Doligez |
2014-04-10 | Add %loc_* primitives and corresponding values in Pervasives | Fabrice Le Fessant |
2014-04-07 | make clean: remove *.cmt and *.cmti files | Damien Doligez |
2014-04-07 | PR#6358: obey DESTDIR in install targets | Gabriel Scherer |
2014-04-04 | merge branch 4.01 from 4.01.0 (revision 14115) to branch closure (revision 14... | Damien Doligez |
2014-04-02 | Get rid of ocamlcomp.sh. The next step is to share all those common declarat... | Alain Frisch |
2014-03-21 | #PR6269 Optimized string matching | Luc Maranget |
2014-03-07 | use -bin-annot when building | Mark Shinwell |
2014-02-19 | add #includes to declare the functions enter/leave_blocking_section | Damien Doligez |
2014-01-29 | release the lock in ftruncate, fchown, and fchmod | Jérémie Dimino |