| Commit message (Expand) | Author | Age | Files | Lines |
* | PR#7038: out of memory condition in caml_io_mutex_lock | Xavier Leroy | 2015-11-27 | 1 | -1/+1 |
* | simplify .gitignore; remove .ignore files and tools/setignore; adjust tools/c... | Damien Doligez | 2015-11-06 | 1 | -1/+0 |
* | PR#7013: spurious wake-up in the Event module. | Xavier Leroy | 2015-10-11 | 1 | -1/+3 |
* | Replace uses of "noalloc" by [@@noalloc] | Jérémie Dimino | 2015-10-06 | 1 | -2/+2 |
* | whitespace cleanup, cut long lines, add some missing headers | Damien Doligez | 2015-09-11 | 1 | -1/+2 |
* | Support for PowerPC 64 bits big- and little-endian. Revised PowerPC 32 bits ... | Xavier Leroy | 2015-08-25 | 1 | -1/+1 |
|\ |
|
| * | Update wrt trunk r16319. | Xavier Leroy | 2015-08-03 | 2 | -14/+16 |
| |\ |
|
| * | | PowerPC port of ocamlopt: | Xavier Leroy | 2015-07-20 | 1 | -1/+1 |
* | | | Document backtrace infrastructure, make types more explicit | Gabriel Scherer | 2015-08-22 | 1 | -1/+1 |
| |/
|/| |
|
* | | make alldepend | Gabriel Scherer | 2015-08-02 | 1 | -12/+14 |
* | | GPR#196: Make [Thread.id] and [Thread.self] [noalloc]. | Gabriel Scherer | 2015-07-26 | 1 | -2/+2 |
|/ |
|
* | update .depend and bootstrap compilers after 4.02 merge | Damien Doligez | 2015-07-17 | 1 | -13/+12 |
* | merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16... | Damien Doligez | 2015-07-17 | 2 | -11/+15 |
* | deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM i... | Damien Doligez | 2015-05-04 | 1 | -10/+10 |
* | PR#6776: Failure to kill the "tick" thread, segfault when exiting the runtime | Damien Doligez | 2015-03-31 | 3 | -22/+24 |
* | PR#6573: extern "C" for systhreads/threads.h | Damien Doligez | 2015-01-20 | 1 | -0/+8 |
* | PR#5418 (comments) : generate dependencies with $(CC) instead of gcc | Damien Doligez | 2015-01-20 | 1 | -1/+1 |
* | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer | 2014-12-27 | 2 | -25/+28 |
* | Allow Android builds with systhreads support. | Gabriel Scherer | 2014-12-13 | 1 | -0/+16 |
* | merge branch 4.02 from release 4.02.0 to release 4.02.1 | Damien Doligez | 2014-10-15 | 1 | -3/+3 |
* | merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ... | Damien Doligez | 2014-08-22 | 1 | -2/+2 |
* | merge branch "safe-string" | Damien Doligez | 2014-04-29 | 4 | -19/+34 |
* | fix some of the whitespace problems in the source | Damien Doligez | 2014-04-12 | 1 | -5/+10 |
* | PR#6358: obey DESTDIR in install targets | Gabriel Scherer | 2014-04-07 | 2 | -21/+27 |
* | Get rid of ocamlcomp.sh. The next step is to share all those common declarat... | Alain Frisch | 2014-04-02 | 1 | -2/+3 |
* | #PR6269 Optimized string matching | Luc Maranget | 2014-03-21 | 1 | -10/+10 |
* | use -bin-annot when building | Mark Shinwell | 2014-03-07 | 1 | -1/+1 |
* | Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ... | Xavier Leroy | 2013-11-29 | 2 | -7/+5 |
* | build: replace ocamlcomp*.sh. | Wojciech Meyer | 2013-09-20 | 2 | -5/+7 |
* | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez | 2013-09-04 | 5 | -7/+15 |
* | Wrong quoting chase. | Pierre Weis | 2013-05-29 | 2 | -4/+4 |
* | misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...). | Wojciech Meyer | 2013-02-25 | 1 | -2/+2 |
* | Prefer forward slashes to backward slashes on NT as it's more portable. | Wojciech Meyer | 2012-12-30 | 1 | -2/+2 |
* | WinError.h -> winerror.h. This improves cross-compilation for Windows. | Wojciech Meyer | 2012-12-30 | 1 | -1/+1 |
* | remove all $Id keywords | Damien Doligez | 2012-10-15 | 16 | -32/+0 |
* | clean up TABs and whitespace | Damien Doligez | 2012-07-30 | 3 | -16/+16 |
* | merge changes from 4.00 branching to 4.00.0 (part 1) | Damien Doligez | 2012-07-26 | 1 | -15/+15 |
* | PR#5636: issue with pthread_atfork in glibc | Xavier Leroy | 2012-06-08 | 1 | -1/+1 |
* | Enabled 'unused rec flag' warning. | Alain Frisch | 2012-05-29 | 1 | -1/+1 |
* | Enable and fix more warnings. | Alain Frisch | 2012-05-29 | 1 | -1/+1 |
* | Compile with warning 33, and remove unused opens. | Alain Frisch | 2012-05-29 | 2 | -2/+2 |
* | PR#5295: OS threads: problem with caml_c_thread_unregister() | Xavier Leroy | 2012-04-08 | 1 | -1/+4 |
* | 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 | 1 | -1/+1 |
* | More renaming to OCaml | Damien Doligez | 2012-02-10 | 3 | -17/+17 |
* | set svn:keywords property | Damien Doligez | 2012-02-07 | 1 | -1/+1 |
* | Fix #5383: Cannot build OCaml 3.12.1 Win32/MSVC | Jonathan Protzenko | 2012-01-30 | 1 | -0/+1 |
* | PR#5306: comparing values of type Thread.t | Xavier Leroy | 2011-12-13 | 1 | -1/+8 |
* | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez | 2011-07-27 | 16 | -16/+16 |
* | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy | 2011-07-23 | 1 | -7/+26 |