summaryrefslogtreecommitdiff
path: root/byterun
Commit message (Expand)AuthorAgeFilesLines
* PR#4742: finalisation function raising an exception blocks other finalisationsDamien Doligez2010-05-121-1/+3
* New -help-warnings command-line option.Alain Frisch2010-05-041-275/+272
* - Refactoring of otherlibs/systhreadsXavier Leroy2010-04-273-2/+21
* fix mantis 5032Mark Shinwell2010-04-231-1/+12
* PR#4541 make debugger compatible with fork()Damien Doligez2010-04-202-14/+34
* release runtime lock for lseek (mantis 4801)Mark Shinwell2010-04-011-6/+26
* Typo in I64_is_min_intXavier Leroy2010-03-291-1/+1
* big bug in Obj.add_offsetDamien Doligez2010-01-251-1/+1
* clean up spaces and tabsDamien Doligez2010-01-2229-87/+81
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-208-13/+50
* inconsistency reported by BasileDamien Doligez2009-11-042-2/+2
* merge changes from ocaml3111rc0 to ocaml3111Damien Doligez2009-07-203-9/+13
* PR#4210, PR#4245: tightened bound checking in string->integer conversion func...Xavier Leroy2009-07-151-5/+12
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-206-15/+70
* ARM EABI: do not force use of register r9Xavier Leroy2009-05-051-1/+1
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-011-4/+41
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-0312-142/+334
* Fix call to flexdll_dlopen for Cygwin.Alain Frisch2008-12-031-1/+1
* caml_all_opened_channels must be exported for systhreads/posix.cPierre Weis2008-09-271-0/+2
* PR#4390: ajout caml_raise_with_argsXavier Leroy2008-09-182-0/+16
* no integer in weak arrays (preparing an optimization)Damien Doligez2008-09-171-1/+1
* Makefile support to clean shared library objects.Pierre Weis2008-09-102-8/+8
* Correction bug add_substitute.Pierre Weis2008-09-091-2/+2
* Keep array functions in the native runtime. They might be used by custom C code.Alain Frisch2008-09-081-4/+0
* PR#4367: added Parsing.set_trace to control the printing of a trace of action...Xavier Leroy2008-08-061-0/+9
* PR#3866: Build and install libcamlrun_shared.soXavier Leroy2008-08-063-15/+171
* PR#4486: caml_serialize_float_8 incorrect on platforms with mixed-endian floa...Xavier Leroy2008-08-041-1/+1
* PR#4503: classify_float wrong on ARMXavier Leroy2008-08-021-1/+1
* PR#4567: const modifier on argument of caml_hash_variantXavier Leroy2008-08-012-2/+2
* PR#4308 (partial fix): improve backtraces for 'spontaneous' exceptions such a...Xavier Leroy2008-08-011-5/+10
* ocamldebug under Win32 (S. Le Gall, Lexifi)Xavier Leroy2008-07-292-3/+78
* lazy: do not short-circuit to pointers outside the heapDamien Doligez2008-07-284-15/+19
* removed obsolete "heap_end"Damien Doligez2008-07-281-1/+0
* Cleanups on new generational APIXavier Leroy2008-07-141-7/+8
* Drop support for the old bundle API for Mac OS X (<= 10.3).Alain Frisch2008-04-221-117/+2
* Cleanup natdynlink. Automatic initialization of Dynlink (bytecode and native ...Alain Frisch2008-04-224-12/+14
* Ability to print and capture exception backtraces (see stdlib module Printexc)Xavier Leroy2008-03-144-30/+114
* New API for registration of global memory roots that are scanned in a generat...Xavier Leroy2008-03-104-50/+187
* merge changes from 3.10.1 to 3.10.2Damien Doligez2008-02-292-6/+5
* better anti-fragmentation measuresDamien Doligez2008-02-298-75/+257
* Add explicit references to external primitive symbols.Alain Frisch2008-01-311-0/+6
* add unaligned_tagDamien Doligez2008-01-291-2/+4
* grant PR#3760Jacques Garrigue2008-01-252-3/+7
* cleanupDamien Doligez2008-01-211-2/+1
* Use the new page classification method for the stack-overflow detection on wi...Alain Frisch2008-01-151-3/+3
* Fix for inferior C compilers.Alain Frisch2008-01-111-1/+2
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-118-65/+97
* fixed big performance bug in weak hash tablesDamien Doligez2008-01-113-33/+97
* PR#4448: replace dense page table by sparse hash table.Xavier Leroy2008-01-0320-203/+217
* PR#3114 make all error messages start with a location and "Error: "Damien Doligez2007-12-041-0/+4