Age | Commit message (Expand) | Author |
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 |
2011-01-06 | increased default minor heap size | Damien Doligez |
2010-08-02 | merge changes from branching of 3.12 to release/3.12.0 | Damien Doligez |
2010-05-21 | PR#5055: head -1 doesn't work | Damien Doligez |
2010-05-20 | PR#4857: add -vnum option to all executables | Damien Doligez |
2010-05-19 | fix Windows MSVC build + ignores | Damien Doligez |
2010-05-12 | PR#4742: finalisation function raising an exception blocks other finalisations | Damien Doligez |
2010-05-04 | New -help-warnings command-line option. | Alain Frisch |
2010-04-27 | - Refactoring of otherlibs/systhreads | Xavier Leroy |
2010-04-23 | fix mantis 5032 | Mark Shinwell |
2010-04-20 | PR#4541 make debugger compatible with fork() | Damien Doligez |
2010-04-01 | release runtime lock for lseek (mantis 4801) | Mark Shinwell |
2010-03-29 | Typo in I64_is_min_int | Xavier Leroy |
2010-01-25 | big bug in Obj.add_offset | Damien Doligez |
2010-01-22 | clean up spaces and tabs | Damien Doligez |
2010-01-20 | merge changes from release/3.11.1 to release/3.11.2 | Damien Doligez |
2009-11-04 | inconsistency reported by Basile | Damien Doligez |
2009-07-20 | merge changes from ocaml3111rc0 to ocaml3111 | Damien Doligez |
2009-07-15 | PR#4210, PR#4245: tightened bound checking in string->integer conversion func... | Xavier Leroy |
2009-05-20 | merge changes from ocaml3110 to ocaml3111rc0 | Damien Doligez |
2009-05-05 | ARM EABI: do not force use of register r9 | Xavier Leroy |
2009-04-01 | PR#4638: added expm1 and log1p. | Xavier Leroy |
2008-12-03 | merge changes from 3.10.2merged to 3.11.0 | Damien Doligez |
2008-12-03 | Fix call to flexdll_dlopen for Cygwin. | Alain Frisch |