summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More work on typingmonadic_letWojciech Meyer2013-03-094-11/+13
* Simplify the bind pattersn to single one in typed tree. Skeleton of compilati...Wojciech Meyer2013-03-097-18/+14
* Rename monadic -> bindWojciech Meyer2013-03-0916-26/+26
* Make monadic let behave like let for time beingWojciech Meyer2013-03-091-47/+9
* typoWojciech Meyer2013-03-092-3/+3
* Add some simple testsWojciech Meyer2013-03-062-0/+62
* Initial commit.Wojciech Meyer2013-03-0620-61/+321
* Monadic let notationWojciech Meyer2013-03-060-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
* add -short-paths flag for printing shorter types when using modulesJacques Garrigue2013-02-0956-489/+839
|\
| * Merge short-paths into a fresh branch of trunk.short-paths-4.01Jacques Garrigue2013-01-2967-806/+815
| |\
| | * shorten paths in annot + lookup abbreviations in persistent structuresshort-pathsJacques Garrigue2012-12-173-4/+8
| | * improve performanceJacques Garrigue2012-12-102-1/+10
| | * expand to simpler typesJacques Garrigue2012-12-101-24/+76
| | * merge version/4.00 at revision 12866Jacques Garrigue2012-08-21766-10889/+23799
| | * prefer newest name + only update env after printingJacques Garrigue2012-04-195-32/+47
| | * build a map from internal paths to printed pathsJacques Garrigue2012-04-115-59/+91
| | * remove opened modules in type pathsJacques Garrigue2012-04-031-23/+48
| | * problem with applicative functorsJacques Garrigue2012-03-311-0/+21
| | * shorten paths in .annotJacques Garrigue2012-03-141-3/+3
| | * disable shortening for errors in TypetexpJacques Garrigue2012-01-243-23/+41
| | * disable shortening if Env.emptyJacques Garrigue2012-01-241-2/+3
| | * propagate path-expansion environment everywhereJacques Garrigue2012-01-2329-196/+243