ocaml/byterun
Xavier Leroy ce1e74f0bd PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of .cmo/.cma file combined with name of unit within the .cma. (Push of commit 12253.)
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@12278 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-03-26 17:44:47 +00:00
..
.depend merge changes from branching of 3.12 to release/3.12.0 2010-08-02 14:37:22 +00:00
.ignore uniform .ignore system 2011-07-20 15:37:36 +00:00
Makefile Reverting commit 11996 2012-01-08 08:31:47 +00:00
Makefile.common Install new header <caml/hash.h> 2012-03-24 08:56:08 +00:00
Makefile.nt renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
alloc.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
alloc.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
array.c OCaml, not Objective Caml, I get it. 2011-12-21 10:41:59 +00:00
backtrace.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
backtrace.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
callback.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
callback.h More renaming to OCaml 2012-02-10 16:15:24 +00:00
compact.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
compact.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
compare.c fix whitespace 2012-01-26 14:13:51 +00:00
compare.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
compatibility.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
config.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
custom.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
custom.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
debugger.c merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
debugger.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
dynlink.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
dynlink.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
exec.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
extern.c One missing call to free_extern_output. Added a couple of comments. 2012-03-26 08:26:44 +00:00
fail.c PR#5344: some predifined exceptions need special printing 2011-09-08 08:34:43 +00:00
fail.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
finalise.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
finalise.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
fix_code.c PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code. 2012-03-13 14:50:41 +00:00
fix_code.h PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code. 2012-03-13 14:50:41 +00:00
floats.c PR#4688: (Windows) special floating-point values aren't converted to strings correctly. 2012-01-16 10:23:51 +00:00
freelist.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
freelist.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
gc.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
gc_ctrl.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
gc_ctrl.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
globroots.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
globroots.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
hash.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
hash.h PR#5504: Fix. Patch proposed by Stephane Glondu, thanks. 2012-02-19 17:30:02 +00:00
instrtrace.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
instrtrace.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
instruct.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int64_emul.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
int64_format.h Testing byterun with CompCert and finding minor issues: 2011-09-07 12:04:58 +00:00
int64_native.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
intern.c PR#5318: Reverting last un-marshaler changes, to rework the control flow of mainloop and provide better solution for eliminating recursion 2012-03-19 22:48:27 +00:00
interp.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
interp.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
intext.h PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code. 2012-03-13 14:50:41 +00:00
ints.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
io.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
io.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
lexing.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
main.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
major_gc.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
major_gc.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
md5.c PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code. 2012-03-13 14:50:41 +00:00
md5.h PR#5215: Marshalling of closures now supported if the closures come from dynamically-loaded code. 2012-03-13 14:50:41 +00:00
memory.c typo in a comment 2011-12-30 16:28:57 +00:00
memory.h merge version 3.12 from 3.12.1 to r12205 2012-03-08 19:52:03 +00:00
meta.c PR#5215 continued: as unique ident for dynlinked bytecode units, use MD5 of .cmo/.cma file combined with name of unit within the .cma. (Push of commit 12253.) 2012-03-26 17:44:47 +00:00
minor_gc.c PR#5518: segfault with lazy empty array 2012-03-06 19:17:29 +00:00
minor_gc.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
misc.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
misc.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
mlvalues.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
obj.c More renaming to OCaml 2012-02-10 16:15:24 +00:00
osdeps.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
parsing.c PR#5179: giant steps towards a Mingw64 port. 2011-12-21 16:31:01 +00:00
prims.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
printexc.c PR#5179: giant steps towards a Mingw64 port. 2011-12-21 16:31:01 +00:00
printexc.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
reverse.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
roots.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
roots.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
signals.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
signals.h Fix of #5467: no extern C in header files 2012-01-07 20:55:28 +00:00
signals_byt.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
signals_machdep.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stacks.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
stacks.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
startup.c PR#5532: Print full path in error message. Quote filename 2012-03-10 01:46:37 +00:00
startup.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
str.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
sys.c Improve self-initialization of the Random module, using /dev/urandom 2012-03-14 16:12:09 +00:00
sys.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
terminfo.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
ui.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
unix.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
weak.c renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
weak.h renaming of Objective Caml to OCaml and cleanup of copyright headers 2011-07-27 14:17:02 +00:00
win32.c Improve self-initialization of the Random module, using /dev/urandom 2012-03-14 16:12:09 +00:00