ocaml/byterun
David Allsopp d526e7cce9 Move INT64_LITERAL from byterun/ints.c to m.h 2017-05-16 19:48:37 +01:00
..
caml byterun/caml/memory.h cleanup 2017-04-26 19:28:17 +02:00
.depend Move configuration header files from the config to the byterun/caml directory 2017-04-26 19:28:17 +02:00
Makefile Simplify installation of OCaml header (.h) files 2017-04-26 19:28:17 +02:00
Makefile.nt Canonicalize byterun's build system 2016-12-29 15:02:19 +01:00
afl.c Merge pull request #1000 from stedolan/afl-fuzz-improvements 2017-01-09 13:14:09 -05:00
alloc.c Reordered and removed redundant size checks in various allocation functions (#1143) 2017-05-05 07:22:28 +01:00
array.c Reordered and removed redundant size checks in various allocation functions (#1143) 2017-05-05 07:22:28 +01:00
backtrace.c Recover "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_primitive" 2017-02-14 09:21:45 -05:00
backtrace_prim.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
bigarray.c runtime: bigarray now uses malloc and free instead of caml_stat_* 2017-03-25 01:15:08 +05:00
callback.c Assertions cleanup 2017-03-13 13:55:08 +01:00
compact.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
compare.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
custom.c Deprecation of Bigarray.*.map_file and introduction of Unix.map_file, continued 2017-03-13 19:15:10 +01:00
debugger.c Assertions cleanup 2017-03-13 13:55:08 +01:00
dynlink.c runtime: deprecation of caml_strdup, caml_strconcat 2017-03-17 20:50:16 +05:00
extern.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
fail.c Assertions cleanup 2017-03-13 13:55:08 +01:00
finalise.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
fix_code.c Assertions cleanup 2017-03-13 13:55:08 +01:00
floats.c Assertions cleanup 2017-03-13 13:55:08 +01:00
freelist.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
gc_ctrl.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
globroots.c Assertions cleanup 2017-03-13 13:55:08 +01:00
hash.c Remove global variables in hash.c 2017-03-27 16:57:32 +02:00
instrtrace.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
intern.c Reordered and removed redundant size checks in various allocation functions (#1143) 2017-05-05 07:22:28 +01:00
interp.c Assertions cleanup 2017-03-13 13:55:08 +01:00
ints.c Move INT64_LITERAL from byterun/ints.c to m.h 2017-05-16 19:48:37 +01:00
io.c runtime: deprecation of caml_strdup, caml_strconcat 2017-03-17 20:50:16 +05:00
lexing.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
main.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
major_gc.c runtime: caml_finalise_heap function added 2017-03-17 20:50:12 +05:00
md5.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
memory.c The fix in the previous commit was wrong, this one is right. 2017-03-21 15:22:17 +01:00
meta.c Assertions cleanup 2017-03-13 13:55:08 +01:00
minor_gc.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
misc.c runtime: added caml_stat_block, caml_stat_string type aliases 2017-03-17 20:50:16 +05:00
obj.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
parsing.c Assertions cleanup 2017-03-13 13:55:08 +01:00
printexc.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
roots.c Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
signals.c Assertions cleanup 2017-03-13 13:55:08 +01:00
signals_byt.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
spacetime.c Assertions cleanup 2017-03-13 13:55:08 +01:00
stacks.c Assertions cleanup 2017-03-13 13:55:08 +01:00
startup.c runtime: caml_cleanup_on_exit flag added 2017-03-17 20:50:16 +05:00
startup_aux.c runtime: caml_cleanup_on_exit flag added 2017-03-17 20:50:16 +05:00
str.c runtime: replacing direct calls to malloc/calloc/realloc/free with calls to caml_stat_* 2017-03-17 20:39:03 +05:00
sys.c runtime: caml_cleanup_on_exit flag added 2017-03-17 20:50:16 +05:00
terminfo.c Assertions cleanup 2017-03-13 13:55:08 +01:00
unix.c runtime: added caml_stat_block, caml_stat_string type aliases 2017-03-17 20:50:16 +05:00
weak.c Align assertions with the rest of the code 2017-03-31 18:23:31 +02:00
win32.c GPR#938 cont.: fix compilation for MSVC32 (#1170) 2017-05-15 09:13:42 +01:00