summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-12-27PR#6714: allow [@@ocaml.warning] on most structure and signature items (value...Gabriel Scherer
2014-12-27PR#6729: Makefile: remove suffix rules to avoid -jN race conditionsGabriel Scherer
2014-12-27PR#6641: add -g, -ocamlcflags, -ocamloptflags options to ocamlmklibGabriel Scherer
2014-12-24more cleanup of char * and sizesDamien Doligez
2014-12-24PR#6727: Printf.sprintf "%F" misbehaviorDamien Doligez
2014-12-24PR#6665: Failure of tests/asmcomp on sparcDamien Doligez
2014-12-23PR#6663: A misleading typo in parsetree.mliDamien Doligez
2014-12-22Rewrite cmt2annot using tast_mapper instead of tast_iter. Remove tast_iter.Alain Frisch
2014-12-22Replace TypedtreeMap with a more standard open-recursion iterator Tast_mapper...Alain Frisch
2014-12-22Exhauce PR#6611: remove the option wrapper on optional arguments in the synta...Jacques Garrigue
2014-12-22exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue
2014-12-21minor fixes to some testsuite testsGabriel Scherer
2014-12-21minor: cut too-long linesGabriel Scherer
2014-12-21PR#6475: accept -o in ocamlc when compiling C filesGabriel Scherer
2014-12-21PR#6494 backtrack: revert the new 'equal' functions from Num and Big_intGabriel Scherer
2014-12-21add @since tags to the new *_ascii functionsGabriel Scherer
2014-12-21Update Changes.Gabriel Scherer
2014-12-21PR6694: Un-warn-error deprecation warnings in Str to preserve legacy behavior.Gabriel Scherer
2014-12-21PR6694: Deprecate Latin-1 string manipulation functions.Gabriel Scherer
2014-12-21PR6695: Make Filename use only US-ASCII functions.Gabriel Scherer
2014-12-21PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer
2014-12-21PR6695: Add ASCII counterparts to case-mapping functions.Gabriel Scherer
2014-12-21PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer
2014-12-21update ChangesGabriel Scherer
2014-12-21minor filename.mli doc clarificationGabriel Scherer
2014-12-21Add optional perms argument to Filename.open_temp_file.Gabriel Scherer
2014-12-21PR#6616: allow meaningful use of -use-runtime without -custom.Gabriel Scherer
2014-12-21PR#6625: pass -linkpkg to files built with -output-obj.Gabriel Scherer
2014-12-21update Changes after cherry-picking from trunk to 4.02Gabriel Scherer
2014-12-21testsuite/Makefile.toplevel: make terminal DUMB by default (tests rely on this)Gabriel Scherer
2014-12-21PR#6466: use "extensible variant" rather than "open" types in error messageGabriel Scherer
2014-12-20ocamlbuild: use sets rather than list for cycle-checkingGabriel Scherer
2014-12-20ocamlbuild: refine circular dependency errorsGabriel Scherer
2014-12-19Add @since tags on stdlib functions new in 4.02Gabriel Scherer
2014-12-19Change 'List' to 'ListLabels' in the ListLabels documentation.Gabriel Scherer
2014-12-19Change 'Array' to 'ArrayLabels' in the ArrayLabels documentation.Gabriel Scherer
2014-12-19Add sort_uniq to ListLabels.Gabriel Scherer
2014-12-19Add make_float to ArrayLabels.Gabriel Scherer
2014-12-19Fix constructor names in Typedast printing.Gabriel Scherer
2014-12-19Fix PR#6726: Access to the wrong field of aliased moduleJacques Garrigue
2014-12-17PR#6720: pass -g to C compilers when tag 'debug' is setGabriel Scherer
2014-12-16fix type errors (warnings) reported by the C compilerDamien Doligez
2014-12-16notes on attributes in pprintast.mlGabriel Scherer
2014-12-16PR#6717: Pprintast does not print let-pattern attributesGabriel Scherer
2014-12-16add comment for Tobject in Datarepr.free_varsJacques Garrigue
2014-12-16Fix PR#6716: Assertion failure with existentials + inline records + rowsJacques Garrigue
2014-12-14update .gitignoreGabriel Scherer
2014-12-14PR#6560: Wrong failure message for {Int32,Int64,NativeInt}.of_stringGabriel Scherer
2014-12-14update ChangesGabriel Scherer
2014-12-14ocamlbuild: explicit 'linkpkg' and 'dontlink(foo)' flagsGabriel Scherer