summaryrefslogtreecommitdiffstats
path: root/camlp4/Camlp4/Printers
AgeCommit message (Expand)Author
2013-11-21remove camlp4Jérémie Dimino
2013-07-16Synchronize with trunk.Alain Frisch
2013-06-22upgrade camlp4 to support open! and let open!Hongbo Zhang
2013-04-23Continue to add support for attributes to Camlp4, a little bit.Alain Frisch
2013-04-23First attempt at adding attributes to expressions in Camlp4 (not bootstrapped).Alain Frisch
2012-07-04PR#5668: print using the syntax "let f x y z = ..." only when the pattern is ...Jérémie Dimino
2012-06-12PR#5646: reapply the fix for PR#5442Jérémie Dimino
2012-05-30merge with branch bin-annotFabrice Le Fessant
2012-05-23PR#5620: invalid printing of type manifest (camlp4 revised syntax)Xavier Clerc
2012-05-16Ensure that character literals are always escaped by the camlp4 printer.Jérémie Dimino
2011-12-23PR#5442: strings must be escaped when the ast meta-expansed by Camlp4Jérémie Dimino
2011-12-21PR#5410: fix printing of class application with Camlp4Jérémie Dimino
2011-12-16Fix printing of GADTs by Camlp4 with original syntaxJérémie Dimino
2011-07-29merge branches/gadtsJacques Garrigue
2011-07-27renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez
2011-07-20merge changes from 3.12.0 to 3.12.1Damien Doligez
2010-11-19Camlp4 finally works. This is probably not the most elegant implementationJacques Le Normand
2010-10-25merged with trunk. specifically, merged with implicit unpack patchJacques Le Normand
2010-10-21merge branches/implicit-unpack + update camlp4Jacques Garrigue
2010-08-02merge changes from branching of 3.12 to release/3.12.0Damien Doligez
2010-05-19camlp4: add support for fun (type t) ...Nicolas Pouillard
2010-05-19camlp4: Add support for firstclass modulesNicolas Pouillard
2010-05-17camlp4: add support for "type :=" and "module :="Nicolas Pouillard
2010-05-12camlp4: add support for let-open-inNicolas Pouillard
2010-01-22clean up spaces and tabsDamien Doligez
2009-03-05camlp4,printer: handle the empty data type.Nicolas Pouillard
2008-10-27camlp4: kill last $Id$sNicolas 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-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-08-06camlp4: Fix the printer of lazy-patterns (since the are irrefutables).Nicolas Pouillard
2008-07-09Add lazy patterns.Michel Mauny
2008-01-11merge changes 3.10.0 -> 3.10.1Damien Doligez
2007-11-27[camlp4] Constrain a little more the printer before a <- or :=.Nicolas Pouillard
2007-11-27[camlp4] [Printers.Ocaml] Protect list items from semicolons (PR#4427).Nicolas Pouillard
2007-11-27[camlp4] Use the constraint keyword instead of type in class signatures too (...Nicolas Pouillard
2007-11-27[camlp4] Print a break after the unary minus (PR#4417).Nicolas Pouillard
2007-11-27[camlp4] Fix a bug in the printer of negative numeric values (PR#4332).Nicolas Pouillard
2007-11-21[camlp4] [FIXED] PR#4328Nicolas Pouillard
2007-11-21[camlp4] [FIXED] Use numeric also for floats PR#4434.Nicolas Pouillard
2007-11-21[camlp4] [CHANGED] Rename the intlike printer method by numeric.Nicolas Pouillard
2007-11-21[camlp4] Merge 3.10 on trunk for camlp4/Camlp4/PrintersNicolas Pouillard
2007-11-21[camlp4] [FIXED] Use numeric also for floats PR#4434.Nicolas Pouillard
2007-11-21[camlp4] [CHANGED] Rename the intlike printer method by numeric.Nicolas Pouillard
2007-10-08fusion de la version 3.10.0Damien Doligez
2007-02-26[Camlp4] handle externals properly and fix the bootstrap systemNicolas Pouillard
2007-02-07Some renamings, moving, and changements in camlp4Nicolas Pouillard
2006-10-10[camlp4] Fix a bug with multiple class parametersNicolas Pouillard
2006-10-03[camlp4] Add the Null printerNicolas Pouillard