summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put name in the exception_declaration record.Alain Frisch2013-03-0516-54/+56
* Item attributes on external declarations in structures.Alain Frisch2013-03-051-4/+4
* Item attributes on classes.Alain Frisch2013-03-056-34/+59
* Allow to put 'item' attributes before the 'type' or 'module rec' keywords. T...Alain Frisch2013-03-051-5/+20
* Extension as structure/signature items [%%lid expr].Alain Frisch2013-03-0512-2/+42
* Use [%lid expr] syntax for extensions.Alain Frisch2013-03-052-4/+4
* Attributes on module/module type/recursive module declarations in interfaces.Alain Frisch2013-03-0414-101/+120
* Attributes on open/include in signatures.Alain Frisch2013-03-0413-36/+39
* Attributes on exception declarations.Alain Frisch2013-03-0411-31/+46
* Attributes on value declared in signatures.Alain Frisch2013-03-044-10/+16
* Prefix attributes for 'items'.Alain Frisch2013-03-042-10/+18
* Adding prefix syntax for attributes [^id expr] ... Alain Frisch2013-03-042-1/+17
* Adding attributes on constructor declarations (type t = A [@id expr] | B [@id...Alain Frisch2013-03-0413-54/+83
* New syntax:Alain Frisch2013-03-042-37/+19
* Attributes/extensions as module types.Alain Frisch2013-03-049-4/+47
* Adding extension/attribute on patterns.Alain Frisch2013-03-048-4/+32
* Fix.Alain Frisch2013-03-041-4/+4
* Continue.Alain Frisch2013-03-0415-104/+152
* Cleanup + support attributes on type declarations (syntax: type t = ... with ...Alain Frisch2013-03-0116-55/+87
* More uniform syntax:Alain Frisch2013-03-014-28/+28
* First version with attributes and extensions on expressions, type expressions...Alain Frisch2013-02-2813-6/+147
* Branch to experiment with generic extension points in the grammar.Alain Frisch2013-02-280-0/+0
* Labtk now supports 8.6.Pierre Weis2013-02-273-3/+12
* Imported from caml_examples.Pierre Weis2013-02-271-0/+146
* Imported from caml_examples.Pierre Weis2013-02-271-403/+261
* Adding taquin (from caml_examples) to the examples.Pierre Weis2013-02-271-8/+8
* Some rewriting.Pierre Weis2013-02-271-17/+30
* Refactoring the Makefile for binary compilation.Pierre Weis2013-02-272-28/+80
* Get rid of spurious warnings for unused variables.Pierre Weis2013-02-272-2/+1
* fix a few of the warnings given by newer versions of gccDamien Doligez2013-02-263-6/+7
* typoDamien Doligez2013-02-261-2/+2
* typoDamien Doligez2013-02-261-1/+1
* add a few more casesDamien Doligez2013-02-261-2/+22
* update to latest version of a few programsDamien Doligez2013-02-267-54/+516
* PR#5928: Missing space between words in manual page for ocamlmktopDamien Doligez2013-02-262-1/+2
* misc: replace stat_(alloc|free|resize) occurences with caml_stat_(...).Wojciech Meyer2013-02-2519-31/+31
* byterun/win32.c: use < > to #include flexdll.h instead of "".Wojciech Meyer2013-02-251-2/+2
* byterun/Makefile: use $(MKLIB) instead of ar + $(RANLIB).Wojciech Meyer2013-02-251-4/+2
* yacc: "ocamlyacc$(EXE)" rule produced "ocamlyacc" (no trailing $(EXE)).Wojciech Meyer2013-02-251-1/+1
* fix Changes entryGabriel Scherer2013-02-241-1/+1
* fix PR#5930: ocamldep leaks temporary preprocessing filesGabriel Scherer2013-02-242-3/+11
* pprintast.ml: fix a bug for printing private types and tune some identationsHongbo Zhang2013-02-221-8/+9
* Add some test cases for syntactic constructs that are never used.Damien Doligez2013-02-193-0/+44
* PR#5835: the fix was changed to be compatible with existing programsDamien Doligez2013-02-191-1/+1
* Replace error by warning for PR#5835Jacques Garrigue2013-02-196-10/+20
* Add warning 42 for disambiguated labels and constructors (compatibility with ...Jacques Garrigue2013-02-196-32/+169
* PR#5461: fix warnings 31 in camlp4 compilationFabrice Le Fessant2013-02-183-4/+10
* test case from PR5918Jacques Garrigue2013-02-133-0/+117
* Normalization.Pierre Weis2013-02-121-0/+1
* Tabify.Pierre Weis2013-02-121-20/+20