summaryrefslogtreecommitdiffstats
path: root/Changes
AgeCommit message (Expand)Author
2013-12-17merge generative functorsJacques Garrigue
2013-12-17Fix PR#6275Jacques Garrigue
2013-12-16#5808: allow simple patterns, not only identifiers, in 'let p : t = ...'.Alain Frisch
2013-12-09update Changes for PR#6257Maxence Guesdon
2013-12-05#6262: equality of first-class modules take module type aliases into account....Alain Frisch
2013-12-02#6246: allow wildcard pattern as for-loop index. ==> Camlp4 will need to be ...Alain Frisch
2013-11-28PR#6243: Make "ocamlopt -g" more resistant to ill-formed locations.Xavier Leroy
2013-11-27PR#6239: a "raise" in -g mode can end up calling a C function (stash_backtrac...Xavier Leroy
2013-11-21remove camlp4Jérémie Dimino
2013-11-19Fix PR#6241Jacques Garrigue
2013-11-18Fix PR#6240Jacques Garrigue
2013-11-13Changelog.Alain Frisch
2013-11-13Fix PR#6235 + keep typing of pattern cases independent in principal modeJacques Garrigue
2013-11-01PR#6042: optimize integer division and modulus when divisor is constant.Xavier Leroy
2013-10-30PR#6216: inlining of GADT matches generates invalid assemblyXavier Leroy
2013-10-28Fix PR#6174 (-rectypes case)Jacques Garrigue
2013-10-28Fix PR#6174 (non -rectypes)Jacques Garrigue
2013-09-26Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch
2013-09-19PR#6173: Improve error messages for type-based disambiguationJacques Garrigue
2013-09-17#5817: new compiler flag (-keep-locs) to keep location in cmi files.Alain Frisch
2013-09-17#6180: efficient creation of uninitialized float arrays.Alain Frisch
2013-09-17#6182: better error message for virtual objects and class types.Alain Frisch
2013-09-12Merge branch 4.01 from 4.01.0+rc1 to 4.01.0Damien Doligez
2013-09-11Changes: attribution information for 4.01Gabriel Scherer
2013-09-09Remove labltk from the distribution (will be available as a third-party libra...Xavier Clerc
2013-09-09PR#6166: document -ocamldoc option of ocamlbuildXavier Clerc
2013-09-07Fix PR#6164Fabrice Le Fessant
2013-09-06Fix PR#6163Jacques Garrigue
2013-09-05Fix PR#6158Jacques Garrigue
2013-09-04Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez
2013-09-03#6146: emulate Unix.kill with signal = Sys.sigkill under Windows.Alain Frisch
2013-08-30PR#6148: speed improvement for Buffer (patch by John Whitington).Alain Frisch
2013-08-30Mention extension_points in Changes.Alain Frisch
2013-08-20Fix PR#6123Jacques Garrigue
2013-08-06minor: fix the ChangesGabriel Scherer
2013-08-05Camlp4Fold/MapGenerator handle abstract type nowHongbo Zhang
2013-08-04PR#6071: Add a -noinit option to the toplevel [patch by David Sheets]Gabriel Scherer
2013-08-04PR#6116: more efficient implementation of Digest.to_hex [patch by ygrek]Gabriel Scherer
2013-08-04PR#4323: have "of_string" in Num and Big_int work with binary and hexa repres...Gabriel Scherer
2013-08-04PR#5201: ocamlbuild: add --norc to the bash invocation to help Windows perfor...Gabriel Scherer
2013-08-01PR#5568: add O_CLOEXEC flag to Unix.openfile, so that the returnedXavier Leroy
2013-08-01PR#5350: check return code of lseek() in read_trailer()Xavier Leroy
2013-08-01PR#6084: Define caml_modify and caml_initialize as weak symbols to helpXavier Leroy
2013-07-30PR#6109: Fix typos in ocamlbuild error messagesWojciech Meyer
2013-07-28build: prepend "with_" to camlp4/ocamldebug-{en,dis}abling variables.Wojciech Meyer
2013-07-28fix PR#5820Hongbo Zhang
2013-07-28PR#4855: 'camlp4 -I +dir' accepted, dir is related to 'camlp4 -where'Hongbo Zhang
2013-07-27PR#5547: Enable the "-use-ocamlfind" option by defaultWojciech Meyer
2013-07-26Fix PR#6090Jacques Garrigue
2013-07-24PR#4243: make the Makefiles parallelizableDamien Doligez