summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-02-15build: add "opt" targets to ocamlbuild and ocamldoc for consistency.mantis-6773-separate-build-of-ocamldoc-ocamlbuild-ocamldebug-v2Adrien Nader
2015-02-15ocamlbuild: remove the "light" mode.Adrien Nader
2015-02-15ocamlbuild/ChangeLog: remove since last change dates back to 2007.Adrien Nader
2015-02-15ocamlbuild/start.sh: unused, remove.Adrien Nader
2015-02-15ocamlbuild/Makefile.noboot: remove since it's unused.Adrien Nader
2015-02-15debugger, ocamlbuild, ocamldoc: separate their build from the compiler's.Adrien Nader
2015-02-15ocamldoc/Makefile: don't "test -d" before "mkdir -p".Adrien Nader
2015-02-15ocamldoc/Makefile: replace remove_DEBUG script with a single awk invocationAdrien Nader
2015-02-15ocamldoc/Makefile: $UNIXLIB/unix.mli's content doesn't depend on $UNIXLIB.Adrien Nader
2015-02-15compiler-libs: also install .cm{o,a,x} files.Adrien Nader
2015-02-12tools: add a file of GDB macros useful for debugging the runtimeDamien Doligez
2015-02-10GPR#143: fix getsockopt behaviour for boolean socket optionsDamien Doligez
2015-02-08fix the MSVC fixGabriel Scherer
2015-02-08meta.c: one more MSVC fixGabriel Scherer
2015-02-08backtrace.c: revert to C89 variable declarations to please MSVC (?!)Gabriel Scherer
2015-02-08PR#6468: toplevel now supports backtraces if invoked with OCAMLRUNPARAM=bGabriel Scherer
2015-02-08PR#6760: closures evaluated in the toplevel can now be marshalledGabriel Scherer
2015-02-08PR#6642: replace $CAMLORIGIN in -ccopt with the path to cma or cmxaGabriel Scherer
2015-02-08minor Changes fixGabriel Scherer
2015-02-08PR#6749: ocamlopt returns n for (n mod 1) instead of 0Gabriel Scherer
2015-02-08cmmgen.ml: minor style fixGabriel Scherer
2015-02-07clarify the multiplication trickGabriel Scherer
2015-02-07Cmm arithmetic optimisations.Gabriel Scherer
2015-02-06fix bug where some unclosed channels could be discarded without flushingDamien Doligez
2015-02-06replace use of deprecated String.uppercaseDamien Doligez
2015-02-06PR#6340: Incorrect handling of \r when processing "Windows" source filesDamien Doligez
2015-02-06GPR#142: add a CAMLdrop macro for undoing CAMLparam*/CAMLlocal*Damien Doligez
2015-02-05Better simplification after inlining (resolve switches on known constants); a...Alain Frisch
2015-02-05Fix PR#6768: Typechecker overflow the stack on cyclic typeJacques Garrigue
2015-02-05configure: add test for cygwin64Damien Doligez
2015-02-04remove exec permission from Makefile.commonDamien Doligez
2015-01-30Fix pretty-printing of inlined recordsJérémie Dimino
2015-01-30Fix #6767 (hopefully).Alain Frisch
2015-01-30try to unbreak travisJérémie Dimino
2015-01-30Fix PR#6763Jacques Garrigue
2015-01-24PR#6720: propagate -g to the C compilerGabriel Scherer
2015-01-24PR#6691: install .cmt[i] files for stdlib and compiler-libsGabriel Scherer
2015-01-24PR#6167: OCAMLPARAM support for disabling PIC generation ('pic=0')Gabriel Scherer
2015-01-22Revert previous commits (not ready yet).Alain Frisch
2015-01-22Use __flimp_ prefix understood by flexlink, not __imp_.Alain Frisch
2015-01-22Fix.Alain Frisch
2015-01-22Adapt amd64 backends under windows in order to avoid relative relocations to ...Alain Frisch
2015-01-20PR#6573: extern "C" for systhreads/threads.hDamien Doligez
2015-01-20PR#5418 (comments) : generate dependencies with $(CC) instead of gccDamien Doligez
2015-01-17Fix PR#6752: scope escaping due to reference inside a moduleJacques Garrigue
2015-01-17Fix PR#6171: Error message confusing for the beginner when a type escapes its...Jacques Garrigue
2015-01-17partial fix of PR#6744Jacques Garrigue
2015-01-16PR#6526: ocamllex warning: unescaped newline in comment stringDamien Doligez
2015-01-16PR#6081: ocaml should add script's directory to search path, not current dire...Damien Doligez
2015-01-16PR#4539: change exception string raised when comparing functional valuesDamien Doligez