Imported Upstream version 3.10.0~beta
authorStefano Zacchiroli <zack@debian.org>
Wed, 11 Apr 2007 09:23:08 +0000 (09:23 +0000)
committerStefano Zacchiroli <zack@debian.org>
Wed, 11 Apr 2007 09:23:08 +0000 (09:23 +0000)
commit320c8884927e3556848073e9f2b462a9c13dbcbf
treedd541707afce504c9ee40279a2fa6f4c2b1f4ca1
parente828443432eb8f7bb7d77b044f4e0ca345b71d9e
Imported Upstream version 3.10.0~beta
878 files changed:
.cvsignore
.depend
Changes
INSTALL
LICENSE
Makefile
Makefile.nt
README
README.win32
VERSION [new file with mode: 0644]
_tags [new file with mode: 0644]
asmcomp/alpha/emit.mlp
asmcomp/amd64/arch.ml
asmcomp/amd64/emit.mlp
asmcomp/amd64/emit_nt.mlp [new file with mode: 0644]
asmcomp/amd64/proc.ml
asmcomp/amd64/proc_nt.ml [new file with mode: 0644]
asmcomp/amd64/reload.ml
asmcomp/amd64/selection.ml
asmcomp/asmlink.ml
asmcomp/asmlink.mli
asmcomp/asmpackager.ml
asmcomp/clambda.ml
asmcomp/clambda.mli
asmcomp/closure.ml
asmcomp/cmm.ml
asmcomp/cmm.mli
asmcomp/cmmgen.ml
asmcomp/cmmgen.mli
asmcomp/comballoc.ml
asmcomp/compilenv.ml
asmcomp/compilenv.mli
asmcomp/debuginfo.ml [new file with mode: 0644]
asmcomp/debuginfo.mli [new file with mode: 0644]
asmcomp/emitaux.ml
asmcomp/emitaux.mli
asmcomp/hppa/emit.mlp
asmcomp/i386/arch.ml
asmcomp/i386/emit.mlp
asmcomp/i386/emit_nt.mlp
asmcomp/i386/proc.ml
asmcomp/i386/reload.ml
asmcomp/i386/selection.ml
asmcomp/interf.ml
asmcomp/linearize.ml
asmcomp/linearize.mli
asmcomp/liveness.ml
asmcomp/mach.ml
asmcomp/mach.mli
asmcomp/power/arch.ml
asmcomp/power/emit.mlp
asmcomp/power/proc.ml
asmcomp/printcmm.ml
asmcomp/printlinear.ml
asmcomp/printmach.ml
asmcomp/reloadgen.ml
asmcomp/schedgen.ml
asmcomp/selectgen.ml
asmcomp/selectgen.mli
asmcomp/sparc/emit.mlp
asmcomp/spill.ml
asmcomp/split.ml
asmrun/.cvsignore
asmrun/.depend
asmrun/Makefile
asmrun/Makefile.nt
asmrun/amd64.S
asmrun/amd64nt.asm [new file with mode: 0644]
asmrun/backtrace.c [new file with mode: 0644]
asmrun/fail.c
asmrun/hppa.S
asmrun/i386.S
asmrun/i386nt.asm
asmrun/power-rhapsody.S
asmrun/roots.c
asmrun/signals.c [deleted file]
asmrun/signals_asm.c [new file with mode: 0644]
asmrun/signals_osdep.h
asmrun/stack.h
asmrun/startup.c
boot/.cvsignore
boot/myocamlbuild.boot [new file with mode: 0755]
boot/ocamlc
boot/ocamldep [new file with mode: 0755]
boot/ocamllex
build/boot-c-parts-windows.sh [new file with mode: 0755]
build/boot-c-parts.sh [new file with mode: 0755]
build/boot.sh [new file with mode: 0755]
build/buildbot [new file with mode: 0755]
build/camlp4-bootstrap.sh [new file with mode: 0755]
build/camlp4-byte-only.sh [new file with mode: 0755]
build/camlp4-native-only.sh [new file with mode: 0755]
build/camlp4-targets.sh [new file with mode: 0644]
build/distclean.sh [new file with mode: 0755]
build/fastworld.sh [new file with mode: 0755]
build/install.sh [new file with mode: 0755]
build/mkconfig.sh [new file with mode: 0755]
build/mkmyocamlbuild_config.sh [new file with mode: 0755]
build/mkruntimedef.sh [new file with mode: 0755]
build/myocamlbuild.sh [new file with mode: 0755]
build/new-build-system [new file with mode: 0644]
build/ocamlbuild-byte-only.sh [new file with mode: 0755]
build/ocamlbuild-native-only.sh [new file with mode: 0755]
build/otherlibs-targets.sh [new file with mode: 0644]
build/partial-boot.sh [new file with mode: 0755]
build/partial-install.sh [new file with mode: 0755]
build/targets.sh [new file with mode: 0644]
build/tolower.sed [new file with mode: 0644]
build/world.all.sh [new file with mode: 0755]
build/world.byte.sh [new file with mode: 0755]
build/world.native.sh [new file with mode: 0755]
build/world.sh [new file with mode: 0755]
bytecomp/bytegen.ml
bytecomp/bytelibrarian.ml
bytecomp/bytelink.ml
bytecomp/bytelink.mli
bytecomp/bytepackager.ml
bytecomp/cmo_format.mli [new file with mode: 0644]
bytecomp/dll.ml
bytecomp/dll.mli
bytecomp/emitcode.ml
bytecomp/emitcode.mli
bytecomp/lambda.ml
bytecomp/lambda.mli
bytecomp/printlambda.ml
bytecomp/symtable.ml
bytecomp/symtable.mli
bytecomp/translclass.ml
bytecomp/translclass.mli
bytecomp/translcore.ml
bytecomp/translmod.ml
byterun/.depend
byterun/Makefile
byterun/Makefile.nt
byterun/alloc.c
byterun/backtrace.c
byterun/backtrace.h
byterun/callback.c
byterun/callback.h
byterun/compare.c
byterun/compatibility.h
byterun/config.h
byterun/dynlink.c
byterun/extern.c
byterun/fail.c
byterun/fail.h
byterun/interp.c
byterun/ints.c
byterun/io.c
byterun/io.h
byterun/md5.c
byterun/memory.h
byterun/meta.c
byterun/mlvalues.h
byterun/osdeps.h
byterun/printexc.c
byterun/signals.c
byterun/signals.h
byterun/signals_byt.c [new file with mode: 0644]
byterun/signals_machdep.h
byterun/str.c
byterun/sys.c
byterun/sys.h
byterun/unix.c
byterun/weak.c
byterun/win32.c
camlp4/.cvsignore [new file with mode: 0644]
camlp4/.vcs [new file with mode: 0644]
camlp4/CHANGES
camlp4/Camlp4.mlpack [new file with mode: 0644]
camlp4/Camlp4/.cvsignore [new file with mode: 0644]
camlp4/Camlp4/Camlp4Ast.partial.ml [new file with mode: 0644]
camlp4/Camlp4/Debug.ml [new file with mode: 0644]
camlp4/Camlp4/Debug.mli [new file with mode: 0644]
camlp4/Camlp4/ErrorHandler.ml [new file with mode: 0644]
camlp4/Camlp4/ErrorHandler.mli [new file with mode: 0644]
camlp4/Camlp4/OCamlInitSyntax.ml [new file with mode: 0644]
camlp4/Camlp4/Options.ml [new file with mode: 0644]
camlp4/Camlp4/Options.mli [new file with mode: 0644]
camlp4/Camlp4/PreCast.ml [new file with mode: 0644]
camlp4/Camlp4/PreCast.mli [new file with mode: 0644]
camlp4/Camlp4/Printers.mlpack [new file with mode: 0644]
camlp4/Camlp4/Printers/DumpCamlp4Ast.ml [new file with mode: 0644]
camlp4/Camlp4/Printers/DumpCamlp4Ast.mli [new file with mode: 0644]
camlp4/Camlp4/Printers/DumpOCamlAst.ml [new file with mode: 0644]
camlp4/Camlp4/Printers/DumpOCamlAst.mli [new file with mode: 0644]
camlp4/Camlp4/Printers/Null.ml [new file with mode: 0644]
camlp4/Camlp4/Printers/Null.mli [new file with mode: 0644]
camlp4/Camlp4/Printers/OCaml.ml [new file with mode: 0644]
camlp4/Camlp4/Printers/OCaml.mli [new file with mode: 0644]
camlp4/Camlp4/Printers/OCamlr.ml [new file with mode: 0644]
camlp4/Camlp4/Printers/OCamlr.mli [new file with mode: 0644]
camlp4/Camlp4/Register.ml [new file with mode: 0644]
camlp4/Camlp4/Register.mli [new file with mode: 0644]
camlp4/Camlp4/Sig.ml [new file with mode: 0644]
camlp4/Camlp4/Struct.mlpack [new file with mode: 0644]
camlp4/Camlp4/Struct/.cvsignore [new file with mode: 0644]
camlp4/Camlp4/Struct/AstFilters.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Camlp4Ast.mlast [new file with mode: 0644]
camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Camlp4Ast2OCamlAst.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/CleanAst.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/CommentFilter.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/CommentFilter.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/DynLoader.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/DynLoader.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/EmptyError.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/EmptyError.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/EmptyPrinter.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/EmptyPrinter.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/FreeVars.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/FreeVars.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar.mlpack [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Context.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Delete.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Dynamic.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Entry.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Failed.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Find.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Fold.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Fold.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Insert.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Parser.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Print.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Print.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Search.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Static.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Structure.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Grammar/Tools.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Lexer.mll [new file with mode: 0644]
camlp4/Camlp4/Struct/Loc.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Loc.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/Quotation.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Token.ml [new file with mode: 0644]
camlp4/Camlp4/Struct/Token.mli [new file with mode: 0644]
camlp4/Camlp4/Struct/Warning.ml [new file with mode: 0644]
camlp4/Camlp4Bin.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4AstLifter.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4ExceptionTracer.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4FoldGenerator.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4LocationStripper.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4MapGenerator.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4MetaGenerator.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4Profiler.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4Tracer.ml [new file with mode: 0644]
camlp4/Camlp4Filters/Camlp4TrashRemover.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4AstLoader.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4DebugParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4GrammarParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4ListComprehension.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4MacroParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlOriginalQuotationExpander.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlParserParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlRevisedParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlRevisedParserParser.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4OCamlRevisedQuotationExpander.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4QuotationCommon.ml [new file with mode: 0644]
camlp4/Camlp4Parsers/Camlp4QuotationExpander.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4AstDumper.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4AutoPrinter.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4NullDumper.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4OCamlAstDumper.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4OCamlPrinter.ml [new file with mode: 0644]
camlp4/Camlp4Printers/Camlp4OCamlRevisedPrinter.ml [new file with mode: 0644]
camlp4/Camlp4Top.mlpack [new file with mode: 0644]
camlp4/Camlp4Top/Rprint.ml [new file with mode: 0644]
camlp4/Camlp4Top/Top.ml [new file with mode: 0644]
camlp4/Camlp4_config.ml [new file with mode: 0644]
camlp4/Camlp4_config.mli [new file with mode: 0644]
camlp4/Makefile
camlp4/Makefile.ml [new file with mode: 0644]
camlp4/boot/Camlp4.ml [new file with mode: 0644]
camlp4/boot/Camlp4.ml4 [new file with mode: 0644]
camlp4/boot/Camlp4Ast.ml [new file with mode: 0644]
camlp4/boot/Makefile [new file with mode: 0644]
camlp4/boot/camlp4boot.ml [new file with mode: 0644]
camlp4/boot/camlp4boot.ml4 [new file with mode: 0644]
camlp4/build/.cvsignore [new file with mode: 0644]
camlp4/camlp4/.cvsignore [deleted file]
camlp4/camlp4/.depend [deleted file]
camlp4/camlp4/Makefile [deleted file]
camlp4/camlp4/argl.ml [deleted file]
camlp4/camlp4/ast2pt.ml [deleted file]
camlp4/camlp4/ast2pt.mli [deleted file]
camlp4/camlp4/mLast.mli [deleted file]
camlp4/camlp4/pcaml.ml [deleted file]
camlp4/camlp4/pcaml.mli [deleted file]
camlp4/camlp4/quotation.ml [deleted file]
camlp4/camlp4/quotation.mli [deleted file]
camlp4/camlp4/reloc.ml [deleted file]
camlp4/camlp4/reloc.mli [deleted file]
camlp4/camlp4/spretty.ml [deleted file]
camlp4/camlp4/spretty.mli [deleted file]
camlp4/camlp4lib.mllib [new file with mode: 0644]
camlp4/camlp4prof.ml [new file with mode: 0644]
camlp4/camlp4prof.mli [new file with mode: 0644]
camlp4/compile/.cvsignore [deleted file]
camlp4/compile/.depend [deleted file]
camlp4/compile/Makefile [deleted file]
camlp4/compile/comp_head.ml [deleted file]
camlp4/compile/comp_trail.ml [deleted file]
camlp4/compile/compile.ml [deleted file]
camlp4/compile/compile.sh [deleted file]
camlp4/config/.cvsignore [deleted file]
camlp4/config/Makefile-nt.cnf [deleted file]
camlp4/config/Makefile.tpl [deleted file]
camlp4/config/config.mpw [deleted file]
camlp4/config/configure_batch [deleted file]
camlp4/etc/.cvsignore [deleted file]
camlp4/etc/.depend [deleted file]
camlp4/etc/Makefile [deleted file]
camlp4/etc/mkcamlp4.mpw.tpl [deleted file]
camlp4/etc/mkcamlp4.sh.tpl [deleted file]
camlp4/etc/pa_extfold.ml [deleted file]
camlp4/etc/pa_extfun.ml [deleted file]
camlp4/etc/pa_fstream.ml [deleted file]
camlp4/etc/pa_ifdef.ml [deleted file]
camlp4/etc/pa_o.ml [deleted file]
camlp4/etc/pa_oop.ml [deleted file]
camlp4/etc/pa_op.ml [deleted file]
camlp4/etc/pa_ru.ml [deleted file]
camlp4/etc/parserify.ml [deleted file]
camlp4/etc/parserify.mli [deleted file]
camlp4/etc/pr_depend.ml [deleted file]
camlp4/etc/pr_extend.ml [deleted file]
camlp4/etc/pr_extfun.ml [deleted file]
camlp4/etc/pr_null.ml [deleted file]
camlp4/etc/pr_o.ml [deleted file]
camlp4/etc/pr_op.ml [deleted file]
camlp4/etc/pr_op_main.ml [deleted file]
camlp4/etc/pr_r.ml [deleted file]
camlp4/etc/pr_rp.ml [deleted file]
camlp4/etc/pr_rp_main.ml [deleted file]
camlp4/etc/q_phony.ml [deleted file]
camlp4/examples/expression_closure.ml [new file with mode: 0644]
camlp4/examples/expression_closure_filter.ml [new file with mode: 0644]
camlp4/examples/free_vars_test.ml [new file with mode: 0644]
camlp4/examples/global_handler.ml [new file with mode: 0644]
camlp4/examples/global_handler_test.ml [new file with mode: 0644]
camlp4/lib/.cvsignore [deleted file]
camlp4/lib/.depend [deleted file]
camlp4/lib/Makefile [deleted file]
camlp4/lib/extfold.ml [deleted file]
camlp4/lib/extfold.mli [deleted file]
camlp4/lib/extfun.ml [deleted file]
camlp4/lib/extfun.mli [deleted file]
camlp4/lib/fstream.ml [deleted file]
camlp4/lib/fstream.mli [deleted file]
camlp4/lib/gramext.ml [deleted file]
camlp4/lib/gramext.mli [deleted file]
camlp4/lib/grammar.ml [deleted file]
camlp4/lib/grammar.mli [deleted file]
camlp4/lib/plexer.ml [deleted file]
camlp4/lib/plexer.mli [deleted file]
camlp4/lib/stdpp.ml [deleted file]
camlp4/lib/stdpp.mli [deleted file]
camlp4/lib/token.ml [deleted file]
camlp4/lib/token.mli [deleted file]
camlp4/man/Makefile
camlp4/meta/.cvsignore [deleted file]
camlp4/meta/.depend [deleted file]
camlp4/meta/Makefile [deleted file]
camlp4/meta/pa_extend.ml [deleted file]
camlp4/meta/pa_extend_m.ml [deleted file]
camlp4/meta/pa_macro.ml [deleted file]
camlp4/meta/pa_r.ml [deleted file]
camlp4/meta/pa_rp.ml [deleted file]
camlp4/meta/pr_dump.ml [deleted file]
camlp4/meta/q_MLast.ml [deleted file]
camlp4/mkcamlp4.ml [new file with mode: 0644]
camlp4/ocaml_src/.cvsignore [deleted file]
camlp4/ocaml_src/camlp4/.cvsignore [deleted file]
camlp4/ocaml_src/camlp4/.depend [deleted file]
camlp4/ocaml_src/camlp4/Makefile [deleted file]
camlp4/ocaml_src/camlp4/argl.ml [deleted file]
camlp4/ocaml_src/camlp4/ast2pt.ml [deleted file]
camlp4/ocaml_src/camlp4/ast2pt.mli [deleted file]
camlp4/ocaml_src/camlp4/mLast.mli [deleted file]
camlp4/ocaml_src/camlp4/pcaml.ml [deleted file]
camlp4/ocaml_src/camlp4/pcaml.mli [deleted file]
camlp4/ocaml_src/camlp4/quotation.ml [deleted file]
camlp4/ocaml_src/camlp4/quotation.mli [deleted file]
camlp4/ocaml_src/camlp4/reloc.ml [deleted file]
camlp4/ocaml_src/camlp4/reloc.mli [deleted file]
camlp4/ocaml_src/camlp4/spretty.ml [deleted file]
camlp4/ocaml_src/camlp4/spretty.mli [deleted file]
camlp4/ocaml_src/lib/.depend [deleted file]
camlp4/ocaml_src/lib/Makefile [deleted file]
camlp4/ocaml_src/lib/extfold.ml [deleted file]
camlp4/ocaml_src/lib/extfold.mli [deleted file]
camlp4/ocaml_src/lib/extfun.ml [deleted file]
camlp4/ocaml_src/lib/extfun.mli [deleted file]
camlp4/ocaml_src/lib/fstream.ml [deleted file]
camlp4/ocaml_src/lib/fstream.mli [deleted file]
camlp4/ocaml_src/lib/gramext.ml [deleted file]
camlp4/ocaml_src/lib/gramext.mli [deleted file]
camlp4/ocaml_src/lib/grammar.ml [deleted file]
camlp4/ocaml_src/lib/grammar.mli [deleted file]
camlp4/ocaml_src/lib/plexer.ml [deleted file]
camlp4/ocaml_src/lib/plexer.mli [deleted file]
camlp4/ocaml_src/lib/stdpp.ml [deleted file]
camlp4/ocaml_src/lib/stdpp.mli [deleted file]
camlp4/ocaml_src/lib/token.ml [deleted file]
camlp4/ocaml_src/lib/token.mli [deleted file]
camlp4/ocaml_src/meta/.cvsignore [deleted file]
camlp4/ocaml_src/meta/.depend [deleted file]
camlp4/ocaml_src/meta/Makefile [deleted file]
camlp4/ocaml_src/meta/pa_extend.ml [deleted file]
camlp4/ocaml_src/meta/pa_extend_m.ml [deleted file]
camlp4/ocaml_src/meta/pa_macro.ml [deleted file]
camlp4/ocaml_src/meta/pa_r.ml [deleted file]
camlp4/ocaml_src/meta/pa_rp.ml [deleted file]
camlp4/ocaml_src/meta/pr_dump.ml [deleted file]
camlp4/ocaml_src/meta/q_MLast.ml [deleted file]
camlp4/ocaml_src/odyl/.cvsignore [deleted file]
camlp4/ocaml_src/odyl/.depend [deleted file]
camlp4/ocaml_src/odyl/Makefile [deleted file]
camlp4/ocaml_src/odyl/odyl.ml [deleted file]
camlp4/ocaml_src/odyl/odyl_main.ml [deleted file]
camlp4/ocaml_src/odyl/odyl_main.mli [deleted file]
camlp4/ocaml_src/tools/camlp4_comm.mpw [deleted file]
camlp4/ocaml_src/tools/camlp4_comm.sh [deleted file]
camlp4/ocaml_src/tools/extract_crc.mpw [deleted file]
camlp4/ocaml_src/tools/extract_crc.sh [deleted file]
camlp4/ocaml_src/tools/ocamlc.mpw [deleted file]
camlp4/ocaml_src/tools/ocamlc.sh [deleted file]
camlp4/ocaml_src/tools/ocamlopt.sh [deleted file]
camlp4/ocaml_stuff/otherlibs/dynlink/.depend [deleted file]
camlp4/ocaml_stuff/parsing/.depend [deleted file]
camlp4/ocaml_stuff/utils/.depend [deleted file]
camlp4/ocpp/.cvsignore [deleted file]
camlp4/ocpp/.depend [deleted file]
camlp4/ocpp/Makefile [deleted file]
camlp4/ocpp/ocpp.ml [deleted file]
camlp4/odyl/.cvsignore [deleted file]
camlp4/odyl/.depend [deleted file]
camlp4/odyl/Makefile [deleted file]
camlp4/odyl/odyl.ml [deleted file]
camlp4/odyl/odyl_main.ml [deleted file]
camlp4/odyl/odyl_main.mli [deleted file]
camlp4/tools/apply.sh [deleted file]
camlp4/tools/camlp4_comm.mpw [deleted file]
camlp4/tools/camlp4_comm.sh [deleted file]
camlp4/tools/conv.sh [deleted file]
camlp4/tools/extract_crc.mpw [deleted file]
camlp4/tools/extract_crc.sh [deleted file]
camlp4/tools/ocamlc.mpw [deleted file]
camlp4/tools/ocamlc.sh [deleted file]
camlp4/tools/ocamlopt.sh [deleted file]
camlp4/top/.cvsignore [deleted file]
camlp4/top/.depend [deleted file]
camlp4/top/Makefile [deleted file]
camlp4/top/camlp4_top.ml [deleted file]
camlp4/top/oprint.ml [deleted file]
camlp4/top/rprint.ml [deleted file]
camlp4/unmaintained/Makefile [deleted file]
camlp4/unmaintained/format/.depend [deleted file]
camlp4/unmaintained/format/Makefile [deleted file]
camlp4/unmaintained/format/README [deleted file]
camlp4/unmaintained/format/pa_format.ml [deleted file]
camlp4/unmaintained/lefteval/.depend [deleted file]
camlp4/unmaintained/lefteval/Makefile [deleted file]
camlp4/unmaintained/lefteval/README [deleted file]
camlp4/unmaintained/lefteval/pa_lefteval.ml [deleted file]
camlp4/unmaintained/ocamllex/Makefile [deleted file]
camlp4/unmaintained/ocamllex/README [deleted file]
camlp4/unmaintained/ocamllex/pa_ocamllex.ml [deleted file]
camlp4/unmaintained/olabl/.depend [deleted file]
camlp4/unmaintained/olabl/Makefile [deleted file]
camlp4/unmaintained/olabl/README [deleted file]
camlp4/unmaintained/olabl/pa_olabl.ml [deleted file]
camlp4/unmaintained/scheme/.depend [deleted file]
camlp4/unmaintained/scheme/Makefile [deleted file]
camlp4/unmaintained/scheme/README [deleted file]
camlp4/unmaintained/scheme/pa_scheme.ml [deleted file]
camlp4/unmaintained/scheme/pa_scheme.sc [deleted file]
camlp4/unmaintained/scheme/pr_scheme.ml [deleted file]
camlp4/unmaintained/scheme/pr_schp_main.ml [deleted file]
camlp4/unmaintained/sml/.depend [deleted file]
camlp4/unmaintained/sml/Makefile [deleted file]
camlp4/unmaintained/sml/README [deleted file]
camlp4/unmaintained/sml/pa_sml.ml [deleted file]
camlp4/unmaintained/sml/smllib.sml [deleted file]
config/.cvsignore
config/Makefile-templ
config/Makefile.mingw
config/Makefile.msvc
config/Makefile.msvc64 [new file with mode: 0644]
config/auto-aux/.cvsignore [new file with mode: 0644]
config/m-nt.h
configure
debugger/.depend
debugger/Makefile
debugger/command_line.ml
debugger/dynlink.ml [new file with mode: 0644]
debugger/dynlink.mli [new file with mode: 0644]
debugger/input_handling.ml
debugger/input_handling.mli
debugger/main.ml
debugger/pos.ml
debugger/program_management.ml
debugger/question.ml [new file with mode: 0644]
debugger/question.mli [new file with mode: 0644]
debugger/show_source.ml
debugger/show_source.mli
debugger/source.ml
debugger/source.mli
debugger/time_travel.ml
debugger/time_travel.mli
driver/errors.ml
driver/main_args.ml
driver/opterrors.ml
driver/optmain.ml
emacs/caml-types.el
lex/common.ml
lex/common.mli
lex/lexer.mll
lex/lexgen.ml
lex/lexgen.mli
lex/output.ml
lex/outputbis.ml
lex/parser.mly
lex/syntax.ml
lex/syntax.mli
man/ocamlc.m
myocamlbuild.ml [new file with mode: 0644]
myocamlbuild_config.mli [new file with mode: 0644]
ocamlbuild/AUTHORS [new file with mode: 0644]
ocamlbuild/ChangeLog [new file with mode: 0644]
ocamlbuild/FAQ [new file with mode: 0644]
ocamlbuild/Makefile [new file with mode: 0644]
ocamlbuild/TODO [new file with mode: 0644]
ocamlbuild/_tags [new file with mode: 0644]
ocamlbuild/bool.ml [new file with mode: 0644]
ocamlbuild/bool.mli [new file with mode: 0644]
ocamlbuild/command.ml [new file with mode: 0644]
ocamlbuild/command.mli [new file with mode: 0644]
ocamlbuild/configuration.ml [new file with mode: 0644]
ocamlbuild/configuration.mli [new file with mode: 0644]
ocamlbuild/discard_printf.ml [new file with mode: 0644]
ocamlbuild/discard_printf.mli [new file with mode: 0644]
ocamlbuild/display.ml [new file with mode: 0644]
ocamlbuild/display.mli [new file with mode: 0644]
ocamlbuild/examples/example1/hello.ml [new file with mode: 0644]
ocamlbuild/examples/example2/greet.ml [new file with mode: 0644]
ocamlbuild/examples/example2/hello.ml [new file with mode: 0644]
ocamlbuild/examples/example3/epoch.ml [new file with mode: 0644]
ocamlbuild/examples/example3/make.sh [new file with mode: 0755]
ocamlbuild/executor.ml [new file with mode: 0644]
ocamlbuild/executor.mli [new file with mode: 0644]
ocamlbuild/fda.ml [new file with mode: 0644]
ocamlbuild/fda.mli [new file with mode: 0644]
ocamlbuild/flags.ml [new file with mode: 0644]
ocamlbuild/flags.mli [new file with mode: 0644]
ocamlbuild/glob.ml [new file with mode: 0644]
ocamlbuild/glob.mli [new file with mode: 0644]
ocamlbuild/glob_ast.ml [new file with mode: 0644]
ocamlbuild/glob_ast.mli [new file with mode: 0644]
ocamlbuild/glob_lexer.mli [new file with mode: 0644]
ocamlbuild/glob_lexer.mll [new file with mode: 0644]
ocamlbuild/hooks.ml [new file with mode: 0644]
ocamlbuild/hooks.mli [new file with mode: 0644]
ocamlbuild/hygiene.ml [new file with mode: 0644]
ocamlbuild/hygiene.mli [new file with mode: 0644]
ocamlbuild/lexers.mli [new file with mode: 0644]
ocamlbuild/lexers.mll [new file with mode: 0644]
ocamlbuild/log.ml [new file with mode: 0644]
ocamlbuild/log.mli [new file with mode: 0644]
ocamlbuild/main.ml [new file with mode: 0644]
ocamlbuild/main.mli [new file with mode: 0644]
ocamlbuild/man/ocamlbuild.1 [new file with mode: 0644]
ocamlbuild/misc/opentracer.ml [new file with mode: 0644]
ocamlbuild/my_std.ml [new file with mode: 0644]
ocamlbuild/my_std.mli [new file with mode: 0644]
ocamlbuild/my_unix.ml [new file with mode: 0644]
ocamlbuild/my_unix.mli [new file with mode: 0644]
ocamlbuild/my_unix_with_unix.ml [new file with mode: 0644]
ocamlbuild/my_unix_with_unix.mli [new file with mode: 0644]
ocamlbuild/ocaml_arch.ml [new file with mode: 0644]
ocamlbuild/ocaml_arch.mli [new file with mode: 0644]
ocamlbuild/ocaml_compiler.ml [new file with mode: 0644]
ocamlbuild/ocaml_compiler.mli [new file with mode: 0644]
ocamlbuild/ocaml_dependencies.ml [new file with mode: 0644]
ocamlbuild/ocaml_dependencies.mli [new file with mode: 0644]
ocamlbuild/ocaml_specific.ml [new file with mode: 0644]
ocamlbuild/ocaml_specific.mli [new file with mode: 0644]
ocamlbuild/ocaml_tools.ml [new file with mode: 0644]
ocamlbuild/ocaml_tools.mli [new file with mode: 0644]
ocamlbuild/ocaml_utils.ml [new file with mode: 0644]
ocamlbuild/ocaml_utils.mli [new file with mode: 0644]
ocamlbuild/ocamlbuild-presentation.rslide [new file with mode: 0644]
ocamlbuild/ocamlbuild.ml [new file with mode: 0644]
ocamlbuild/ocamlbuild.mli [new file with mode: 0644]
ocamlbuild/ocamlbuild.mltop [new file with mode: 0644]
ocamlbuild/ocamlbuild.odocl [new file with mode: 0644]
ocamlbuild/ocamlbuild_pack.mlpack [new file with mode: 0644]
ocamlbuild/ocamlbuild_plugin.ml [new file with mode: 0644]
ocamlbuild/ocamlbuild_plugin.mli [new file with mode: 0644]
ocamlbuild/ocamlbuild_where.mli [new file with mode: 0644]
ocamlbuild/ocamlbuildlib.mllib [new file with mode: 0644]
ocamlbuild/ocamlbuildlight.ml [new file with mode: 0644]
ocamlbuild/ocamlbuildlight.mli [new file with mode: 0644]
ocamlbuild/ocamlbuildlightlib.mllib [new file with mode: 0644]
ocamlbuild/ocamldep.ml [new file with mode: 0644]
ocamlbuild/ocamldep.mli [new file with mode: 0644]
ocamlbuild/options.ml [new file with mode: 0644]
ocamlbuild/options.mli [new file with mode: 0644]
ocamlbuild/pathname.ml [new file with mode: 0644]
ocamlbuild/pathname.mli [new file with mode: 0644]
ocamlbuild/plugin.ml [new file with mode: 0644]
ocamlbuild/plugin.mli [new file with mode: 0644]
ocamlbuild/ppcache.ml [new file with mode: 0644]
ocamlbuild/ppcache.mli [new file with mode: 0644]
ocamlbuild/report.ml [new file with mode: 0644]
ocamlbuild/report.mli [new file with mode: 0644]
ocamlbuild/resource.ml [new file with mode: 0644]
ocamlbuild/resource.mli [new file with mode: 0644]
ocamlbuild/rule.ml [new file with mode: 0644]
ocamlbuild/rule.mli [new file with mode: 0644]
ocamlbuild/shell.ml [new file with mode: 0644]
ocamlbuild/shell.mli [new file with mode: 0644]
ocamlbuild/signatures.mli [new file with mode: 0644]
ocamlbuild/slurp.ml [new file with mode: 0644]
ocamlbuild/slurp.mli [new file with mode: 0644]
ocamlbuild/solver.ml [new file with mode: 0644]
ocamlbuild/solver.mli [new file with mode: 0644]
ocamlbuild/start.sh [new file with mode: 0755]
ocamlbuild/std_signatures.mli [new file with mode: 0644]
ocamlbuild/tags.ml [new file with mode: 0644]
ocamlbuild/tags.mli [new file with mode: 0644]
ocamlbuild/tools.ml [new file with mode: 0644]
ocamlbuild/tools.mli [new file with mode: 0644]
ocamldoc/.depend
ocamldoc/Makefile
ocamldoc/Makefile.nt
ocamldoc/odoc.ml
ocamldoc/odoc_analyse.ml
ocamldoc/odoc_args.ml
ocamldoc/odoc_args.mli
ocamldoc/odoc_ast.ml
ocamldoc/odoc_comments.ml
ocamldoc/odoc_comments.mli
ocamldoc/odoc_config.ml
ocamldoc/odoc_config.mli
ocamldoc/odoc_cross.ml
ocamldoc/odoc_cross.mli
ocamldoc/odoc_dot.ml
ocamldoc/odoc_html.ml
ocamldoc/odoc_info.ml
ocamldoc/odoc_info.mli
ocamldoc/odoc_latex.ml
ocamldoc/odoc_man.ml
ocamldoc/odoc_merge.ml
ocamldoc/odoc_messages.ml
ocamldoc/odoc_misc.ml
ocamldoc/odoc_misc.mli
ocamldoc/odoc_module.ml
ocamldoc/odoc_name.ml
ocamldoc/odoc_opt.ml
ocamldoc/odoc_search.ml
ocamldoc/odoc_sig.ml
ocamldoc/odoc_texi.ml
ocamldoc/odoc_text.ml
ocamldoc/odoc_text_lexer.mll
ocamldoc/odoc_text_parser.mly
ocamldoc/odoc_types.ml
ocamldoc/odoc_types.mli
otherlibs/bigarray/.depend
otherlibs/bigarray/Makefile
otherlibs/bigarray/Makefile.nt
otherlibs/bigarray/bigarray.h
otherlibs/bigarray/bigarray.ml
otherlibs/bigarray/bigarray.mli
otherlibs/bigarray/bigarray_stubs.c
otherlibs/bigarray/dllbigarray.dlib [new file with mode: 0644]
otherlibs/bigarray/libbigarray.clib [new file with mode: 0644]
otherlibs/bigarray/libbigarraywin32.clib [new file with mode: 0644]
otherlibs/bigarray/mmap_unix.c
otherlibs/bigarray/mmap_win32.c
otherlibs/dbm/libmldbm.clib [new file with mode: 0644]
otherlibs/dynlink/.depend
otherlibs/dynlink/Makefile
otherlibs/dynlink/Makefile.nt
otherlibs/dynlink/dynlink.ml
otherlibs/dynlink/dynlinkaux.mlpack [new file with mode: 0644]
otherlibs/graph/.depend
otherlibs/graph/Makefile
otherlibs/graph/graphics.mllib [new file with mode: 0644]
otherlibs/graph/libgraphics.clib [new file with mode: 0644]
otherlibs/labltk/Changes
otherlibs/labltk/browser/editor.ml
otherlibs/labltk/browser/jg_menu.ml
otherlibs/labltk/browser/jglib.mllib [new file with mode: 0644]
otherlibs/labltk/browser/main.ml
otherlibs/labltk/browser/searchpos.ml
otherlibs/labltk/browser/shell.ml
otherlibs/labltk/browser/viewer.ml
otherlibs/labltk/camltk/byte.itarget [new file with mode: 0644]
otherlibs/labltk/camltk/native.itarget [new file with mode: 0644]
otherlibs/labltk/frx/frxlib.mllib [new file with mode: 0644]
otherlibs/labltk/jpf/jpflib.mllib [new file with mode: 0644]
otherlibs/labltk/labltk/byte.itarget [new file with mode: 0644]
otherlibs/labltk/labltk/native.itarget [new file with mode: 0644]
otherlibs/labltk/support/Makefile.common
otherlibs/labltk/support/byte.itarget [new file with mode: 0644]
otherlibs/labltk/support/liblabltk.clib [new file with mode: 0644]
otherlibs/labltk/support/native.itarget [new file with mode: 0644]
otherlibs/labltk/support/protocol.ml
otherlibs/labltk/support/protocol.mli
otherlibs/labltk/tkanim/libtkanim.clib [new file with mode: 0644]
otherlibs/num/.depend
otherlibs/num/Makefile
otherlibs/num/Makefile.nt
otherlibs/num/bng_ppc.c
otherlibs/num/dllnums.dlib [new file with mode: 0644]
otherlibs/num/libnums.clib [new file with mode: 0644]
otherlibs/num/nums.mllib [new file with mode: 0644]
otherlibs/str/.depend
otherlibs/str/Makefile
otherlibs/str/Makefile.nt
otherlibs/str/dllstr.dlib [new file with mode: 0644]
otherlibs/str/libstr.clib [new file with mode: 0644]
otherlibs/str/str.ml
otherlibs/systhreads/.depend
otherlibs/systhreads/Makefile
otherlibs/systhreads/Makefile.nt
otherlibs/systhreads/dllthreads.dlib [new file with mode: 0644]
otherlibs/systhreads/event.mli
otherlibs/systhreads/libthreads.clib [new file with mode: 0644]
otherlibs/systhreads/libthreadswin32.clib [new file with mode: 0644]
otherlibs/systhreads/posix.c
otherlibs/systhreads/threads.mllib [new file with mode: 0644]
otherlibs/systhreads/win32.c
otherlibs/threads/.depend
otherlibs/threads/Makefile
otherlibs/threads/event.mli
otherlibs/threads/libvmthreads.clib [new file with mode: 0644]
otherlibs/threads/pervasives.ml
otherlibs/threads/threads.mllib [new file with mode: 0644]
otherlibs/threads/unix.ml
otherlibs/threads/unix.mllib [new file with mode: 0644]
otherlibs/unix/.depend
otherlibs/unix/Makefile
otherlibs/unix/ftruncate.c
otherlibs/unix/gethost.c
otherlibs/unix/isatty.c [new file with mode: 0644]
otherlibs/unix/libunix.clib [new file with mode: 0644]
otherlibs/unix/times.c
otherlibs/unix/truncate.c
otherlibs/unix/unix.ml
otherlibs/unix/unix.mli
otherlibs/unix/unix.mllib [new file with mode: 0644]
otherlibs/unix/unixLabels.mli
otherlibs/win32graph/Makefile.nt
otherlibs/win32graph/dllgraphics.dlib [new file with mode: 0644]
otherlibs/win32graph/libgraphics.clib [new file with mode: 0644]
otherlibs/win32graph/open.c
otherlibs/win32unix/Makefile.nt
otherlibs/win32unix/accept.c
otherlibs/win32unix/channels.c
otherlibs/win32unix/connect.c
otherlibs/win32unix/dllunix.dlib [new file with mode: 0644]
otherlibs/win32unix/dup2.c
otherlibs/win32unix/gettimeofday.c
otherlibs/win32unix/libunix.clib [new file with mode: 0644]
otherlibs/win32unix/read.c
otherlibs/win32unix/select.c
otherlibs/win32unix/sendrecv.c
otherlibs/win32unix/stat.c
otherlibs/win32unix/system.c
otherlibs/win32unix/unix.ml
otherlibs/win32unix/unixsupport.c
otherlibs/win32unix/unixsupport.h
otherlibs/win32unix/winwait.c
otherlibs/win32unix/write.c
parsing/parser.mly
parsing/parsetree.mli
parsing/printast.ml
stdlib/.cvsignore
stdlib/.depend
stdlib/Makefile
stdlib/Makefile.nt
stdlib/arrayLabels.mli
stdlib/camlinternalMod.ml
stdlib/camlinternalOO.ml
stdlib/camlinternalOO.mli
stdlib/filename.ml
stdlib/filename.mli
stdlib/format.ml
stdlib/format.mli
stdlib/headernt.c
stdlib/int32.ml
stdlib/int64.ml
stdlib/lexing.mli
stdlib/list.ml
stdlib/list.mli
stdlib/listLabels.mli
stdlib/nativeint.ml
stdlib/pervasives.ml
stdlib/pervasives.mli
stdlib/printf.ml
stdlib/printf.mli
stdlib/random.mli
stdlib/scanf.ml
stdlib/scanf.mli
stdlib/stdlib.mllib [new file with mode: 0644]
stdlib/string.ml
stdlib/stringLabels.mli
stdlib/sys.ml [deleted file]
stdlib/sys.mli
stdlib/sys.mlp [new file with mode: 0644]
stdlib/weak.ml
tools/.cvsignore
tools/.depend
tools/Makefile
tools/addlabels.ml
tools/checkstack.c
tools/depend.ml
tools/dumpobj.ml
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
toplevel/topdirs.ml
toplevel/toplevellib.mllib [new file with mode: 0644]
toplevel/toploop.ml
typing/btype.ml
typing/btype.mli
typing/ctype.ml
typing/ctype.mli
typing/env.ml
typing/env.mli
typing/includeclass.ml
typing/includemod.ml
typing/includemod.mli
typing/oprint.ml
typing/outcometree.mli
typing/parmatch.ml
typing/predef.ml
typing/predef.mli
typing/printtyp.ml
typing/printtyp.mli
typing/stypes.ml
typing/subst.ml
typing/typeclass.ml
typing/typeclass.mli
typing/typecore.ml
typing/typecore.mli
typing/typedecl.ml
typing/typedecl.mli
typing/typedtree.ml
typing/typedtree.mli
typing/typemod.ml
typing/types.ml
typing/types.mli
typing/typetexp.ml
typing/unused_var.ml
typing/unused_var.mli
utils/ccomp.ml
utils/ccomp.mli
utils/config.mlbuild [new file with mode: 0644]
utils/config.mlp
utils/misc.ml
utils/misc.mli
utils/warnings.ml
utils/warnings.mli
win32caml/Makefile
win32caml/menu.c
win32caml/ocaml.c
yacc/Makefile
yacc/Makefile.nt
yacc/main.c