Imported Upstream version 3.09.0
authorSven Luther <luther@debian.org>
Thu, 27 Oct 2005 19:08:40 +0000 (19:08 +0000)
committerSven Luther <luther@debian.org>
Thu, 27 Oct 2005 19:08:40 +0000 (19:08 +0000)
commitc253105a9aee92a2a678d3451f31f0fea4c16514
treea80970f68fd304345aa52e06693fd47dbec599b8
parent1c89e1360a252406227454d215a37c4e913440c9
Imported Upstream version 3.09.0
556 files changed:
.depend
Changes
INSTALL
Makefile
Makefile.nt
README
README.win32
asmcomp/alpha/emit.mlp
asmcomp/amd64/arch.ml
asmcomp/amd64/emit.mlp
asmcomp/amd64/reload.ml
asmcomp/amd64/selection.ml
asmcomp/asmlibrarian.ml
asmcomp/asmpackager.ml
asmcomp/asmpackager.mli
asmcomp/closure.ml
asmcomp/cmmgen.ml
asmcomp/coloring.ml
asmcomp/compilenv.ml
asmcomp/compilenv.mli
asmcomp/i386/emit.mlp
asmcomp/i386/emit_nt.mlp
asmcomp/i386/proc.ml
asmcomp/ia64/emit.mlp
asmcomp/schedgen.ml
asmcomp/sparc/emit.mlp
asmrun/.depend
asmrun/amd64.S
asmrun/i386.S
asmrun/i386nt.asm
asmrun/mips.s
asmrun/roots.c
asmrun/signals.c
asmrun/signals_osdep.h [new file with mode: 0644]
asmrun/sparc.S
asmrun/stack.h
asmrun/startup.c
boot/ocamlc
boot/ocamllex
bytecomp/bytegen.ml
bytecomp/bytelink.ml
bytecomp/instruct.ml
bytecomp/instruct.mli
bytecomp/lambda.ml
bytecomp/lambda.mli
bytecomp/matching.ml
bytecomp/printinstr.ml
bytecomp/printlambda.ml
bytecomp/switch.ml
bytecomp/symtable.ml
bytecomp/translclass.ml
bytecomp/translclass.mli
bytecomp/translcore.ml
bytecomp/translmod.ml
byterun/.cvsignore
byterun/.depend
byterun/Makefile
byterun/Makefile.nt
byterun/alloc.h
byterun/array.c
byterun/backtrace.c
byterun/compact.c
byterun/compare.c
byterun/compare.h [new file with mode: 0644]
byterun/compatibility.h
byterun/config.h
byterun/custom.c
byterun/custom.h
byterun/debugger.c
byterun/debugger.h
byterun/dynlink.c
byterun/extern.c
byterun/fail.c
byterun/finalise.c
byterun/floats.c
byterun/freelist.c
byterun/gc.h
byterun/gc_ctrl.c
byterun/gc_ctrl.h
byterun/globroots.c
byterun/hash.c
byterun/instrtrace.c
byterun/instrtrace.h
byterun/int64_emul.h
byterun/int64_native.h
byterun/intern.c
byterun/interp.c
byterun/intext.h
byterun/ints.c
byterun/io.c
byterun/io.h
byterun/major_gc.c
byterun/major_gc.h
byterun/md5.c
byterun/md5.h
byterun/memory.c
byterun/memory.h
byterun/minor_gc.c
byterun/misc.c
byterun/misc.h
byterun/mlvalues.h
byterun/obj.c
byterun/roots.c
byterun/roots.h
byterun/signals.c
byterun/signals.h
byterun/signals_machdep.h [new file with mode: 0644]
byterun/stacks.c
byterun/stacks.h
byterun/startup.c
byterun/str.c
byterun/sys.c
byterun/unix.c
byterun/win32.c
camlp4/CHANGES
camlp4/Makefile
camlp4/camlp4/Makefile
camlp4/camlp4/argl.ml
camlp4/camlp4/ast2pt.ml
camlp4/camlp4/mLast.mli
camlp4/camlp4/pcaml.ml
camlp4/camlp4/pcaml.mli
camlp4/camlp4/reloc.ml
camlp4/camlp4/reloc.mli
camlp4/camlp4/spretty.ml
camlp4/compile/.depend
camlp4/compile/Makefile
camlp4/compile/comp_head.ml
camlp4/compile/compile.ml
camlp4/compile/compile.sh
camlp4/config/Makefile.tpl
camlp4/config/configure_batch
camlp4/etc/.cvsignore
camlp4/etc/Makefile
camlp4/etc/mkcamlp4.sh.tpl
camlp4/etc/pa_extfold.ml
camlp4/etc/pa_extfun.ml
camlp4/etc/pa_fstream.ml
camlp4/etc/pa_ifdef.ml
camlp4/etc/pa_o.ml
camlp4/etc/pa_oop.ml
camlp4/etc/pa_op.ml
camlp4/etc/pa_ru.ml
camlp4/etc/parserify.ml
camlp4/etc/pr_depend.ml
camlp4/etc/pr_extend.ml
camlp4/etc/pr_extfun.ml
camlp4/etc/pr_o.ml
camlp4/etc/pr_op.ml
camlp4/etc/pr_op_main.ml
camlp4/etc/pr_r.ml
camlp4/etc/pr_rp.ml
camlp4/etc/pr_rp_main.ml
camlp4/etc/q_phony.ml
camlp4/lib/Makefile
camlp4/lib/extfun.ml
camlp4/lib/grammar.ml
camlp4/lib/grammar.mli
camlp4/lib/plexer.ml
camlp4/lib/plexer.mli
camlp4/lib/stdpp.ml
camlp4/lib/token.ml
camlp4/meta/Makefile
camlp4/meta/pa_extend.ml
camlp4/meta/pa_extend_m.ml
camlp4/meta/pa_macro.ml
camlp4/meta/pa_r.ml
camlp4/meta/pa_rp.ml
camlp4/meta/q_MLast.ml
camlp4/ocaml_src/camlp4/argl.ml
camlp4/ocaml_src/camlp4/ast2pt.ml
camlp4/ocaml_src/camlp4/mLast.mli
camlp4/ocaml_src/camlp4/pcaml.ml
camlp4/ocaml_src/camlp4/reloc.ml
camlp4/ocaml_src/camlp4/spretty.ml
camlp4/ocaml_src/lib/Makefile
camlp4/ocaml_src/lib/extfun.ml
camlp4/ocaml_src/lib/grammar.ml
camlp4/ocaml_src/lib/plexer.ml
camlp4/ocaml_src/lib/stdpp.ml
camlp4/ocaml_src/lib/token.ml
camlp4/ocaml_src/meta/pa_extend.ml
camlp4/ocaml_src/meta/pa_extend_m.ml
camlp4/ocaml_src/meta/pa_macro.ml
camlp4/ocaml_src/meta/pa_r.ml
camlp4/ocaml_src/meta/pa_rp.ml
camlp4/ocaml_src/meta/q_MLast.ml
camlp4/ocpp/Makefile
camlp4/odyl/Makefile
camlp4/odyl/odyl.ml
camlp4/odyl/odyl_main.ml
camlp4/tools/apply.sh
camlp4/top/Makefile
camlp4/top/camlp4_top.ml
camlp4/top/rprint.ml
camlp4/unmaintained/format/pa_format.ml
camlp4/unmaintained/lefteval/pa_lefteval.ml
camlp4/unmaintained/ocamllex/pa_ocamllex.ml
camlp4/unmaintained/olabl/pa_olabl.ml
camlp4/unmaintained/scheme/pa_scheme.sc
camlp4/unmaintained/scheme/pr_scheme.ml
camlp4/unmaintained/scheme/pr_schp_main.ml
camlp4/unmaintained/sml/pa_sml.ml
camlp4/unmaintained/sml/smllib.sml
config/Makefile.mingw
config/Makefile.msvc
config/auto-aux/ia32sse2.c
config/m-nt.h
config/m-templ.h
configure
debugger/.depend
debugger/Makefile
debugger/breakpoints.ml
debugger/command_line.ml
debugger/events.ml
debugger/events.mli
debugger/frames.ml
debugger/loadprinter.ml
debugger/main.ml
debugger/pos.ml
debugger/program_loading.ml
debugger/show_information.ml
debugger/show_source.ml
debugger/show_source.mli
debugger/symbols.ml
debugger/symbols.mli
debugger/time_travel.ml
driver/compile.ml
driver/main.ml
driver/main_args.ml
driver/main_args.mli
driver/optcompile.ml
driver/optmain.ml
emacs/Makefile
emacs/caml-compat.el
emacs/caml-emacs.el
emacs/caml-font.el
emacs/caml-help.el
emacs/caml-hilit.el
emacs/caml-types.el
emacs/caml-xemacs.el
emacs/caml.el
emacs/camldebug.el
emacs/inf-caml.el
emacs/ocamltags.in
lex/Makefile
lex/main.ml
ocamldoc/Makefile
ocamldoc/odoc.ml
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_analyse.mli
ocamldoc/odoc_args.ml
ocamldoc/odoc_args.mli
ocamldoc/odoc_ast.ml
ocamldoc/odoc_dag2html.ml
ocamldoc/odoc_html.ml
ocamldoc/odoc_info.ml
ocamldoc/odoc_info.mli
ocamldoc/odoc_latex.ml
ocamldoc/odoc_man.ml
ocamldoc/odoc_messages.ml
ocamldoc/odoc_misc.ml
ocamldoc/odoc_misc.mli
ocamldoc/odoc_module.ml
ocamldoc/odoc_sig.ml
ocamldoc/odoc_sig.mli
ocamldoc/odoc_str.ml
ocamldoc/odoc_str.mli
ocamldoc/odoc_texi.ml
ocamldoc/odoc_to_text.ml
ocamldoc/odoc_types.ml
ocamldoc/odoc_value.ml
otherlibs/bigarray/Makefile
otherlibs/bigarray/bigarray.h
otherlibs/bigarray/bigarray.ml
otherlibs/bigarray/bigarray.mli
otherlibs/bigarray/bigarray_stubs.c
otherlibs/bigarray/mmap_unix.c
otherlibs/bigarray/mmap_win32.c
otherlibs/dbm/Makefile
otherlibs/dynlink/Makefile
otherlibs/dynlink/dynlink.ml
otherlibs/graph/Makefile
otherlibs/graph/events.c
otherlibs/graph/graphics.ml
otherlibs/graph/graphics.mli
otherlibs/graph/open.c
otherlibs/labltk/Makefile
otherlibs/labltk/Makefile.nt
otherlibs/labltk/browser/Makefile.nt
otherlibs/labltk/browser/fileselect.ml
otherlibs/labltk/browser/main.ml
otherlibs/labltk/browser/searchid.ml
otherlibs/labltk/browser/searchpos.ml
otherlibs/labltk/browser/viewer.ml
otherlibs/labltk/camltk/Makefile.gen
otherlibs/labltk/camltk/Makefile.gen.nt
otherlibs/labltk/compiler/compile.ml
otherlibs/labltk/compiler/maincompile.ml
otherlibs/labltk/compiler/pplex.mll
otherlibs/labltk/jpf/fileselect.ml
otherlibs/labltk/jpf/shell.ml
otherlibs/labltk/labltk/Makefile.gen
otherlibs/labltk/labltk/Makefile.gen.nt
otherlibs/labltk/support/.depend
otherlibs/labltk/support/Makefile
otherlibs/labltk/support/Makefile.common.nt
otherlibs/labltk/support/Makefile.nt
otherlibs/labltk/support/cltkMain.c
otherlibs/labltk/support/tkthread.ml [new file with mode: 0644]
otherlibs/labltk/support/tkthread.mli [new file with mode: 0644]
otherlibs/num/.depend
otherlibs/num/.depend.nt
otherlibs/num/Makefile
otherlibs/num/Makefile.nt
otherlibs/num/big_int.ml
otherlibs/num/bng.c
otherlibs/num/bng.h
otherlibs/num/bng_ia32.c
otherlibs/num/nat.ml
otherlibs/num/nat_stubs.c
otherlibs/num/num.ml
otherlibs/num/ratio.ml
otherlibs/num/string_misc.ml [deleted file]
otherlibs/num/string_misc.mli [deleted file]
otherlibs/num/test/Makefile
otherlibs/str/Makefile
otherlibs/str/str.mli
otherlibs/str/strstubs.c
otherlibs/systhreads/Makefile
otherlibs/systhreads/posix.c
otherlibs/systhreads/thread.mli
otherlibs/systhreads/thread_posix.ml
otherlibs/systhreads/thread_win32.ml
otherlibs/systhreads/win32.c
otherlibs/threads/Makefile
otherlibs/threads/pervasives.ml
otherlibs/threads/scheduler.c
otherlibs/threads/thread.mli
otherlibs/threads/threadUnix.ml
otherlibs/threads/threadUnix.mli
otherlibs/threads/unix.ml
otherlibs/unix/Makefile
otherlibs/unix/accept.c
otherlibs/unix/access.c
otherlibs/unix/alarm.c
otherlibs/unix/bind.c
otherlibs/unix/connect.c
otherlibs/unix/envir.c
otherlibs/unix/fchmod.c
otherlibs/unix/fchown.c
otherlibs/unix/fcntl.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/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/getserv.c
otherlibs/unix/getsockname.c
otherlibs/unix/gettimeofday.c
otherlibs/unix/getuid.c
otherlibs/unix/gmtime.c
otherlibs/unix/itimer.c
otherlibs/unix/listen.c
otherlibs/unix/lockf.c
otherlibs/unix/mkfifo.c
otherlibs/unix/open.c
otherlibs/unix/pipe.c
otherlibs/unix/putenv.c
otherlibs/unix/readlink.c
otherlibs/unix/rewinddir.c
otherlibs/unix/select.c
otherlibs/unix/sendrecv.c
otherlibs/unix/setsid.c
otherlibs/unix/shutdown.c
otherlibs/unix/signals.c
otherlibs/unix/socket.c
otherlibs/unix/socketaddr.c
otherlibs/unix/socketaddr.h
otherlibs/unix/socketpair.c
otherlibs/unix/sockopt.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/unix.ml
otherlibs/unix/unix.mli
otherlibs/unix/unixLabels.mli
otherlibs/unix/unixsupport.c
otherlibs/unix/unixsupport.h
otherlibs/unix/utimes.c
otherlibs/unix/wait.c
otherlibs/unix/write.c
otherlibs/win32graph/Makefile.nt
otherlibs/win32graph/draw.c
otherlibs/win32graph/events.c
otherlibs/win32graph/libgraph.h
otherlibs/win32graph/open.c
otherlibs/win32unix/accept.c
otherlibs/win32unix/getpeername.c
otherlibs/win32unix/getsockname.c
otherlibs/win32unix/lockf.c
otherlibs/win32unix/lseek.c
otherlibs/win32unix/rename.c
otherlibs/win32unix/sendrecv.c
otherlibs/win32unix/socketaddr.h
otherlibs/win32unix/unix.ml
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/unixsupport.h
otherlibs/win32unix/winwait.c
otherlibs/win32unix/write.c
parsing/lexer.mll
parsing/location.ml
parsing/location.mli
parsing/parser.mly
parsing/parsetree.mli
parsing/printast.ml
stdlib/.depend
stdlib/Compflags
stdlib/Makefile
stdlib/Makefile.nt
stdlib/StdlibModules
stdlib/arg.ml
stdlib/arg.mli
stdlib/array.ml
stdlib/array.mli
stdlib/arrayLabels.mli
stdlib/buffer.ml
stdlib/buffer.mli
stdlib/callback.mli
stdlib/camlinternalMod.ml [new file with mode: 0644]
stdlib/camlinternalMod.mli [new file with mode: 0644]
stdlib/camlinternalOO.ml
stdlib/camlinternalOO.mli
stdlib/char.ml
stdlib/char.mli
stdlib/complex.ml
stdlib/complex.mli
stdlib/digest.mli
stdlib/filename.ml
stdlib/filename.mli
stdlib/format.ml
stdlib/format.mli
stdlib/gc.mli
stdlib/genlex.mli
stdlib/hashtbl.ml
stdlib/hashtbl.mli
stdlib/int32.mli
stdlib/int64.mli
stdlib/lexing.ml
stdlib/lexing.mli
stdlib/list.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/map.ml
stdlib/map.mli
stdlib/marshal.ml
stdlib/marshal.mli
stdlib/nativeint.mli
stdlib/obj.mli
stdlib/pervasives.ml
stdlib/pervasives.mli
stdlib/printexc.mli
stdlib/printf.ml
stdlib/printf.mli
stdlib/queue.ml
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/set.ml
stdlib/set.mli
stdlib/sort.ml
stdlib/sort.mli
stdlib/stack.mli
stdlib/stdLabels.mli
stdlib/stream.mli
stdlib/string.mli
stdlib/stringLabels.mli
stdlib/sys.ml
stdlib/sys.mli
tools/Makefile
tools/depend.ml
tools/dumpobj.ml
tools/lexer299.mll
tools/lexer301.mll
tools/make-package-macosx
tools/objinfo.ml
tools/ocaml-objcopy-macosx
tools/ocamlcp.ml
tools/ocamldep.ml
tools/ocamlmklib.mlp
tools/ocamlprof.ml
tools/primreq.ml
tools/profiling.ml
tools/profiling.mli
toplevel/genprintval.ml
toplevel/topdirs.ml
toplevel/toploop.ml
toplevel/topmain.ml
typing/btype.ml
typing/btype.mli
typing/ctype.ml
typing/ctype.mli
typing/env.ml
typing/env.mli
typing/includecore.ml
typing/includemod.ml
typing/mtype.ml
typing/oprint.ml
typing/outcometree.mli
typing/parmatch.ml
typing/parmatch.mli
typing/printtyp.ml
typing/subst.ml
typing/typeclass.ml
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typemod.ml
typing/typemod.mli
typing/types.ml
typing/types.mli
typing/typetexp.ml
typing/unused_var.ml [new file with mode: 0644]
typing/unused_var.mli [new file with mode: 0644]
utils/ccomp.ml
utils/clflags.ml
utils/clflags.mli [new file with mode: 0644]
utils/config.mli
utils/config.mlp
utils/misc.ml
utils/misc.mli
utils/tbl.ml
utils/warnings.ml
utils/warnings.mli
win32caml/ocaml.c
win32caml/startocaml.c
yacc/.cvsignore
yacc/Makefile
yacc/Makefile.nt
yacc/error.c
yacc/main.c
yacc/reader.c
yacc/skeleton.c