Age | Commit message (Expand) | Author |
2012-05-31 | PR#5389 (followup): update caml_stat_heap_chunks | Damien Doligez |
2012-05-08 | PR#5610: new unmarshaler didn't freshen object IDs. | Xavier Leroy |
2012-05-02 | Reverting commit 12407 | Pierre Weis |
2012-04-27 | Additional documentation for format strings. | Pierre Weis |
2012-04-22 | PR#5318: Unroll recursion in un-marshaller to allow un-marshaling values of a... | Wojciech Meyer |
2012-04-18 | remove leftover debugging message | Damien Doligez |
2012-04-17 | PR#5389: compaction sometimes leaves a very large heap | Damien Doligez |
2012-04-10 | PR#5501: increase IO_BUFFER_SIZE to 64KiB | Damien Doligez |
2012-03-26 | PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of .... | Xavier Leroy |
2012-03-26 | One missing call to free_extern_output. Added a couple of comments. | Xavier Leroy |
2012-03-24 | Install new header <caml/hash.h> | Xavier Leroy |
2012-03-21 | PR#5318: Proper finalization of stack and replay the trail after stack overflow | Wojciech Meyer |
2012-03-19 | PR#5318: Reverting last un-marshaler changes, to rework the control flow of m... | Wojciech Meyer |
2012-03-18 | PR#5318: Non-recursive version of extern_rec and intern_rec, to allow marshal... | Wojciech Meyer |
2012-03-14 | Improve self-initialization of the Random module, using /dev/urandom | Xavier Leroy |
2012-03-13 | PR#5215: Marshalling of closures now supported if the closures come from dyna... | Xavier Leroy |
2012-03-10 | PR#5532: Print full path in error message. Quote filename | Wojciech Meyer |
2012-03-08 | merge version 3.12 from 3.12.1 to r12205 | Damien Doligez |
2012-03-06 | PR#5518: segfault with lazy empty array | Damien Doligez |
2012-02-19 | PR#5504: Fix. Patch proposed by Stephane Glondu, thanks. | Wojciech Meyer |
2012-02-10 | More renaming to OCaml | Damien Doligez |
2012-01-26 | fix whitespace | Damien Doligez |
2012-01-23 | fix whitespace | Damien Doligez |
2012-01-16 | PR#4688: (Windows) special floating-point values aren't converted to strings ... | Alain Frisch |
2012-01-08 | Reverting commit 11996 | Xavier Leroy |
2012-01-07 | Fix of #5467: no extern C in header files | Fabrice Le Fessant |
2012-01-06 | robustify the production of debug and PIC object files | Damien Doligez |
2011-12-30 | remove useless call to Modify | Damien Doligez |
2011-12-30 | typo in a comment | Damien Doligez |
2011-12-22 | fix PR#5436 | Jacques Garrigue |
2011-12-21 | PR#5179: giant steps towards a Mingw64 port. | Xavier Leroy |
2011-12-21 | OCaml, not Objective Caml, I get it. | Xavier Leroy |
2011-12-21 | Module Array: faster implementations of "blit", "copy", "sub", | Xavier Leroy |
2011-09-08 | PR#5344: some predifined exceptions need special printing | Xavier Clerc |
2011-09-07 | Follow-up: complete removal of pre-ANSI-C cruft. | Xavier Leroy |
2011-09-07 | Testing byterun with CompCert and finding minor issues: | Xavier Leroy |
2011-07-27 | renaming of Objective Caml to OCaml and cleanup of copyright headers | Damien Doligez |
2011-07-23 | byterun: embarrassing typo in caml_hash | Xavier Leroy |
2011-07-23 | PR#5290: added hash functions for channels, nats, mutexes, conditions. | Xavier Leroy |
2011-07-20 | uniform .ignore system | Damien Doligez |
2011-07-20 | merge changes from 3.12.0 to 3.12.1 | Damien Doligez |
2011-06-09 | Trigger GC when alloc_ptr < alloc_start, not < alloc_limit. | Xavier Leroy |
2011-06-04 | PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives. | Xavier Leroy |
2011-06-01 | Forgot to add new header | Xavier Leroy |
2011-05-29 | Better hashing! | Xavier Leroy |
2011-03-29 | Problem with Damien's change: if foo.pic.c exists (and it does on second and ... | Xavier Leroy |
2011-03-29 | Added public functions "caml_array_length" and "caml_is_double_array" | Xavier Leroy |
2011-03-18 | On bsd make clean should remove the links .pic.c | Pierre Weis |
2011-03-17 | add option -runtime-variant | Damien Doligez |
2011-01-06 | PR#4243: make .c.p.o rule thread-safe | Damien Doligez |