Age | Commit message (Expand) | Author |
2015-02-06 | GPR#142: add a CAMLdrop macro for undoing CAMLparam*/CAMLlocal* | Damien Doligez |
2015-02-04 | remove exec permission from Makefile.common | Damien Doligez |
2015-01-20 | PR#5418 (comments) : generate dependencies with $(CC) instead of gcc | Damien Doligez |
2015-01-16 | PR#4539: change exception string raised when comparing functional values | Damien Doligez |
2015-01-08 | un-inline a call to caml_check_urgent_gc | Damien Doligez |
2015-01-07 | update .ignore files | Damien Doligez |
2015-01-07 | do not compact if the heap is already near its minimum size | Damien Doligez |
2015-01-07 | fix comment | Damien Doligez |
2014-12-27 | PR#5587: windows fix | Gabriel Scherer |
2014-12-27 | PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam... | Gabriel Scherer |
2014-12-27 | PR#6729: minor Makefile.nt fix | Gabriel Scherer |
2014-12-27 | PR#6729: Makefile: remove suffix rules to avoid -jN race conditions | Gabriel Scherer |
2014-12-24 | more cleanup of char * and sizes | Damien Doligez |
2014-12-16 | fix type errors (warnings) reported by the C compiler | Damien Doligez |
2014-12-14 | PR#6560: Wrong failure message for {Int32,Int64,NativeInt}.of_string | Gabriel Scherer |
2014-12-12 | Start tidying up the runtime: | Damien Doligez |
2014-11-17 | New primitive: caml_alloc_dummy_function ... caml_alloc_dummy_function takes ... | Gabriel Scherer |
2014-11-17 | Sys: Use constant for some runtime limitations. | Gabriel Scherer |
2014-10-09 | Add 0x400 flag to OCAMLRUNPARAM=v. It displays the total number of words all... | Alain Frisch |
2014-09-03 | PR#6539: don't divide caml_major_heap_increment by the word size | Jérémie Dimino |
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-07-21 | PR#6406: Expose OCaml version in C headers | Damien Doligez |
2014-07-18 | Reflecting commit 15010 on version/4.02: | Xavier Leroy |
2014-05-30 | PR 6439 part 1: fix mistake in backtrace.c | Mark Shinwell |
2014-05-12 | PR#6361 continued: don't count 1 for Forward_tag, because in this case a GC c... | Xavier Leroy |
2014-05-12 | no-naked-pointers patch | 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 | cleanup cmp_ev_info | 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-05 | Remove FIRST_UNIMPLEMENTED_OP from interp.c | Fabrice Le Fessant |
2014-05-04 | Add FIRST_UNIMPLEMENTED_OP instructioon to simplify bootstrapping after addin... | Fabrice Le Fessant |
2014-05-04 | PR#6385: wrong allocation of large closures by the bytecode interpreter | Xavier Leroy |
2014-05-02 | add the %int_as_pointer primitive | Jérémie Dimino |
2014-05-02 | fix bug in previous Val_unit initialization patch | Mark Shinwell |
2014-05-01 | initialize blocks with Val_unit, not zero | Mark Shinwell |
2014-04-29 | merge branch "safe-string" | Damien Doligez |
2014-04-26 | PR#6361: Hashtbl.hash not terminating on some lazy values w/ recursive types | Xavier Leroy |
2014-04-22 | #6273: fix. | Alain Frisch |
2014-04-22 | #6273: fix Sys.file_exists on large files for Win32 (patch by C. Bauer). | Alain Frisch |
2014-04-22 | PR#6075: fix build under Windows (there is no caml_strbuf_free). | Alain Frisch |
2014-04-18 | PR#5941: add Printexc.set_uncaught_exception_handler | Jérémie Dimino |
2014-04-18 | As mentioned by gcc -Wall, the variable "frame_number" is useless. Removed it. | Xavier Leroy |
2014-04-18 | Simpler variant of commit r14635: | Xavier Leroy |
2014-04-18 | configure: always define ARCH_INT64_TYPE in config/m.h because Coq | Xavier Leroy |
2014-04-15 | PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). | Xavier Leroy |
2014-04-12 | fix some of the whitespace problems in the source | Damien Doligez |