.. |
caml
|
Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c
|
2015-08-04 09:38:23 +00:00 |
.depend
|
make alldepend
|
2015-08-02 18:34:09 +00:00 |
.ignore
|
update .ignore files
|
2015-01-07 19:46:32 +00:00 |
Makefile
|
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 |
Makefile.common
|
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 |
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
|
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 |
array.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 |
backtrace.c
|
fix the backtrace.c fix
|
2015-08-05 07:50:21 +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
|
PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header name clashes
|
2014-12-27 14:41:49 +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
|
GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end}
|
2015-08-02 16:54:24 +00: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
|
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 |
floats.c
|
GPR#165: Added define guards around the macros in unixsupport and for the isnan and isfinite macro.
|
2015-07-26 19:28:48 +00:00 |
freelist.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 |
gc_ctrl.c
|
Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c
|
2015-08-04 09:38:23 +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
|
GPR#221: use CAMLnoreturn_{start,end} in the same way as CAMLunused_{start,end}
|
2015-08-02 16:54:24 +00: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
|
PR#6649, GPR#222: accept (int_of_string "+3")
|
2015-08-02 13:32:44 +00:00 |
io.c
|
Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c
|
2015-08-04 09:38:23 +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
|
merge branch 4.02 from rev 16205 to rev 16238
|
2015-07-29 22:19:24 +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
|
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 |
meta.c
|
meta.c: one more MSVC fix
|
2015-02-08 15:11:00 +00:00 |
minor_gc.c
|
merge branch 4.02 from rev 16205 to rev 16238
|
2015-07-29 22:19:24 +00:00 |
misc.c
|
Fix call to undeclared function "caml_ml_enable_runtime_warnings" in startup_aux.c
|
2015-08-04 09:38:23 +00:00 |
obj.c
|
PR#6760: closures evaluated in the toplevel can now be marshalled
|
2015-02-08 14:10:08 +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
|
Fix bug introduced in commit 15830 (for #6468): caml_init_code_fragments also needs to be called in case of 'ocamlc -custom'. One should really think about sharing code between caml_main and caml_startup_code.
|
2015-05-05 14:16:22 +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#6521: {Bytes,Char,String}.escaped are locale-dependent
|
2015-03-11 18:41:15 +00:00 |
sys.c
|
add primitive caml_sys_isatty; fix bootstrap
|
2015-08-15 15:57:47 +00: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 |