| Commit message (Expand) | Author | Age | Files | Lines |
| * | Generate annot files from the lambda structure. | Xavier Clerc | 2010-05-17 | 12 | -0/+0 |
| * | camlp4: bootstrap | Nicolas Pouillard | 2010-05-17 | 1 | -32/+19 |
| * | camlp4: initial support for polymorphic recursion | Nicolas Pouillard | 2010-05-17 | 1 | -6/+7 |
| * | camlp4: bootstrapping part of last commit | Nicolas Pouillard | 2010-05-17 | 3 | -19/+201 |
| * | camlp4: add support for "type :=" and "module :=" | Nicolas Pouillard | 2010-05-17 | 5 | -15/+41 |
| * | Remove an old camlp4 makefile | Nicolas Pouillard | 2010-05-17 | 1 | -24/+0 |
| * | camlp4: add support for let-open-in | Nicolas Pouillard | 2010-05-12 | 8 | -8/+109 |
| * | camlp4: bootstrap | Nicolas Pouillard | 2010-05-11 | 1 | -9/+21 |
| * | camlp4: record punning in expressions as well | Nicolas Pouillard | 2010-05-11 | 2 | -11/+16 |
| * | camlp4: bootstrap | Nicolas Pouillard | 2010-05-11 | 1 | -0/+16 |
| * | camlp4: add support for record punning | Nicolas Pouillard | 2010-05-11 | 1 | -0/+6 |
| * | Merge remote branch 'ocaml-git/buildsys' into trunk | Nicolas Pouillard | 2010-05-11 | 4 | -4/+34 |
| * | Merge remote branch 'ocaml-git/buildsys' into trunk | Nicolas Pouillard | 2010-05-11 | 1 | -6/+15 |
| * | camlp4: Remove old build files | Nicolas Pouillard | 2010-04-22 | 3 | -461/+0 |
| * | merge branches/override | Jacques Garrigue | 2010-04-08 | 2 | -8/+9 |
| * | clean up spaces and tabs | Damien Doligez | 2010-01-22 | 31 | -83/+72 |
| * | merge changes from release/3.11.1 to release/3.11.2 | Damien Doligez | 2010-01-20 | 1 | -1/+1 |
| * | PR#4940: get rid of naked end-of-lines in string constants + add warning 29 | Damien Doligez | 2010-01-07 | 3 | -34/+34 |
| * | Merge first class modules: svn merge -r 9369:9396 $caml/branches/fstclassmod. | Alain Frisch | 2009-10-26 | 1 | -1/+1 |
| * | New warning `not all labels are mentioned in this record pattern' | Xavier Leroy | 2009-10-22 | 1 | -1/+1 |
| * | As discussed at the latest consortium meeting: | Xavier Leroy | 2009-09-12 | 2 | -2/+2 |
| * | camlp4,printer: handle the empty data type. | Nicolas Pouillard | 2009-03-05 | 1 | -1/+5 |
| * | camlp4: bootstrap | Nicolas Pouillard | 2009-03-05 | 2 | -36/+76 |
| * | camlp4: restore the empty data type (e.g. <<type t = [];>> in revised) | Nicolas Pouillard | 2009-03-05 | 1 | -0/+1 |
| * | Understanding the notion of standard channel for Format and Scanf. | Pierre Weis | 2009-01-25 | 3 | -18/+18 |
| * | camlp4: Update the help message to cmxs | Nicolas Pouillard | 2008-11-28 | 1 | -4/+4 |
| * | camlp4: kill last $Id$s | Nicolas Pouillard | 2008-10-27 | 29 | -41/+40 |
| * | camlp4: kill # $Id$ | Nicolas Pouillard | 2008-10-27 | 8 | -8/+8 |
| * | camlp4: kill some (* $Id$ *) | Nicolas Pouillard | 2008-10-27 | 48 | -48/+48 |
| * | camlp4: resolve PR#4543 about filters on topphrase (thanks to Martin Jambon f... | Nicolas Pouillard | 2008-10-27 | 3 | -2/+12 |
| * | camlp4: Fix two toplevel bugs: PR#4495 and PR#4593 at once | Nicolas Pouillard | 2008-10-13 | 1 | -8/+18 |
| * | camlp4,bootstrap: again | Nicolas Pouillard | 2008-10-05 | 2 | -10/+29 |
| * | camlp4: fix the revised printer of functor apps | Nicolas Pouillard | 2008-10-05 | 1 | -1/+1 |
| * | camlp4,printer: Fix a printing bug, parens in "include(struct end:sig end)" | Nicolas Pouillard | 2008-10-05 | 3 | -4/+18 |
| * | camlp4,bootstrap | Nicolas Pouillard | 2008-10-05 | 2 | -575/+927 |
| * | camlp4: yet another fix about seq_expr. | Nicolas Pouillard | 2008-10-05 | 2 | -4/+5 |
| * | camlp4: quick fix the previous patch | Nicolas Pouillard | 2008-10-04 | 1 | -1/+1 |
| * | camlp4: Fix the PR#4420 bug, object...end is sadly not a simple expression | Nicolas Pouillard | 2008-10-04 | 1 | -9/+10 |
| * | camlp4: Fix a bug about the parsing of sequences | Nicolas Pouillard | 2008-10-04 | 2 | -3/+5 |
| * | camlp4: Fix the PR#4532 bug about parsing of tuples vs list or sequences | Nicolas Pouillard | 2008-10-04 | 2 | -7/+7 |
| * | camlp4: Fix the PR#4520 about the conversion of special cases (like A.False). | Nicolas Pouillard | 2008-10-04 | 1 | -4/+4 |
| * | camlp4,fix: Deeply fix the grammar about extra semicolons | Nicolas Pouillard | 2008-10-04 | 4 | -50/+89 |
| * | camlp4: fix a bug hidden by a previous one (extra semicolon in {a=b;}) | Nicolas Pouillard | 2008-10-03 | 1 | -0/+1 |
| * | camlp4: fix mkcamlp4 by pointing to the real lib name | Nicolas Pouillard | 2008-10-03 | 1 | -1/+1 |
| * | camlp4: remove the buggy/unfinished Camlp4Tracer filter. | Nicolas Pouillard | 2008-10-03 | 4 | -62/+0 |
| * | camlp4: little cleanup in Grammar.Static | Nicolas Pouillard | 2008-10-03 | 1 | -6/+5 |
| * | camlp4: Fix PR#4603, PR#4330, PR#4551 all at one (thanks to Jerome Vouillon) | Nicolas Pouillard | 2008-10-03 | 2 | -7/+8 |
| * | camlp4,tests: be more precise in pr4330.ml | Nicolas Pouillard | 2008-10-03 | 1 | -11/+18 |
| * | camlp4: add Jean-vincent Loddo to contributors of camlp4 macros. | Nicolas Pouillard | 2008-10-03 | 1 | -0/+1 |
| * | camlp4,tests: more test for macros. | Nicolas Pouillard | 2008-10-03 | 2 | -0/+17 |