ocaml/byterun
Fabrice Le Fessant d86aa4cd26 Merge pull request #677 from lefessan/2016-07-08-caml-major-gc-hook
export caml_major_gc_hook in major_gc.h
2016-07-11 12:00:51 +02:00
..
caml export caml_major_gc_hook in major_gc.h and document 2016-07-11 11:14:50 +02:00
.depend * Fix coreboot target. This target calls promote, which itself now 2016-03-07 23:24:52 +01:00
Makefile Update headers for the new license. 2016-02-18 16:59:16 +01:00
Makefile.common GPR#324: Make boot/ocamlc read directly byterun/primitives (patch by Francois Bobot). 2016-03-10 10:46:19 +01:00
Makefile.nt Update headers for the new license. 2016-02-18 16:59:16 +01:00
alloc.c Add a convenience function to allocate an array of float 2016-05-10 08:21:21 +01:00
array.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
backtrace.c Make backtraces aware of inlining (#247) 2016-05-25 14:00:37 +01:00
backtrace_prim.c Make backtraces aware of inlining (#247) 2016-05-25 14:00:37 +01:00
callback.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
compact.c Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
compare.c Correct floating point on old MSVC 2016-03-10 10:56:03 +01:00
custom.c Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
debugger.c Merge pull request #639 from mlasson/fixbug_7142 2016-07-06 13:39:16 +02:00
dynlink.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
extern.c Export some more functions in C headers 2016-07-06 15:14:37 +02:00
fail.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
finalise.c remove double calls to caml_finalize_hook 2016-03-07 23:14:16 +01:00
fix_code.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
floats.c Fix float_of_hex parser to correctly reject some invalid forms. 2016-07-07 11:36:21 +01:00
freelist.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
gc_ctrl.c Add caml_gc_minor_words primitive 2016-05-12 14:00:03 +02:00
globroots.c This commit corrects a bug in the code for generational roots: 2016-06-26 10:03:43 -04:00
hash.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
instrtrace.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
intern.c Merge pull request #639 from mlasson/fixbug_7142 2016-07-06 13:39:16 +02:00
interp.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
ints.c Fix compilation using Visual Studio .NET 2002 2016-03-10 10:56:02 +01:00
io.c Merge pull request #639 from mlasson/fixbug_7142 2016-07-06 13:39:16 +02:00
lexing.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
main.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
major_gc.c Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
md5.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
memory.c minor fix to avoid self-assignment warning coming from #623 2016-07-01 13:19:59 -04:00
meta.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
minor_gc.c Merge tag 4.03.0 into trunk. 2016-04-28 16:13:21 +02:00
misc.c Add caml_ext_table_clear (#625) 2016-06-27 08:38:32 +01:00
obj.c Fix attributes, remove unneeded `|>`, and switch to C-style comments 2016-05-02 20:11:21 -04:00
parsing.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
printexc.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
roots.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
signals.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
signals_byt.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
stacks.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
startup.c Correctly detect _set_invalid_parameter_handler 2016-03-10 10:55:01 +01:00
startup_aux.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
str.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
sys.c prepare backend_type primitive 2016-04-24 17:42:23 -04:00
terminfo.c Rename getch and putch to caml_getch and caml_putch 2016-06-30 15:36:26 +02:00
unix.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
weak.c Update headers for the new license. 2016-02-18 16:59:16 +01:00
win32.c Correct missing header #define's in old MSVC 2016-03-10 10:56:05 +01:00