Age | Commit message (Expand) | Author |
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-08 | PR#6507: [caml_bottom_of_stack] incorrectly set | Mark Shinwell |
2014-07-16 | mantis 6489 (fix by Richard Jones) | Mark Shinwell |
2014-06-10 | Reflecting commit 14978 on version/4.02: | Xavier Leroy |
2014-06-02 | Reflecting commit r14943 on version/4.02: | Xavier Leroy |
2014-05-13 | merge github.com/ocaml/ocaml/pull/56.diff, from Anil, part 1: fix support for... | Mark Shinwell |
2014-05-10 | reinstate the deprecated primitive caml_get_exception_backtrace | Gabriel Scherer |
2014-05-10 | factor the pointers-into-ints cleverness through pair of macros | Gabriel Scherer |
2014-05-10 | typos | Gabriel Scherer |
2014-05-10 | Printexc: OCaml-friendly access to individual backtrace slots | Gabriel Scherer |
2014-05-09 | fixed bug in native caml_raise_with_string, and synced code in byterun/fail.c... | Mark Shinwell |
2014-05-08 | Follow-up to r14763: use caml_stat_free instead of plain free. | Xavier Leroy |
2014-05-07 | Eradicate one more sprintf(). | Xavier Leroy |
2014-05-03 | Some updates for SPARC | Xavier Leroy |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-12 | fix some of the whitespace problems in the source | Damien Doligez |
2014-04-07 | PR#6358: obey DESTDIR in install targets | Gabriel Scherer |
2014-03-21 | #PR6269 Optimized string matching | Luc Maranget |
2013-12-03 | port to cygwin-64 | Damien Doligez |
2013-11-28 | Bring stack backtraces up-to-date on PowerPC, incl. reraise. | Xavier Leroy |
2013-11-19 | caml_backtrace_pos is a 32-bit integer under amd64. | Alain Frisch |
2013-11-15 | Missing include (==> implicit declaration of function 'caml_named_value'). | Alain Frisch |
2013-11-08 | Simplify special logic for array bound error (allocate the exception value fr... | Alain Frisch |
2013-11-06 | Do not introduce Obj.raw_tag. | Alain Frisch |
2013-11-04 | Typo. | Alain Frisch |
2013-10-18 | Fix Out_of_memory/Stack_overflow. | Alain Frisch |
2013-10-18 | Also adapt the native system. | Alain Frisch |
2013-10-15 | Support for AMD64, Intel syntax (i.e. MVSC 64 port). | Alain Frisch |
2013-10-15 | Support the two variants on i386, intel syntax (i.e. Win32 msvc port). | Alain Frisch |
2013-10-15 | Support the two variants on i386. | Alain Frisch |
2013-10-14 | Support for raise variants in ocamlopt. Only amd64 for now. | Alain Frisch |
2013-09-04 | Merge branch 4.01 from branching point to 4.01.0+rc1 | Damien Doligez |
2013-07-24 | PR#4243: make the Makefiles parallelizable | Damien Doligez |
2013-07-18 | Port to the ARM 64-bits (AArch64) architecture (experimental). | Xavier Leroy |
2013-06-30 | build: select win32 variants of unix and graph for mingw. | Wojciech Meyer |
2013-06-24 | PR#6049: support for OpenBSD/macppc | Xavier Leroy |
2013-06-19 | implement a caml_stash_current_backtrace primitive to save the call stack at ... | Gabriel Scherer |
2013-06-19 | make ocamlopt pretty-print uncaught exceptions just as ocamlc and Printexc | Gabriel Scherer |
2013-06-18 | #4719: use GetModuleFileName to get an absolute path to the current executabl... | Alain Frisch |
2013-06-11 | Fix PR#6031 : problem with -with-frame-pointers in caml_allocN | Fabrice Le Fessant |
2013-06-09 | PR#5976 continued: don't activate RETURN_AFTER_STACK_OVERFLOW yet on i386/mac... | Xavier Leroy |
2013-06-09 | PR#5976: crash after recovering from two stack overflows (ocamlopt on MacOS X) | Xavier Leroy |
2013-06-03 | Re-add configure option -with-frame-pointers | Fabrice Le Fessant |
2013-06-03 | Reverting -with-frame-pointers | Fabrice Le Fessant |
2013-06-03 | Fix compilation issue with amd64.S | Fabrice Le Fessant |
2013-06-03 | Add -with-frame-pointers to ./configure | Fabrice Le Fessant |
2013-05-14 | PR#5982: save and restore the value of errno in signal handlers | Jérémie Dimino |
2013-04-30 | last fixes to make the testsuite work under mingw | Damien Doligez |
2013-03-22 | fix C compiler warnings and bug introduced by commit 13436 | Damien Doligez |