ocaml/byterun
alainfrisch 129df0ae09 Fix Changes file. 2016-01-18 11:11:39 +01:00
..
caml Allow optional bootstrapping of FlexDLL on Windows 2016-01-15 17:01:30 +00:00
.depend GC latency improvements 2015-12-21 14:27:46 +01:00
Makefile GC latency improvements 2015-12-21 14:27:46 +01:00
Makefile.common GC latency improvements 2015-12-21 14:27:46 +01:00
Makefile.nt Allow optional bootstrapping of FlexDLL on Windows 2016-01-15 17:01:30 +00:00
alloc.c fix PR#7003 and a few other bugs caused by misuse of Int_val 2015-10-19 15:47:33 +00:00
array.c add comments 2015-12-21 14:27:46 +01:00
backtrace.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
backtrace_prim.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
callback.c merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
compact.c fix wrong variable name caml_stat_heap_size 2015-12-21 14:27:47 +01:00
compare.c PR#4539: change exception string raised when comparing functional values 2015-01-16 21:50:24 +00:00
custom.c Allow allocating custom blocks with finalizers in the minor heap. 2015-08-16 21:23:47 +00:00
debugger.c PR#5587: windows fix 2014-12-27 15:14:32 +00:00
dynlink.c fix indentation 2015-04-02 02:51:58 +00:00
extern.c deduplicate definition of `inline` 2015-12-21 14:27:46 +01:00
fail.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
finalise.c add comments 2015-12-21 14:27:46 +01:00
fix_code.c Revert commits related to #330. 2015-12-08 14:44:29 +01:00
floats.c PR#6321: guarantee that "hypot infinity nan = infinity" 2015-12-11 18:45:53 +01:00
freelist.c GC latency improvements 2015-12-21 14:27:46 +01:00
gc_ctrl.c add comments 2015-12-21 14:27:46 +01:00
globroots.c minor: explicit a precondition on rootlist->level to please Clang analyzer 2015-08-05 07:50:23 +00:00
hash.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
instrtrace.c fix format-of-pointer warnings on 32bits architectures 2016-01-01 12:01:00 +01:00
intern.c deduplicate definition of `inline` 2015-12-21 14:27:46 +01:00
interp.c deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM is too lax 2015-05-04 15:44:40 +00:00
ints.c Make specialized compare unboxed 2015-11-05 13:07:03 +01:00
io.c Branch win32-sockets: move do_read and do_write to OS-specific file. 2015-12-04 11:40:11 +01:00
lexing.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
main.c GC latency improvements 2015-12-21 14:27:46 +01:00
major_gc.c Fix build for MSVC (at least old versions don't know fmin). 2015-12-23 10:50:41 +01:00
md5.c merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
memory.c transform `Add_to_ref_table` macro into inline function 2015-12-21 14:27:46 +01:00
meta.c Revert commits related to #330. 2015-12-08 14:44:29 +01:00
minor_gc.c Revert the change to the GC calling protocol: the allocation pointer 2015-12-21 14:27:46 +01:00
misc.c GC latency improvements 2015-12-21 14:27:46 +01:00
obj.c GC latency improvements 2015-12-21 14:27:46 +01:00
parsing.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
printexc.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
roots.c simplify incremental root scanning 2015-12-21 14:27:47 +01:00
signals.c GC latency improvements 2015-12-21 14:27:46 +01:00
signals_byt.c un-inline a call to caml_check_urgent_gc 2015-01-08 22:56:35 +00:00
stacks.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
startup.c GC latency improvements 2015-12-21 14:27:46 +01:00
startup_aux.c GC latency improvements 2015-12-21 14:27:46 +01:00
str.c No need for vsnprintf workaround in VS2015 2016-01-16 09:24:01 +00:00
sys.c GC latency improvements 2015-12-21 14:27:46 +01:00
terminfo.c PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
unix.c Branch win32-sockets: missing includes in byterun/unix.c + add test. 2015-12-04 12:01:10 +01:00
weak.c transform `Add_to_ref_table` macro into inline function 2015-12-21 14:27:46 +01:00
win32.c Use Microsoft UCRT snprintf rather than shim 2016-01-08 12:32:40 +00:00