summaryrefslogtreecommitdiffstats
path: root/byterun
AgeCommit message (Expand)Author
2012-01-16PR#4688: (Windows) special floating-point values aren't converted to strings ...Alain Frisch
2012-01-08Reverting commit 11996Xavier Leroy
2012-01-07Fix of #5467: no extern C in header filesFabrice Le Fessant
2012-01-06robustify the production of debug and PIC object filesDamien Doligez
2011-12-30remove useless call to ModifyDamien Doligez
2011-12-30typo in a commentDamien Doligez
2011-12-22fix PR#5436Jacques Garrigue
2011-12-21PR#5179: giant steps towards a Mingw64 port.Xavier Leroy
2011-12-21OCaml, not Objective Caml, I get it.Xavier Leroy
2011-12-21Module Array: faster implementations of "blit", "copy", "sub",Xavier Leroy
2011-09-08PR#5344: some predifined exceptions need special printingXavier Clerc
2011-09-07Follow-up: complete removal of pre-ANSI-C cruft.Xavier Leroy
2011-09-07Testing byterun with CompCert and finding minor issues:Xavier Leroy
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-23byterun: embarrassing typo in caml_hashXavier Leroy
2011-07-23PR#5290: added hash functions for channels, nats, mutexes, conditions.Xavier Leroy
2011-07-20uniform .ignore systemDamien Doligez
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2011-06-09Trigger GC when alloc_ptr < alloc_start, not < alloc_limit.Xavier Leroy
2011-06-04PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy
2011-06-01Forgot to add new headerXavier Leroy
2011-05-29Better hashing!Xavier Leroy
2011-03-29Problem with Damien's change: if foo.pic.c exists (and it does on second and ...Xavier Leroy
2011-03-29Added public functions "caml_array_length" and "caml_is_double_array"Xavier Leroy
2011-03-18On bsd make clean should remove the links .pic.cPierre Weis
2011-03-17add option -runtime-variantDamien Doligez
2011-01-06PR#4243: make .c.p.o rule thread-safeDamien Doligez
2011-01-06increased default minor heap sizeDamien Doligez
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-21PR#5055: head -1 doesn't workDamien Doligez
2010-05-20PR#4857: add -vnum option to all executablesDamien Doligez
2010-05-19fix Windows MSVC build + ignoresDamien Doligez
2010-05-12PR#4742: finalisation function raising an exception blocks other finalisationsDamien Doligez
2010-05-04New -help-warnings command-line option.Alain Frisch
2010-04-27- Refactoring of otherlibs/systhreadsXavier Leroy
2010-04-23fix mantis 5032Mark Shinwell
2010-04-20PR#4541 make debugger compatible with fork()Damien Doligez
2010-04-01release runtime lock for lseek (mantis 4801)Mark Shinwell
2010-03-29Typo in I64_is_min_intXavier Leroy
2010-01-25big bug in Obj.add_offsetDamien Doligez
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-20merge changes from release/3.11.1 to release/3.11.2Damien Doligez
2009-11-04inconsistency reported by BasileDamien Doligez
2009-07-20merge changes from ocaml3111rc0 to ocaml3111Damien Doligez
2009-07-15PR#4210, PR#4245: tightened bound checking in string->integer conversion func...Xavier Leroy
2009-05-20merge changes from ocaml3110 to ocaml3111rc0Damien Doligez
2009-05-05ARM EABI: do not force use of register r9Xavier Leroy
2009-04-01PR#4638: added expm1 and log1p.Xavier Leroy
2008-12-03merge changes from 3.10.2merged to 3.11.0Damien Doligez
2008-12-03Fix call to flexdll_dlopen for Cygwin.Alain Frisch