summaryrefslogtreecommitdiffstats
path: root/ocamldoc
AgeCommit message (Expand)Author
2015-02-08debugger, ocamlbuild, ocamldoc: separate their build from the compiler's.HEADmasterAdrien Nader
2015-02-08ocamldoc/Makefile: don't "test -d" before "mkdir -p".Adrien Nader
2015-02-08ocamldoc/Makefile: replace remove_DEBUG script with a single awk invocationAdrien Nader
2015-02-08ocamldoc/Makefile: $UNIXLIB/unix.mli's content doesn't depend on $UNIXLIB.Adrien Nader
2015-01-30Fix #6767 (hopefully).Alain Frisch
2015-01-16add change that is missing from commit 15776Damien Doligez
2014-12-27PR#5887: move the byterun/*.h headers to byterun/caml/*.h to avoid header nam...Gabriel Scherer
2014-12-22exhauce PR#6367: introduce Asttypes.arg_label to encode labelled argumentsJacques Garrigue
2014-12-21PR6695: Make sure the compiler only uses ASCII string functions.Gabriel Scherer
2014-10-15merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez
2014-10-14Reintegrate-merge constructors_with_record5 branch.Alain Frisch
2014-10-04Document -ppx option.Gabriel Scherer
2014-09-04Make ocamldoc compile (still need support for inlined records).Alain Frisch
2014-08-22merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez
2014-08-07Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch
2014-05-22PR#6274: allow doc comments on object typesMaxence Guesdon
2014-05-22PR#6425: fix generation of man pages, handling variant constructors and recor...Maxence Guesdon
2014-05-12* split Typetexp.lookup_module and Typetexp.find_moduleJacques Garrigue
2014-05-07Expose a Typemod.type_interface (currently an alias of Typemod.transl_signatu...Alain Frisch
2014-05-04PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue
2014-05-04Add support for floating attributes in class structures and class signatures....Alain Frisch
2014-04-29merge branch "safe-string"Damien Doligez
2014-04-19makefile target to build the stdlib documentation as htmlGabriel Scherer
2014-04-15Turn more sig/str items into records. Patch from Leo White.Alain Frisch
2014-04-07PR#6358: obey DESTDIR in install targetsGabriel Scherer
2014-04-02Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch
2014-03-21#PR6269 Optimized string matchingLuc Maranget
2014-01-28PR#6310: fix ocamldoc's subscript/superscript CSS font sizeGabriel Scherer
2014-01-10Merge module-alias branch (cf. PR#6063)Jacques Garrigue
2013-12-17merge generative functorsJacques Garrigue
2013-12-09PR#6257: allow full doc comments on variant constructors and record fieldsMaxence Guesdon
2013-11-29Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy
2013-10-24merge trunk:14244 to fix bootstrapJacques Garrigue
2013-10-02#6195: use ocamlcommon.cma to link ocamldoc, instead of explicit list of comp...Alain Frisch
2013-10-01Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch
2013-10-01everything works except camlp4Jacques Garrigue
2013-09-27Keep attributes on module declarations.Alain Frisch
2013-09-27Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch
2013-09-27Fix.Alain Frisch
2013-09-27Keep location and attributes in type, label and constructor declarations. De...Alain Frisch
2013-09-26Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch
2013-09-20build: replace ocamlcomp*.sh.Wojciech Meyer
2013-09-12Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch
2013-09-12Continue.Alain Frisch
2013-09-12Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch
2013-09-12Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch
2013-09-12Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch
2013-09-12Switch Ctype.Tags.Alain Frisch
2013-09-12Switch Cmi_format.Error.Alain Frisch
2013-09-12Do not keep file name in exception, after all.Alain Frisch