ocaml/byterun
Damien Doligez d5b3d2f7e4 more cleanup of char * and sizes
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15747 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2014-12-24 20:18:22 +00:00
..
.depend merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
.ignore merge changes from 4.00 branching to 4.00.0 (part 1) 2012-07-26 19:21:54 +00:00
Makefile PR#6358: obey DESTDIR in install targets 2014-04-07 07:06:17 +00:00
Makefile.common PR#6406: Expose OCaml version in C headers 2014-07-21 20:39:38 +00:00
Makefile.nt fix a few problems with whitespace and over-long lines 2013-03-09 22:38:52 +00:00
alloc.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
alloc.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
array.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
backtrace.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
backtrace.h #6203, #5935: variants of raise. 'reraise' is currently only inserted by the compiler when an handler does not catch the exception. The default 'raise' always start with a fresh backtrace. There is also 'raise_nostack' which does not trigger the stack trace recording. Bytecode only for now. 2013-10-14 12:31:50 +00:00
callback.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
callback.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
compact.c more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
compact.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
compare.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
compare.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
compatibility.h No need for caml_init_exceptions. 2013-11-13 13:16:15 +00:00
config.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
custom.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
custom.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
debugger.c As mentioned by gcc -Wall, the variable "frame_number" is useless. Removed it. 2014-04-18 10:06:03 +00:00
debugger.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
dynlink.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
dynlink.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
exec.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
extern.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
fail.c fixed bug in native caml_raise_with_string, and synced code in byterun/fail.c for that function 2014-05-09 15:33:02 +00:00
fail.h No need for caml_init_exceptions. 2013-11-13 13:16:15 +00:00
finalise.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
finalise.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
fix_code.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
fix_code.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
floats.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
freelist.c more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
freelist.h more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
gc.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
gc_ctrl.c more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
gc_ctrl.h more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
globroots.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
globroots.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
hash.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
hash.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
instrtrace.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
instrtrace.h fix a few problems with whitespace and over-long lines 2013-03-09 22:38:52 +00:00
instruct.h Remove FIRST_UNIMPLEMENTED_OP from interp.c 2014-05-05 13:59:25 +00:00
int64_emul.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
int64_format.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
int64_native.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
intern.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
interp.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
interp.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
intext.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
ints.c PR#6560: Wrong failure message for {Int32,Int64,NativeInt}.of_string 2014-12-14 21:20:51 +00:00
io.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
io.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
lexing.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
main.c fix a few of the warnings given by newer versions of gcc 2013-02-26 12:47:13 +00:00
major_gc.c more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
major_gc.h more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
md5.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
md5.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
memory.c more cleanup of char * and sizes 2014-12-24 20:18:22 +00:00
memory.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
meta.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
minor_gc.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
minor_gc.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
misc.c fix type errors (warnings) reported by the C compiler 2014-12-16 19:36:35 +00:00
misc.h fix type errors (warnings) reported by the C compiler 2014-12-16 19:36:35 +00:00
mlvalues.h Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
obj.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
osdeps.h fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
parsing.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
prims.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
printexc.c merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00
printexc.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
reverse.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
roots.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
roots.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
signals.c PR#5982: save and restore the value of errno in caml_leave_blocking_section 2013-05-14 15:48:50 +00:00
signals.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
signals_byt.c PR#5982: save and restore the value of errno in signal handlers 2013-05-14 15:37:48 +00:00
signals_machdep.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
stacks.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
stacks.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
startup.c PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
startup.h PR#6517: use ISO C99 types {,u}int{32,64}_t in preference to our homegrown 2014-08-27 09:58:33 +00:00
str.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
sys.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
sys.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
terminfo.c remove all $Id keywords 2012-10-15 17:50:56 +00:00
ui.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
unix.c PR#6075: avoid using unsafe C library functions (strcpy, strcat, sprintf). 2014-04-15 17:09:13 +00:00
weak.c Start tidying up the runtime: 2014-12-12 15:18:04 +00:00
weak.h remove all $Id keywords 2012-10-15 17:50:56 +00:00
win32.c merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev 15121) 2014-08-22 13:45:02 +00:00