[libverilog-perl] branch master updated (768589b -> e32eeff)

gregor herrmann gregoa at debian.org
Sat Jun 27 20:08:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

gregoa pushed a change to branch master
in repository libverilog-perl.

      from  768589b   add missing comma in Uploaders
      adds  b437ae1   Imported Upstream version 3.414
       new  e88c222   Merge tag 'upstream/3.414'
       new  affcf08   New upstream release.
       new  8762328   Update years of packaging copyright.
       new  e32eeff   update changelog

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Changes                 |   15 +
 EditFiles.pm            |    2 +-
 Getopt.pm               |    2 +-
 Language.pm             |    2 +-
 MANIFEST                |    3 +
 META.yml                |    2 +-
 Makefile.PL             |    2 +
 Netlist.pm              |    2 +-
 Netlist/Cell.pm         |    2 +-
 Netlist/ContAssign.pm   |    2 +-
 Netlist/Defparam.pm     |    2 +-
 Netlist/File.pm         |   24 +-
 Netlist/Interface.pm    |    2 +-
 Netlist/Logger.pm       |    2 +-
 Netlist/ModPort.pm      |    2 +-
 Netlist/Module.pm       |    2 +-
 Netlist/Net.pm          |    2 +-
 Netlist/Pin.pm          |    2 +-
 Netlist/Port.pm         |    2 +-
 Netlist/Subclass.pm     |    2 +-
 Parser/Makefile.PL      |    2 +
 Parser/Parser.pm        |    7 +-
 Parser/Parser.xs        |    9 +-
 Parser/SigParser.pm     |    3 +-
 Parser/VParse.cpp       |    4 +-
 Parser/VParse.h         |    5 +-
 Parser/VParseLex.l      |    6 +-
 Parser/bisonpre         |    2 +-
 Parser/callbackgen      |    2 +-
 Parser/gen/bisonpre-0   |    2 +-
 Parser/gen/flex-0       |    2 +-
 Parser/gen/flex-1       |    6 +-
 Preproc/Makefile.PL     |    2 +
 Preproc/Preproc.pm      |    2 +-
 Preproc/VPreLex.l       |   35 +-
 Preproc/VPreProc.cpp    |    1 +
 Preproc/gen/flex-0      |    2 +-
 Preproc/gen/flex-1      | 1511 +++++++++++++++++++++++++----------------------
 Std.pm                  |    2 +-
 debian/changelog        |    9 +
 debian/copyright        |    2 +-
 t/30_preproc.out        |    6 +
 t/30_preproc_nows.out   |   43 +-
 t/30_preproc_on.out     |   53 +-
 t/30_preproc_sub.out    |   65 +-
 t/30_preproc_syn.out    |   53 +-
 t/40_netlist.t          |   13 +-
 t/41_example.t          |    4 +
 t/42_dumpcheck.t        |   16 +-
 t/42_dumpcheck_1.out    |   58 ++
 t/42_dumpcheck_1v.out   |   94 +++
 t/42_dumpcheck_2.out    |   16 +
 t/42_dumpcheck_sv.out   |    3 +
 t/42_dumpcheck_v2k.out  |    6 +
 t/42_dumpcheck_v2kv.out |    9 +
 t/85_vhier_cells.out    |    1 +
 t/85_vhier_forest.out   |    1 +
 t/85_vhier_inpfiles.out |    1 +
 t/85_vhier_modfiles.out |    1 +
 t/85_vhier_xml.out      |    4 +
 verilog/inc1.v          |    5 +
 verilog/v_comments.v    |   16 +
 verilog/v_hier_top.v    |    2 +
 verilog/v_recursive.v   |    8 +
 vhier                   |   37 +-
 vpassert                |    2 +-
 vppreproc               |    2 +-
 vrename                 |    2 +-
 68 files changed, 1334 insertions(+), 879 deletions(-)
 create mode 100644 t/42_dumpcheck_1v.out
 create mode 100644 t/42_dumpcheck_v2kv.out
 create mode 100644 verilog/v_recursive.v

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libverilog-perl.git



More information about the Pkg-perl-cvs-commits mailing list