summaryrefslogtreecommitdiff
path: root/camlp4
Commit message (Expand)AuthorAgeFilesLines
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-0236-6677/+8392
* PR#5055: head -1 doesn't workDamien Doligez2010-05-211-1/+1
* PR#4857: add -vnum option to all executablesDamien Doligez2010-05-202-0/+4
* camlp4: bootstrapNicolas Pouillard2010-05-193-17/+197
* camlp4: add support for fun (type t) ...Nicolas Pouillard2010-05-196-12/+56
* camlp4: Add support for firstclass modulesNicolas Pouillard2010-05-197-6/+84
* camlp4: bootstrap first class modulesNicolas Pouillard2010-05-193-7/+259
* camlp4: support polymorphic recursion and bootstrapNicolas Pouillard2010-05-172-0/+6
* camlp4: bootstrapNicolas Pouillard2010-05-171-32/+19
* camlp4: initial support for polymorphic recursionNicolas Pouillard2010-05-171-6/+7
* camlp4: bootstrapping part of last commitNicolas Pouillard2010-05-173-19/+201
* camlp4: add support for "type :=" and "module :="Nicolas Pouillard2010-05-175-15/+41
* Remove an old camlp4 makefileNicolas Pouillard2010-05-171-24/+0
* camlp4: add support for let-open-inNicolas Pouillard2010-05-128-8/+109
* camlp4: bootstrapNicolas Pouillard2010-05-111-9/+21
* camlp4: record punning in expressions as wellNicolas Pouillard2010-05-112-11/+16
* camlp4: bootstrapNicolas Pouillard2010-05-111-0/+16
* camlp4: add support for record punningNicolas Pouillard2010-05-111-0/+6
* Merge remote branch 'ocaml-git/buildsys' into trunkNicolas Pouillard2010-05-114-4/+34
* Merge remote branch 'ocaml-git/buildsys' into trunkNicolas Pouillard2010-05-111-6/+15
* camlp4: Remove old build filesNicolas Pouillard2010-04-223-461/+0
* merge branches/overrideJacques Garrigue2010-04-082-8/+9
* clean up spaces and tabsDamien Doligez2010-01-2231-83/+72
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-201-1/+1
* PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez2010-01-073-34/+34
* Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch2009-10-261-1/+1
* New warning `not all labels are mentioned in this record pattern'Xavier Leroy2009-10-221-1/+1
* As discussed at the latest consortium meeting:Xavier Leroy2009-09-122-2/+2
* camlp4,printer: handle the empty data type.Nicolas Pouillard2009-03-051-1/+5
* camlp4: bootstrapNicolas Pouillard2009-03-052-36/+76
* camlp4: restore the empty data type (e.g. <<type t = [];>> in revised)Nicolas Pouillard2009-03-051-0/+1
* Understanding the notion of standard channel for Format and Scanf.Pierre Weis2009-01-253-18/+18
* camlp4: Update the help message to cmxsNicolas Pouillard2008-11-281-4/+4
* camlp4: kill last $Id$sNicolas Pouillard2008-10-2729-41/+40
* camlp4: kill # $Id$Nicolas Pouillard2008-10-278-8/+8
* camlp4: kill some (* $Id$ *)Nicolas Pouillard2008-10-2748-48/+48
* camlp4: resolve PR#4543 about filters on topphrase (thanks to Martin Jambon f...Nicolas Pouillard2008-10-273-2/+12
* camlp4: Fix two toplevel bugs: PR#4495 and PR#4593 at onceNicolas Pouillard2008-10-131-8/+18
* camlp4,bootstrap: againNicolas Pouillard2008-10-052-10/+29
* camlp4: fix the revised printer of functor appsNicolas Pouillard2008-10-051-1/+1
* camlp4,printer: Fix a printing bug, parens in "include(struct end:sig end)"Nicolas Pouillard2008-10-053-4/+18
* camlp4,bootstrapNicolas Pouillard2008-10-052-575/+927
* camlp4: yet another fix about seq_expr.Nicolas Pouillard2008-10-052-4/+5
* camlp4: quick fix the previous patchNicolas Pouillard2008-10-041-1/+1
* camlp4: Fix the PR#4420 bug, object...end is sadly not a simple expressionNicolas Pouillard2008-10-041-9/+10
* camlp4: Fix a bug about the parsing of sequencesNicolas Pouillard2008-10-042-3/+5
* camlp4: Fix the PR#4532 bug about parsing of tuples vs list or sequencesNicolas Pouillard2008-10-042-7/+7
* camlp4: Fix the PR#4520 about the conversion of special cases (like A.False).Nicolas Pouillard2008-10-041-4/+4
* camlp4,fix: Deeply fix the grammar about extra semicolonsNicolas Pouillard2008-10-044-50/+89
* camlp4: fix a bug hidden by a previous one (extra semicolon in {a=b;})Nicolas Pouillard2008-10-031-0/+1