summaryrefslogtreecommitdiffstats
path: root/byterun
AgeCommit message (Expand)Author
2012-05-31PR#5389 (followup): update caml_stat_heap_chunksDamien Doligez
2012-05-08PR#5610: new unmarshaler didn't freshen object IDs.Xavier Leroy
2012-05-02Reverting commit 12407Pierre Weis
2012-04-27Additional documentation for format strings.Pierre Weis
2012-04-22PR#5318: Unroll recursion in un-marshaller to allow un-marshaling values of a...Wojciech Meyer
2012-04-18remove leftover debugging messageDamien Doligez
2012-04-17PR#5389: compaction sometimes leaves a very large heapDamien Doligez
2012-04-10PR#5501: increase IO_BUFFER_SIZE to 64KiBDamien Doligez
2012-03-26PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of ....Xavier Leroy
2012-03-26One missing call to free_extern_output. Added a couple of comments.Xavier Leroy
2012-03-24Install new header <caml/hash.h>Xavier Leroy
2012-03-21PR#5318: Proper finalization of stack and replay the trail after stack overflowWojciech Meyer
2012-03-19PR#5318: Reverting last un-marshaler changes, to rework the control flow of m...Wojciech Meyer
2012-03-18PR#5318: Non-recursive version of extern_rec and intern_rec, to allow marshal...Wojciech Meyer
2012-03-14Improve self-initialization of the Random module, using /dev/urandomXavier Leroy
2012-03-13PR#5215: Marshalling of closures now supported if the closures come from dyna...Xavier Leroy
2012-03-10PR#5532: Print full path in error message. Quote filenameWojciech Meyer
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-03-06PR#5518: segfault with lazy empty arrayDamien Doligez
2012-02-19PR#5504: Fix. Patch proposed by Stephane Glondu, thanks.Wojciech Meyer
2012-02-10More renaming to OCamlDamien Doligez
2012-01-26fix whitespaceDamien Doligez
2012-01-23fix whitespaceDamien Doligez
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