Imported Upstream version 4.02.2~rc1
authorStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:23:52 +0000 (16:23 +0200)
committerStephane Glondu <steph@glondu.net>
Fri, 12 Jun 2015 14:23:52 +0000 (16:23 +0200)
commitb4487092fcc7bc534956f23f47e96303d1a90ba8
tree8fa093c951395fff8f816cdd502b3efae40f8b55
parentb92f950defa3bd03db8075caef1d4179447822f4
Imported Upstream version 4.02.2~rc1
722 files changed:
.depend
.gitignore
.merlin [new file with mode: 0644]
.travis-ci.sh
Changes
INSTALL
Makefile
Makefile.nt
README.win32
VERSION
asmcomp/amd64/emit.mlp
asmcomp/arm/emit.mlp
asmcomp/arm64/arch.ml
asmcomp/arm64/emit.mlp
asmcomp/asmlink.ml
asmcomp/branch_relaxation.ml [new file with mode: 0644]
asmcomp/branch_relaxation.mli [new file with mode: 0644]
asmcomp/branch_relaxation_intf.ml [new file with mode: 0644]
asmcomp/cmmgen.ml
asmcomp/emitaux.ml
asmcomp/emitaux.mli
asmcomp/power/emit.mlp
asmrun/.depend
asmrun/Makefile
asmrun/Makefile.nt
asmrun/amd64.S
asmrun/backtrace.c
asmrun/fail.c
asmrun/i386.S
asmrun/natdynlink.c
asmrun/roots.c
asmrun/signals_asm.c
asmrun/signals_osdep.h
asmrun/stack.h
asmrun/startup.c
boot/ocamlc
boot/ocamldep
boot/ocamllex
bytecomp/bytelink.ml
bytecomp/lambda.ml
bytecomp/symtable.ml
bytecomp/translmod.ml
byterun/.depend
byterun/.ignore
byterun/Makefile
byterun/Makefile.common
byterun/Makefile.nt
byterun/alloc.c
byterun/alloc.h [deleted file]
byterun/array.c
byterun/backtrace.c
byterun/backtrace.h [deleted file]
byterun/callback.c
byterun/callback.h [deleted file]
byterun/caml/address_class.h [new file with mode: 0644]
byterun/caml/alloc.h [new file with mode: 0644]
byterun/caml/backtrace.h [new file with mode: 0644]
byterun/caml/callback.h [new file with mode: 0644]
byterun/caml/compact.h [new file with mode: 0644]
byterun/caml/compare.h [new file with mode: 0644]
byterun/caml/compatibility.h [new file with mode: 0644]
byterun/caml/config.h [new file with mode: 0644]
byterun/caml/custom.h [new file with mode: 0644]
byterun/caml/debugger.h [new file with mode: 0644]
byterun/caml/dynlink.h [new file with mode: 0644]
byterun/caml/exec.h [new file with mode: 0644]
byterun/caml/fail.h [new file with mode: 0644]
byterun/caml/finalise.h [new file with mode: 0644]
byterun/caml/fix_code.h [new file with mode: 0644]
byterun/caml/freelist.h [new file with mode: 0644]
byterun/caml/gc.h [new file with mode: 0644]
byterun/caml/gc_ctrl.h [new file with mode: 0644]
byterun/caml/globroots.h [new file with mode: 0644]
byterun/caml/hash.h [new file with mode: 0644]
byterun/caml/instrtrace.h [new file with mode: 0644]
byterun/caml/instruct.h [new file with mode: 0644]
byterun/caml/int64_emul.h [new file with mode: 0644]
byterun/caml/int64_format.h [new file with mode: 0644]
byterun/caml/int64_native.h [new file with mode: 0644]
byterun/caml/interp.h [new file with mode: 0644]
byterun/caml/intext.h [new file with mode: 0644]
byterun/caml/io.h [new file with mode: 0644]
byterun/caml/major_gc.h [new file with mode: 0644]
byterun/caml/md5.h [new file with mode: 0644]
byterun/caml/memory.h [new file with mode: 0644]
byterun/caml/minor_gc.h [new file with mode: 0644]
byterun/caml/misc.h [new file with mode: 0644]
byterun/caml/mlvalues.h [new file with mode: 0644]
byterun/caml/osdeps.h [new file with mode: 0644]
byterun/caml/prims.h [new file with mode: 0644]
byterun/caml/printexc.h [new file with mode: 0644]
byterun/caml/reverse.h [new file with mode: 0644]
byterun/caml/roots.h [new file with mode: 0644]
byterun/caml/signals.h [new file with mode: 0644]
byterun/caml/signals_machdep.h [new file with mode: 0644]
byterun/caml/stacks.h [new file with mode: 0644]
byterun/caml/startup.h [new file with mode: 0644]
byterun/caml/sys.h [new file with mode: 0644]
byterun/caml/ui.h [new file with mode: 0644]
byterun/caml/weak.h [new file with mode: 0644]
byterun/compact.c
byterun/compact.h [deleted file]
byterun/compare.c
byterun/compare.h [deleted file]
byterun/compatibility.h [deleted file]
byterun/config.h [deleted file]
byterun/custom.c
byterun/custom.h [deleted file]
byterun/debugger.c
byterun/debugger.h [deleted file]
byterun/dynlink.c
byterun/dynlink.h [deleted file]
byterun/exec.h [deleted file]
byterun/extern.c
byterun/fail.c
byterun/fail.h [deleted file]
byterun/finalise.c
byterun/finalise.h [deleted file]
byterun/fix_code.c
byterun/fix_code.h [deleted file]
byterun/floats.c
byterun/freelist.c
byterun/freelist.h [deleted file]
byterun/gc.h [deleted file]
byterun/gc_ctrl.c
byterun/gc_ctrl.h [deleted file]
byterun/globroots.c
byterun/globroots.h [deleted file]
byterun/hash.c
byterun/hash.h [deleted file]
byterun/instrtrace.c
byterun/instrtrace.h [deleted file]
byterun/instruct.h [deleted file]
byterun/int64_emul.h [deleted file]
byterun/int64_format.h [deleted file]
byterun/int64_native.h [deleted file]
byterun/intern.c
byterun/interp.c
byterun/interp.h [deleted file]
byterun/intext.h [deleted file]
byterun/ints.c
byterun/io.c
byterun/io.h [deleted file]
byterun/lexing.c
byterun/main.c
byterun/major_gc.c
byterun/major_gc.h [deleted file]
byterun/md5.c
byterun/md5.h [deleted file]
byterun/memory.c
byterun/memory.h [deleted file]
byterun/meta.c
byterun/minor_gc.c
byterun/minor_gc.h [deleted file]
byterun/misc.c
byterun/misc.h [deleted file]
byterun/mlvalues.h [deleted file]
byterun/obj.c
byterun/osdeps.h [deleted file]
byterun/parsing.c
byterun/prims.h [deleted file]
byterun/printexc.c
byterun/printexc.h [deleted file]
byterun/reverse.h [deleted file]
byterun/roots.c
byterun/roots.h [deleted file]
byterun/signals.c
byterun/signals.h [deleted file]
byterun/signals_byt.c
byterun/signals_machdep.h [deleted file]
byterun/stacks.c
byterun/stacks.h [deleted file]
byterun/startup.c
byterun/startup.h [deleted file]
byterun/str.c
byterun/sys.c
byterun/sys.h [deleted file]
byterun/terminfo.c
byterun/ui.h [deleted file]
byterun/unix.c
byterun/weak.c
byterun/weak.h [deleted file]
byterun/win32.c
compilerlibs/.gitignore [new file with mode: 0644]
config/Makefile.mingw
config/Makefile.mingw64
config/Makefile.msvc
config/Makefile.msvc64
config/auto-aux/nanosecond_stat.c [new file with mode: 0644]
config/auto-aux/searchpath
configure
debugger/.depend
debugger/Makefile.shared
debugger/command_line.ml
debugger/debugcom.ml
debugger/source.ml
driver/compenv.ml
driver/compenv.mli
driver/compile.ml
driver/main.ml
driver/main_args.ml
driver/main_args.mli
driver/optcompile.ml
driver/optmain.ml
driver/pparse.ml
driver/pparse.mli
emacs/caml-types.el
experimental/doligez/check-bounds.diff [new file with mode: 0644]
experimental/doligez/checkheaders [new file with mode: 0755]
experimental/frisch/Makefile [new file with mode: 0644]
experimental/frisch/copy_typedef.ml [new file with mode: 0644]
experimental/frisch/eval.ml [new file with mode: 0644]
experimental/frisch/extension_points.txt [new file with mode: 0644]
experimental/frisch/ifdef.ml [new file with mode: 0644]
experimental/frisch/js_syntax.ml [new file with mode: 0644]
experimental/frisch/metaquot_test.ml [new file with mode: 0644]
experimental/frisch/minidoc.ml [new file with mode: 0644]
experimental/frisch/nomli.ml [new file with mode: 0644]
experimental/frisch/ppx_builder.ml [new file with mode: 0644]
experimental/frisch/ppx_matches.ml [new file with mode: 0644]
experimental/frisch/test_builder.ml [new file with mode: 0644]
experimental/frisch/test_copy_typedef.ml [new file with mode: 0644]
experimental/frisch/test_copy_typedef.mli [new file with mode: 0644]
experimental/frisch/test_eval.ml [new file with mode: 0644]
experimental/frisch/test_ifdef.ml [new file with mode: 0644]
experimental/frisch/test_js.ml [new file with mode: 0644]
experimental/frisch/test_matches.ml [new file with mode: 0644]
experimental/frisch/test_nomli.ml [new file with mode: 0644]
experimental/frisch/testdoc.mli [new file with mode: 0644]
experimental/frisch/unused_exported_values.ml [new file with mode: 0644]
experimental/garrigue/.cvsignore [new file with mode: 0644]
experimental/garrigue/caml_set_oid.diff [new file with mode: 0644]
experimental/garrigue/coerce.diff [new file with mode: 0644]
experimental/garrigue/countchars.ml [new file with mode: 0644]
experimental/garrigue/dirs_multimatch [new file with mode: 0644]
experimental/garrigue/dirs_poly [new file with mode: 0644]
experimental/garrigue/fixedtypes.ml [new file with mode: 0644]
experimental/garrigue/gadt-escape-check.diff [new file with mode: 0644]
experimental/garrigue/generative-functors.diff [new file with mode: 0644]
experimental/garrigue/impure-functors.diff [new file with mode: 0644]
experimental/garrigue/marshal_objects.diff [new file with mode: 0644]
experimental/garrigue/module-errors.diff [new file with mode: 0644]
experimental/garrigue/multimatch.diff [new file with mode: 0644]
experimental/garrigue/multimatch.ml [new file with mode: 0644]
experimental/garrigue/newlabels.ps [new file with mode: 0644]
experimental/garrigue/nongeneral-let.diff [new file with mode: 0644]
experimental/garrigue/objvariant.diff [new file with mode: 0644]
experimental/garrigue/objvariant.ml [new file with mode: 0644]
experimental/garrigue/parser-lessminus.diff [new file with mode: 0644]
experimental/garrigue/pattern-local-types.diff [new file with mode: 0644]
experimental/garrigue/printers.ml [new file with mode: 0644]
experimental/garrigue/propagation-to-patterns.diff [new file with mode: 0644]
experimental/garrigue/show_types.diff [new file with mode: 0644]
experimental/garrigue/tests.ml [new file with mode: 0644]
experimental/garrigue/valvirt.diff [new file with mode: 0644]
experimental/garrigue/variable-names-Tvar.diff [new file with mode: 0644]
experimental/garrigue/variable-names.ml [new file with mode: 0644]
experimental/garrigue/varunion.ml [new file with mode: 0644]
experimental/garrigue/with-module-type.diff [new file with mode: 0644]
lex/.depend
lex/Makefile
lex/Makefile.nt
man/ocaml.m
man/ocamlc.m
man/ocamlopt.m
man/ocamlrun.m
ocamlbuild/.depend
ocamlbuild/Makefile
ocamlbuild/Makefile.noboot [deleted file]
ocamlbuild/command.ml
ocamlbuild/command.mli
ocamlbuild/configuration.ml
ocamlbuild/main.ml
ocamlbuild/my_unix.ml
ocamlbuild/ocaml_compiler.ml
ocamlbuild/ocaml_compiler.mli
ocamlbuild/ocaml_dependencies.ml
ocamlbuild/ocaml_specific.ml
ocamlbuild/ocaml_tools.ml
ocamlbuild/ocamlbuild_unix_plugin.ml
ocamlbuild/options.ml
ocamlbuild/test/good-output [new file with mode: 0644]
ocamlbuild/test/runtest.sh [new file with mode: 0755]
ocamlbuild/test/test1/foo.ml [new file with mode: 0644]
ocamlbuild/test/test10/dbdi [new file with mode: 0644]
ocamlbuild/test/test10/test.sh [new file with mode: 0755]
ocamlbuild/test/test11/_tags [new file with mode: 0644]
ocamlbuild/test/test11/a/aa.ml [new file with mode: 0644]
ocamlbuild/test/test11/a/aa.mli [new file with mode: 0644]
ocamlbuild/test/test11/b/bb.ml [new file with mode: 0644]
ocamlbuild/test/test11/b/libb.mllib [new file with mode: 0644]
ocamlbuild/test/test11/myocamlbuild.ml [new file with mode: 0644]
ocamlbuild/test/test11/test.sh [new file with mode: 0755]
ocamlbuild/test/test2/_tags [new file with mode: 0644]
ocamlbuild/test/test2/tata.ml [new file with mode: 0644]
ocamlbuild/test/test2/tata.mli [new file with mode: 0644]
ocamlbuild/test/test2/test.sh [new file with mode: 0755]
ocamlbuild/test/test2/titi.ml [new file with mode: 0644]
ocamlbuild/test/test2/toto.ml [new file with mode: 0644]
ocamlbuild/test/test2/tutu.ml [new file with mode: 0644]
ocamlbuild/test/test2/tutu.mli [new file with mode: 0644]
ocamlbuild/test/test2/tyty.mli [new file with mode: 0644]
ocamlbuild/test/test2/vivi1.ml [new file with mode: 0644]
ocamlbuild/test/test2/vivi2.ml [new file with mode: 0644]
ocamlbuild/test/test2/vivi3.ml [new file with mode: 0644]
ocamlbuild/test/test3/_tags [new file with mode: 0644]
ocamlbuild/test/test3/a.ml [new file with mode: 0644]
ocamlbuild/test/test3/a.mli [new file with mode: 0644]
ocamlbuild/test/test3/b.ml [new file with mode: 0644]
ocamlbuild/test/test3/b.mli [new file with mode: 0644]
ocamlbuild/test/test3/c.ml [new file with mode: 0644]
ocamlbuild/test/test3/c.mli [new file with mode: 0644]
ocamlbuild/test/test3/d.ml [new file with mode: 0644]
ocamlbuild/test/test3/d.mli [new file with mode: 0644]
ocamlbuild/test/test3/e.ml [new file with mode: 0644]
ocamlbuild/test/test3/e.mli [new file with mode: 0644]
ocamlbuild/test/test3/f.ml [new file with mode: 0644]
ocamlbuild/test/test3/f.mli [new file with mode: 0644]
ocamlbuild/test/test3/proj.odocl [new file with mode: 0644]
ocamlbuild/test/test3/test.sh [new file with mode: 0755]
ocamlbuild/test/test4/_tags [new file with mode: 0644]
ocamlbuild/test/test4/a/aa.ml [new file with mode: 0644]
ocamlbuild/test/test4/a/aa.mli [new file with mode: 0644]
ocamlbuild/test/test4/b/bb.ml [new file with mode: 0644]
ocamlbuild/test/test4/test.sh [new file with mode: 0755]
ocamlbuild/test/test5/_tags [new file with mode: 0644]
ocamlbuild/test/test5/a.ml [new file with mode: 0644]
ocamlbuild/test/test5/a.mli [new file with mode: 0644]
ocamlbuild/test/test5/b.ml [new file with mode: 0644]
ocamlbuild/test/test5/c.mlpack [new file with mode: 0644]
ocamlbuild/test/test5/d.ml [new file with mode: 0644]
ocamlbuild/test/test5/stack.ml [new file with mode: 0644]
ocamlbuild/test/test5/test.sh [new file with mode: 0755]
ocamlbuild/test/test6/a.ml [new file with mode: 0644]
ocamlbuild/test/test6/a.mli [new file with mode: 0644]
ocamlbuild/test/test6/b.ml [new file with mode: 0644]
ocamlbuild/test/test6/b.mli [new file with mode: 0644]
ocamlbuild/test/test6/b.mli.v1 [new file with mode: 0644]
ocamlbuild/test/test6/b.mli.v2 [new file with mode: 0644]
ocamlbuild/test/test6/d.ml [new file with mode: 0644]
ocamlbuild/test/test6/d.mli [new file with mode: 0644]
ocamlbuild/test/test6/d.mli.v1 [new file with mode: 0644]
ocamlbuild/test/test6/d.mli.v2 [new file with mode: 0644]
ocamlbuild/test/test6/main.ml [new file with mode: 0644]
ocamlbuild/test/test6/main.mli [new file with mode: 0644]
ocamlbuild/test/test6/test.sh [new file with mode: 0755]
ocamlbuild/test/test7/_tags [new file with mode: 0644]
ocamlbuild/test/test7/aa.ml [new file with mode: 0644]
ocamlbuild/test/test7/bb.mli [new file with mode: 0644]
ocamlbuild/test/test7/bb1.ml [new file with mode: 0644]
ocamlbuild/test/test7/bb2.ml [new file with mode: 0644]
ocamlbuild/test/test7/bb3.ml [new file with mode: 0644]
ocamlbuild/test/test7/bbcc.mllib [new file with mode: 0644]
ocamlbuild/test/test7/c2.ml [new file with mode: 0644]
ocamlbuild/test/test7/c2.mli [new file with mode: 0644]
ocamlbuild/test/test7/c3.ml [new file with mode: 0644]
ocamlbuild/test/test7/cc.ml [new file with mode: 0644]
ocamlbuild/test/test7/cool_plugin.ml [new file with mode: 0644]
ocamlbuild/test/test7/main.ml [new file with mode: 0644]
ocamlbuild/test/test7/myocamlbuild.ml [new file with mode: 0644]
ocamlbuild/test/test7/test.sh [new file with mode: 0755]
ocamlbuild/test/test8/a.ml [new file with mode: 0644]
ocamlbuild/test/test8/myocamlbuild.ml [new file with mode: 0644]
ocamlbuild/test/test8/test.sh [new file with mode: 0755]
ocamlbuild/test/test9/dbgl [new file with mode: 0644]
ocamlbuild/test/test9/test.sh [new file with mode: 0755]
ocamlbuild/test/test9/testglob.ml [new file with mode: 0644]
ocamlbuild/test/test_virtual/foo.itarget [new file with mode: 0644]
ocamlbuild/test/test_virtual/foo1 [new file with mode: 0644]
ocamlbuild/test/test_virtual/foo2 [new file with mode: 0644]
ocamlbuild/test/test_virtual/myocamlbuild.ml [new file with mode: 0644]
ocamlbuild/test/test_virtual/test.sh [new file with mode: 0755]
ocamlbuild/testsuite/internal.ml
ocamldoc/.depend
ocamldoc/Makefile
ocamldoc/Makefile.nt
ocamldoc/odoc_ast.ml
ocamldoc/odoc_name.ml
ocamldoc/odoc_sig.ml
otherlibs/Makefile
otherlibs/Makefile.shared
otherlibs/bigarray/.depend
otherlibs/bigarray/Makefile
otherlibs/bigarray/Makefile.nt
otherlibs/bigarray/bigarray.h
otherlibs/bigarray/bigarray.mli
otherlibs/bigarray/bigarray_stubs.c
otherlibs/bigarray/mmap_unix.c
otherlibs/bigarray/mmap_win32.c
otherlibs/dynlink/Makefile
otherlibs/graph/.depend
otherlibs/graph/Makefile
otherlibs/graph/draw.c
otherlibs/graph/dump_img.c
otherlibs/graph/events.c
otherlibs/graph/fill.c
otherlibs/graph/image.c
otherlibs/graph/libgraph.h
otherlibs/graph/make_img.c
otherlibs/graph/open.c
otherlibs/graph/text.c
otherlibs/num/.depend
otherlibs/num/Makefile
otherlibs/num/bng.c
otherlibs/num/bng.h
otherlibs/num/nat.ml
otherlibs/num/nat_stubs.c
otherlibs/num/num.ml
otherlibs/str/.depend
otherlibs/str/Makefile
otherlibs/str/strstubs.c
otherlibs/systhreads/.depend
otherlibs/systhreads/Makefile
otherlibs/systhreads/Makefile.nt
otherlibs/systhreads/st_posix.h
otherlibs/systhreads/st_stubs.c
otherlibs/systhreads/threads.h
otherlibs/threads/.depend
otherlibs/threads/Makefile
otherlibs/threads/scheduler.c
otherlibs/unix/.depend
otherlibs/unix/Makefile
otherlibs/unix/accept.c
otherlibs/unix/access.c
otherlibs/unix/addrofstr.c
otherlibs/unix/alarm.c
otherlibs/unix/bind.c
otherlibs/unix/chdir.c
otherlibs/unix/chmod.c
otherlibs/unix/chown.c
otherlibs/unix/chroot.c
otherlibs/unix/close.c
otherlibs/unix/closedir.c
otherlibs/unix/connect.c
otherlibs/unix/cst2constr.c
otherlibs/unix/cstringv.c
otherlibs/unix/dup.c
otherlibs/unix/dup2.c
otherlibs/unix/envir.c
otherlibs/unix/errmsg.c
otherlibs/unix/execv.c
otherlibs/unix/execve.c
otherlibs/unix/execvp.c
otherlibs/unix/exit.c
otherlibs/unix/fchmod.c
otherlibs/unix/fchown.c
otherlibs/unix/fcntl.c
otherlibs/unix/fork.c
otherlibs/unix/ftruncate.c
otherlibs/unix/getaddrinfo.c
otherlibs/unix/getcwd.c
otherlibs/unix/getegid.c
otherlibs/unix/geteuid.c
otherlibs/unix/getgid.c
otherlibs/unix/getgr.c
otherlibs/unix/getgroups.c
otherlibs/unix/gethost.c
otherlibs/unix/gethostname.c
otherlibs/unix/getlogin.c
otherlibs/unix/getnameinfo.c
otherlibs/unix/getpeername.c
otherlibs/unix/getpid.c
otherlibs/unix/getppid.c
otherlibs/unix/getproto.c
otherlibs/unix/getpw.c
otherlibs/unix/getserv.c
otherlibs/unix/getsockname.c
otherlibs/unix/gettimeofday.c
otherlibs/unix/getuid.c
otherlibs/unix/gmtime.c
otherlibs/unix/initgroups.c
otherlibs/unix/isatty.c
otherlibs/unix/itimer.c
otherlibs/unix/kill.c
otherlibs/unix/link.c
otherlibs/unix/listen.c
otherlibs/unix/lockf.c
otherlibs/unix/lseek.c
otherlibs/unix/mkdir.c
otherlibs/unix/mkfifo.c
otherlibs/unix/nanosecond_stat.h [new file with mode: 0644]
otherlibs/unix/nice.c
otherlibs/unix/open.c
otherlibs/unix/opendir.c
otherlibs/unix/pipe.c
otherlibs/unix/putenv.c
otherlibs/unix/read.c
otherlibs/unix/readdir.c
otherlibs/unix/readlink.c
otherlibs/unix/rename.c
otherlibs/unix/rewinddir.c
otherlibs/unix/rmdir.c
otherlibs/unix/select.c
otherlibs/unix/sendrecv.c
otherlibs/unix/setgid.c
otherlibs/unix/setgroups.c
otherlibs/unix/setsid.c
otherlibs/unix/setuid.c
otherlibs/unix/shutdown.c
otherlibs/unix/signals.c
otherlibs/unix/sleep.c
otherlibs/unix/socket.c
otherlibs/unix/socketaddr.c
otherlibs/unix/socketaddr.h
otherlibs/unix/socketpair.c
otherlibs/unix/sockopt.c
otherlibs/unix/stat.c
otherlibs/unix/strofaddr.c
otherlibs/unix/symlink.c
otherlibs/unix/termios.c
otherlibs/unix/time.c
otherlibs/unix/times.c
otherlibs/unix/truncate.c
otherlibs/unix/umask.c
otherlibs/unix/unixsupport.c
otherlibs/unix/unixsupport.h
otherlibs/unix/unlink.c
otherlibs/unix/utimes.c
otherlibs/unix/wait.c
otherlibs/unix/write.c
otherlibs/win32graph/dib.c
otherlibs/win32graph/draw.c
otherlibs/win32graph/events.c
otherlibs/win32graph/open.c
otherlibs/win32unix/accept.c
otherlibs/win32unix/bind.c
otherlibs/win32unix/channels.c
otherlibs/win32unix/close.c
otherlibs/win32unix/close_on.c
otherlibs/win32unix/connect.c
otherlibs/win32unix/createprocess.c
otherlibs/win32unix/dup.c
otherlibs/win32unix/dup2.c
otherlibs/win32unix/errmsg.c
otherlibs/win32unix/getpeername.c
otherlibs/win32unix/getpid.c
otherlibs/win32unix/getsockname.c
otherlibs/win32unix/gettimeofday.c
otherlibs/win32unix/link.c
otherlibs/win32unix/listen.c
otherlibs/win32unix/lockf.c
otherlibs/win32unix/lseek.c
otherlibs/win32unix/mkdir.c
otherlibs/win32unix/nonblock.c
otherlibs/win32unix/open.c
otherlibs/win32unix/pipe.c
otherlibs/win32unix/read.c
otherlibs/win32unix/rename.c
otherlibs/win32unix/select.c
otherlibs/win32unix/sendrecv.c
otherlibs/win32unix/shutdown.c
otherlibs/win32unix/sleep.c
otherlibs/win32unix/socket.c
otherlibs/win32unix/socketaddr.h
otherlibs/win32unix/sockopt.c
otherlibs/win32unix/startup.c
otherlibs/win32unix/stat.c
otherlibs/win32unix/system.c
otherlibs/win32unix/times.c
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/unixsupport.h
otherlibs/win32unix/windir.c
otherlibs/win32unix/winwait.c
otherlibs/win32unix/winworker.c
otherlibs/win32unix/write.c
parsing/ast_helper.ml
parsing/ast_helper.mli
parsing/ast_mapper.ml
parsing/docstrings.ml [new file with mode: 0644]
parsing/docstrings.mli [new file with mode: 0644]
parsing/lexer.mli
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/parse.ml
parsing/parser.mly
parsing/parsetree.mli
parsing/pprintast.ml
parsing/pprintast.mli
parsing/printast.ml
stdlib/.depend
stdlib/.ignore
stdlib/Makefile
stdlib/Makefile.nt
stdlib/Makefile.shared
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/buffer.mli
stdlib/bytesLabels.mli
stdlib/camlinternalFormat.ml
stdlib/camlinternalFormatBasics.ml
stdlib/camlinternalFormatBasics.mli
stdlib/digest.ml
stdlib/digest.mli
stdlib/format.ml
stdlib/format.mli
stdlib/gc.mli
stdlib/hashtbl.mli
stdlib/header.c
stdlib/headernt.c
stdlib/list.mli
stdlib/listLabels.mli
stdlib/marshal.mli
stdlib/obj.ml
stdlib/obj.mli
stdlib/pervasives.mli
stdlib/printexc.mli
stdlib/printf.mli
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/stream.mli
testsuite/makefiles/Makefile.one
testsuite/makefiles/Makefile.toplevel
testsuite/tests/asmcomp/mainarith.c
testsuite/tests/asmcomp/sparc.S
testsuite/tests/basic-manyargs/manyargsprim.c
testsuite/tests/basic/divint.ml
testsuite/tests/basic/divint.reference
testsuite/tests/callback/Makefile
testsuite/tests/callback/callbackprim.c
testsuite/tests/embedded/Makefile
testsuite/tests/float-unboxing/Makefile [new file with mode: 0644]
testsuite/tests/float-unboxing/float_subst_boxed_number.ml [new file with mode: 0644]
testsuite/tests/float-unboxing/float_subst_boxed_number.reference [new file with mode: 0644]
testsuite/tests/gc-roots/globrootsprim.c
testsuite/tests/lib-bigarray-2/bigarrfstub.c
testsuite/tests/lib-dynlink-bytecode/Makefile
testsuite/tests/lib-dynlink-native/Makefile
testsuite/tests/lib-format/pr6824.ml [new file with mode: 0644]
testsuite/tests/lib-format/pr6824.reference [new file with mode: 0644]
testsuite/tests/lib-hashtbl/htbl.ml
testsuite/tests/lib-marshal/intextaux.c
testsuite/tests/lib-scanf/tscanf.ml
testsuite/tests/misc/weaklifetime.ml [new file with mode: 0644]
testsuite/tests/misc/weaklifetime.reference [new file with mode: 0644]
testsuite/tests/prim-bigstring/bigstring_access.ml
testsuite/tests/prim-bigstring/string_access.ml
testsuite/tests/typing-extensions/open_types.ml.reference
testsuite/tests/typing-gadts/pr5985.ml.reference
testsuite/tests/typing-gadts/pr6690.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr6690.ml.principal.reference [new file with mode: 0644]
testsuite/tests/typing-gadts/pr6690.ml.reference [new file with mode: 0644]
testsuite/tests/typing-gadts/pr6817.ml [new file with mode: 0644]
testsuite/tests/typing-gadts/pr6817.ml.reference [new file with mode: 0644]
testsuite/tests/typing-gadts/test.ml
testsuite/tests/typing-gadts/test.ml.principal.reference
testsuite/tests/typing-gadts/test.ml.reference
testsuite/tests/typing-gadts/yallop_bugs.ml.principal.reference
testsuite/tests/typing-gadts/yallop_bugs.ml.reference
testsuite/tests/typing-misc/constraints.ml.reference
testsuite/tests/typing-misc/polyvars.ml
testsuite/tests/typing-misc/polyvars.ml.principal.reference
testsuite/tests/typing-misc/polyvars.ml.reference
testsuite/tests/typing-misc/wellfounded.ml [new file with mode: 0644]
testsuite/tests/typing-misc/wellfounded.ml.principal.reference [new file with mode: 0644]
testsuite/tests/typing-misc/wellfounded.ml.reference [new file with mode: 0644]
testsuite/tests/typing-objects/Exemples.ml.principal.reference
testsuite/tests/typing-objects/Exemples.ml.reference
testsuite/tests/typing-objects/Tests.ml.principal.reference
testsuite/tests/typing-objects/Tests.ml.reference
testsuite/tests/typing-poly/poly.ml.principal.reference
testsuite/tests/typing-poly/poly.ml.reference
testsuite/tests/typing-private/private.ml.principal.reference
testsuite/tests/typing-private/private.ml.reference
testsuite/tests/typing-rectypes-bugs/pr6870_bad.ml [new file with mode: 0644]
testsuite/tests/typing-short-paths/pr6836.ml [new file with mode: 0644]
testsuite/tests/typing-short-paths/pr6836.ml.reference [new file with mode: 0644]
testsuite/tests/typing-short-paths/short-paths.ml
testsuite/tests/typing-short-paths/short-paths.ml.reference
testsuite/tests/typing-warnings/pr6872.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/pr6872.ml.principal.reference [new file with mode: 0644]
testsuite/tests/typing-warnings/pr6872.ml.reference [new file with mode: 0644]
testsuite/tests/typing-warnings/unused_types.ml [new file with mode: 0644]
testsuite/tests/typing-warnings/unused_types.ml.reference [new file with mode: 0644]
testsuite/tests/utils/Makefile
tools/.depend
tools/Makefile.shared
tools/eqparsetree.ml
tools/objinfo_helper.c
tools/ocamlcp.ml
tools/ocamlmklib.ml
tools/ocamloptp.ml
tools/untypeast.ml
toplevel/genprintval.ml
toplevel/genprintval.mli
toplevel/opttoploop.ml
toplevel/topdirs.ml
toplevel/toploop.ml
toplevel/toploop.mli
typing/ctype.ml
typing/ctype.mli
typing/env.ml
typing/env.mli
typing/oprint.ml
typing/parmatch.ml
typing/parmatch.mli
typing/printtyp.ml
typing/stypes.ml
typing/subst.ml
typing/subst.mli
typing/typeclass.ml
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typedtreeIter.ml
typing/typedtreeIter.mli
typing/typemod.ml
typing/typemod.mli
typing/types.ml
typing/types.mli
typing/typetexp.ml
utils/ccomp.ml
utils/clflags.ml
utils/clflags.mli
utils/misc.ml
utils/misc.mli
utils/warnings.ml
utils/warnings.mli
yacc/Makefile
yacc/Makefile.nt