summaryrefslogtreecommitdiffstats
path: root/camlp4
AgeCommit message (Expand)Author
2010-01-22clean up spaces and tabsDamien Doligez
2010-01-20merge changes from release/3.11.1 to release/3.11.2Damien Doligez
2010-01-07PR#4940: get rid of naked end-of-lines in string constants + add warning 29Damien Doligez
2009-10-26Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod.Alain Frisch
2009-10-22New warning `not all labels are mentioned in this record pattern'Xavier Leroy
2009-09-12As discussed at the latest consortium meeting:Xavier Leroy
2009-03-05camlp4,printer: handle the empty data type.Nicolas Pouillard
2009-03-05camlp4: bootstrapNicolas Pouillard
2009-03-05camlp4: restore the empty data type (e.g. <<type t = [];>> in revised)Nicolas Pouillard
2009-01-25Understanding the notion of standard channel for Format and Scanf.Pierre Weis
2008-11-28camlp4: Update the help message to cmxsNicolas Pouillard
2008-10-27camlp4: kill last $Id$sNicolas Pouillard
2008-10-27camlp4: kill # $Id$Nicolas Pouillard
2008-10-27camlp4: kill some (* $Id$ *)Nicolas Pouillard
2008-10-27camlp4: resolve PR#4543 about filters on topphrase (thanks to Martin Jambon f...Nicolas Pouillard
2008-10-13camlp4: Fix two toplevel bugs: PR#4495 and PR#4593 at onceNicolas Pouillard
2008-10-05camlp4,bootstrap: againNicolas Pouillard
2008-10-05camlp4: fix the revised printer of functor appsNicolas Pouillard
2008-10-05camlp4,printer: Fix a printing bug, parens in "include(struct end:sig end)"Nicolas Pouillard
2008-10-05camlp4,bootstrapNicolas Pouillard
2008-10-05camlp4: yet another fix about seq_expr.Nicolas Pouillard
2008-10-04camlp4: quick fix the previous patchNicolas Pouillard
2008-10-04camlp4: Fix the PR#4420 bug, object...end is sadly not a simple expressionNicolas Pouillard
2008-10-04camlp4: Fix a bug about the parsing of sequencesNicolas Pouillard
2008-10-04camlp4: Fix the PR#4532 bug about parsing of tuples vs list or sequencesNicolas Pouillard
2008-10-04camlp4: Fix the PR#4520 about the conversion of special cases (like A.False).Nicolas Pouillard
2008-10-04camlp4,fix: Deeply fix the grammar about extra semicolonsNicolas Pouillard
2008-10-03camlp4: fix a bug hidden by a previous one (extra semicolon in {a=b;})Nicolas Pouillard
2008-10-03camlp4: fix mkcamlp4 by pointing to the real lib nameNicolas Pouillard
2008-10-03camlp4: remove the buggy/unfinished Camlp4Tracer filter.Nicolas Pouillard
2008-10-03camlp4: little cleanup in Grammar.StaticNicolas Pouillard
2008-10-03camlp4: Fix PR#4603, PR#4330, PR#4551 all at one (thanks to Jerome Vouillon)Nicolas Pouillard
2008-10-03camlp4,tests: be more precise in pr4330.mlNicolas Pouillard
2008-10-03camlp4: add Jean-vincent Loddo to contributors of camlp4 macros.Nicolas Pouillard
2008-10-03camlp4,tests: more test for macros.Nicolas Pouillard
2008-10-03camlp4,macro: Fix the difinition/expansion of macros that are inside IFDEFsNicolas Pouillard
2008-10-03camlp4,examples: add examples for FreeVarsNicolas Pouillard
2008-10-03camlp4,fix,freevars: now handle all binding cases.Nicolas Pouillard
2008-09-23camlp4,fix,bug,loc: Fix the PR#4521 bug about locations (thanks to Jerome Vou...Nicolas Pouillard
2008-09-19camlp4: even more test fixturesNicolas Pouillard
2008-09-19camlp4: more test fixturesNicolas Pouillard
2008-09-19camlp4: more examples and testsNicolas Pouillard
2008-08-06camlp4: Fix the printer of lazy-patterns (since the are irrefutables).Nicolas Pouillard
2008-07-21camlp4: extend the is_irrefutable functionNicolas Pouillard
2008-07-09Add lazy patterns.Michel Mauny
2008-01-11merge changes 3.10.0 -> 3.10.1Damien Doligez
2007-12-18camlp4,bootstrap,head: Regen camlp4/boot/*.Nicolas Pouillard
2007-12-18camlp4,fix,quot: Properly handle <:patt< $`bool:p$ >>.Nicolas Pouillard
2007-12-18camlp4,fix: Correctly parse type quotations containing uppercase polymorphic ...Nicolas Pouillard
2007-12-18camlp4,fix: Generate only qualified names in Camlp4GrammarParser.Nicolas Pouillard