ocaml/byterun
Alain Frisch 4788ab33d6 Merge pull request #283 from mlasson/trunk
Fix memory leaks in intern.c when OOM is raised
2015-11-23 13:25:34 +01:00
..
caml Remove useless declaration in memory.h. 2015-11-20 17:37:45 +01:00
.depend make alldepend 2015-08-15 15:57:59 +00:00
Makefile Build system: fix a few hardcoded ar commands. 2015-10-09 20:41:57 +00:00
Makefile.common whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
Makefile.nt 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
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 Remove useless stdio #include 2015-11-20 17:37:45 +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 Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public) 2015-06-08 13:21:42 +00: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 MSVC (at least some old version) does not support inline. Use _inline instead. This #define should perhaps go somewhere else, e.g. caml/misc.h (defined as caml_inline?). 2015-11-23 09:58:44 +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 merge branch 4.02 from rev 16205 to rev 16238 2015-07-29 22:19:24 +00:00
fix_code.c byterun/ yacc/ : replace some K&R function declarations with proper prototypes. 2015-11-03 11:08:01 +01:00
floats.c MSVC doesn't support variable declaration within code blocks. 2015-11-23 09:49:23 +01:00
freelist.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
gc_ctrl.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00: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 deduplicate some startup code and fix PR#6808: the parsing of OCAMLRUNPARAM is too lax 2015-05-04 15:44:40 +00:00
intern.c Merge pull request #283 from mlasson/trunk 2015-11-23 13:25:34 +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 move the new record field of channel to avoid breaking some stubs in JS Core 2015-10-23 15:03:48 +00: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 PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
major_gc.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00: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 Apply xleroy patch to implement alloc_shr_no_raise 2015-11-23 12:09:16 +01:00
meta.c Fix PR#4166, PR#6959: force linking when calling external C primitives 2015-11-13 13:59:14 +09:00
minor_gc.c Use a global variable to implement caml_alloc_shr_no_raise 2015-11-20 17:45:07 +01:00
misc.c whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
obj.c transl_exception_constructor now uses Immutable 2015-10-28 10:56:49 +00: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 PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes 2014-12-27 14:41:49 +00:00
signals.c Added the missing POSIX signals in Sys (Guillaume Bury) 2015-08-02 13:05:45 +00: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 whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
startup_aux.c Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c 2015-08-04 09:38:23 +00:00
str.c PR#6945 and GPR#227: protect Sys and Unix functions against string arguments containing the null character '\000' 2015-11-11 17:07:44 +01:00
sys.c PR#6945 and GPR#227: protect Sys and Unix functions against string arguments containing the null character '\000' 2015-11-13 14:57:12 +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 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
weak.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
win32.c Port fix for GPR#191 to trunk (making gc.h and some part of memory.h public) 2015-06-08 13:21:42 +00:00