~ubuntu-branches/ubuntu/trusty/coccinelle/trusty-proposed

« back to all changes in this revision

Viewing changes to parsing_cocci/iso_pattern.ml

  • Committer: Bazaar Package Importer
  • Author(s): Євгеній Мещеряков
  • Date: 2010-07-25 01:10:07 UTC
  • mfrom: (7.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20100725011007-jgd9ctxi1x03fthg
Tags: 0.2.3.deb-1
* New upstream release
* Removed patches:
  - system-{pycaml,menhir,ocamlsexp}.diff - upstream build system can handle
    this
  - documentation-paths.diff - the manpage is generated using correct paths
  - documentation-build.diff - build documentation, authors clarified that
    it does not contain Front/Back Covers and Invariant Sections
* New patches:
  - syslibs-depend.diff - fix depend targets when system libraries are used
* Override clean directories in debian/rules: upstream makefile tries to
  clean directories removed in Debian package
* Build and install pdf docs
  - build-depend on texlive-latex-base, texlive-latex-recommended,
    texlive-latex-extra, texlive-fonts-recommended, texlive-fonts-extra
* Do not compress .pdf .cocci and .c files
* Add information about manual license (GFDL-1.3+) into debian/copyright
* Standards-Version 3.9.0 — no changes required
* Install the bash completion file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
(*
2
 
 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
 
2
 * Copyright 2010, INRIA, University of Copenhagen
 
3
 * Julia Lawall, Rene Rydhof Hansen, Gilles Muller, Nicolas Palix
 
4
 * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
3
5
 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
4
6
 * This file is part of Coccinelle.
5
7
 *
26
28
before this phase.  Furthermore add_dot_binding relies on the offset to
27
29
remain the same between matching an iso and instantiating it with bindings. *)
28
30
 
 
31
(* Consider whether ... in iso should match <... ...> in smpl? *)
 
32
 
29
33
(* --------------------------------------------------------------------- *)
30
34
(* match a SmPL expression against a SmPL abstract syntax tree,
31
35
either - or + *)