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