ocaml/byterun
Sébastien Hinderer 13945a71ed Do not use the compatibility macros in the C stub code. (#892)
* Don't use the compatibility macros, neither in the C stub code nor in the testsuite.

* Make sure compiler sources do not use deprecated C identifiers.

This is achieved by ensuring that the CAML_NAME_SPACE macro is defined
everytime a C source file is compiled, rather than being defined only
in a few places. Defining this macro guarantees that the compatibility.h
header (where these deprecated identifiers are defined) will not be
included.
2016-11-17 11:03:09 +01:00
..
caml Merge pull request #795 from xavierleroy/fix-exe-name 2016-09-15 18:54:17 +09:00
.depend * Fix coreboot target. This target calls promote, which itself now 2016-03-07 23:24:52 +01:00
Makefile Do not use the compatibility macros in the C stub code. (#892) 2016-11-17 11:03:09 +01:00
Makefile.nt Rename byterun/Makefile.common and create asmrun/Makefile.shared (#799) 2016-09-14 15:26:26 +02:00
Makefile.shared use a locale-independent sort 2016-11-08 18:40:52 +00:00
alloc.c Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
array.c Detect integer overflow in Array.concat (#810) 2016-09-26 15:06:57 +02:00
backtrace.c Merge remote-tracking branch 'github-bobot/feature/reraise_raw_backtrace_primitive' into trunk 2016-07-29 01:23:35 +02:00
backtrace_prim.c Revert "Merge pull request #378 from bobot/feature/reraise_raw_backtrace_primitive" 2016-07-27 11:30:26 -04:00
callback.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
compact.c Do not perform compaction if the real overhead is less than expected (#590) 2016-09-27 17:04:51 +02:00
compare.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
custom.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
debugger.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
dynlink.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
extern.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
fail.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
finalise.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
fix_code.c Fix implicit function declaration warning in bytern/fix_code.c. 2016-11-09 16:05:06 +01:00
floats.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
freelist.c Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
gc_ctrl.c Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
globroots.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
hash.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
instrtrace.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
intern.c fix whitespace, long lines, headers 2016-08-01 16:06:59 +02:00
interp.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
ints.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
io.c clean up code duplication and whitespace 2016-08-08 17:02:19 +02: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 Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
md5.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
memory.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
meta.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
minor_gc.c Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
misc.c Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
obj.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
parsing.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
printexc.c Add cplugins and option -fPIC to ./configure 2016-07-13 14:00:31 +02:00
roots.c Merge #562: Add a kind of finalisation function called without argument 2016-08-01 11:23:13 +02:00
signals.c Add --reserved-header-bits XX to ./configure 2016-08-29 22:33:32 +02:00
signals_byt.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
spacetime.c Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
stacks.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
startup.c runtime: fixed a use-after-free error 2016-11-15 05:25:38 +05:00
startup_aux.c Spacetime: a new memory profiler (#585) 2016-07-29 15:07:10 +01:00
str.c fix wrong function name in merge of GPR#596 2016-08-09 12:30:47 +02:00
sys.c fix whitespace, long lines, headers 2016-08-01 16:06:59 +02:00
terminfo.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
unix.c Improve OS-dependent determination of file name for the current executable 2016-09-05 08:49:25 +02:00
weak.c Install all include files, and access internals with CAML_INTERNALS 2016-07-12 17:53:24 +02:00
win32.c Improve OS-dependent determination of file name for the current executable 2016-09-05 08:49:25 +02:00