[libverilog-perl] 01/04: Merge tag 'upstream/3.414'

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 commit to branch master
in repository libverilog-perl.

commit e88c222eec9fadc472d1768c66eb9b285783a0d2
Merge: 768589b b437ae1
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Jun 27 22:03:48 2015 +0200

    Merge tag 'upstream/3.414'
    
    Upstream version 3.414

 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 +-
 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 +-
 66 files changed, 1324 insertions(+), 878 deletions(-)

-- 
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