summaryrefslogtreecommitdiff
path: root/ocamldoc
Commit message (Expand)AuthorAgeFilesLines
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-229-35/+56
* Cherry-pick 15062,15063,15064 from 4.02 (#6497).Alain Frisch2014-08-071-2/+11
* PR#6274: allow doc comments on object typesMaxence Guesdon2014-05-2212-253/+398
* PR#6425: fix generation of man pages, handling variant constructors and recor...Maxence Guesdon2014-05-221-78/+150
* * split Typetexp.lookup_module and Typetexp.find_moduleJacques Garrigue2014-05-121-39/+47
* Expose a Typemod.type_interface (currently an alias of Typemod.transl_signatu...Alain Frisch2014-05-071-1/+1
* PR#5584: merge open extensible types, extension-patch-4.0.2Jacques Garrigue2014-05-0436-149/+1278
* Add support for floating attributes in class structures and class signatures....Alain Frisch2014-05-042-1/+10
* merge branch "safe-string"Damien Doligez2014-04-294-16/+14
* makefile target to build the stdlib documentation as htmlGabriel Scherer2014-04-191-0/+8
* Turn more sig/str items into records. Patch from Leo White.Alain Frisch2014-04-152-10/+10
* PR#6358: obey DESTDIR in install targetsGabriel Scherer2014-04-072-5/+6
* Get rid of ocamlcomp.sh. The next step is to share all those common declarat...Alain Frisch2014-04-022-14/+16
* #PR6269 Optimized string matchingLuc Maranget2014-03-211-32/+26
* PR#6310: fix ocamldoc's subscript/superscript CSS font sizeGabriel Scherer2014-01-281-2/+2
* Merge module-alias branch (cf. PR#6063)Jacques Garrigue2014-01-103-1/+16
|\
| * merge trunk:14244 to fix bootstrapJacques Garrigue2013-10-245-116/+15
| |\
| * | everything works except camlp4Jacques Garrigue2013-10-013-1/+16
* | | merge generative functorsJacques Garrigue2013-12-179-23/+47
* | | PR#6257: allow full doc comments on variant constructors and record fieldsMaxence Guesdon2013-12-0910-132/+152
* | | Reverting the elimination of the ocamlcomp*.sh scripts, namely the following ...Xavier Leroy2013-11-292-4/+6
| |/ |/|
* | #6195: use ocamlcommon.cma to link ocamldoc, instead of explicit list of comp...Alain Frisch2013-10-022-110/+9
* | Keep attributes with module type declarations. Warning on reference to deprec...Alain Frisch2013-10-013-6/+6
|/
* Keep attributes on module declarations.Alain Frisch2013-09-273-5/+5
* Keep attributes/locs for class type declarations and class declarations in Ty...Alain Frisch2013-09-272-6/+6
* Fix.Alain Frisch2013-09-271-0/+1
* Keep location and attributes in type, label and constructor declarations. De...Alain Frisch2013-09-271-2/+2
* Keep attributes on value declarations in .cmi files (but clear all the locati...Alain Frisch2013-09-261-0/+1
* build: replace ocamlcomp*.sh.Wojciech Meyer2013-09-202-6/+4
* Continue cleanup. driver/errors.ml is no longer needed.Alain Frisch2013-09-121-16/+9
* Continue.Alain Frisch2013-09-121-15/+8
* Switch {Translmod,Translcore,Translclass}.Error.Alain Frisch2013-09-121-4/+0
* Switch Includemod.Error, without trying to split the message (to keep current...Alain Frisch2013-09-121-3/+0
* Switch Typetexp.Error, Typedecl.Error, Typemod.Error, Typeclass.Error.Alain Frisch2013-09-121-8/+0
* Switch Ctype.Tags.Alain Frisch2013-09-121-5/+0
* Switch Cmi_format.Error.Alain Frisch2013-09-121-3/+0
* Do not keep file name in exception, after all.Alain Frisch2013-09-121-1/+1
* Keep input file in Env.Error. Switch it to the new system.Alain Frisch2013-09-121-3/+0
* Keep input file in Pparse.Error. Switch it to the new system.Alain Frisch2013-09-121-1/+1
* Switch Lexer.Error to the new system.Alain Frisch2013-09-121-3/+0
* Port Syntaxerr.Error to the new system. Trickier, because of special way to r...Alain Frisch2013-09-111-2/+0
* Cherry-picking commit 14093 from trunk.Alain Frisch2013-09-111-6/+7
* Merge branch 4.01 from branching point to 4.01.0+rc1Damien Doligez2013-09-041-1/+1
* Synchronize with trunk.Alain Frisch2013-08-285-22/+35
|\
| * PR#5149: (point 15) add line breaks in html source before <pre> tagsMaxence Guesdon2013-08-121-13/+13
| * ocamldoc|html: Add missing space in record fieldsMaxence Guesdon2013-08-051-1/+1
| * PR#5111: additional class for info tagsMaxence Guesdon2013-08-051-6/+6
| * PR#6069: improve ocamldoc error message (bis)Maxence Guesdon2013-08-052-0/+5
| * PR#6069: improve ocamldoc error messageMaxence Guesdon2013-08-052-1/+5
| * PR#4243: make the Makefiles parallelizableDamien Doligez2013-07-242-7/+11