[Pkg-electronics-commits] [gtkwave] branch master updated (2757b72 -> a1afd42)

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Jun 5 09:38:08 UTC 2014


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

aelmahmoudy-guest pushed a change to branch master
in repository gtkwave.

      from  2757b72   Release 3.3.59-1
       new  01e8a65   Imported Upstream version 3.3.60
       new  1830951   Merge tag 'upstream/3.3.60'
       new  a1afd42   debian/upstream/metadata: Add upstream metadata information

The 3 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:
 ChangeLog                        |   3 +
 configure                        |  20 +-
 configure.ac                     |   2 +-
 contrib/rtlbrowse/fgetdynamic.c  |   4 +-
 contrib/rtlbrowse/fgetdynamic.h  |   2 +-
 contrib/rtlbrowse/jrb.c          | 140 +++++------
 contrib/rtlbrowse/jrb.h          |  16 +-
 contrib/rtlbrowse/logfile.c      | 186 +++++++-------
 contrib/rtlbrowse/splay.c        |   2 +-
 contrib/rtlbrowse/stem_recurse.c |  50 ++--
 contrib/rtlbrowse/tcl_helper.c   |  24 +-
 contrib/rtlbrowse/tree_widget.c  |  10 +-
 contrib/rtlbrowse/vlex.c         |   8 +-
 debian/upstream/metadata         |   5 +
 src/ae2.c                        | 126 +++++-----
 src/ae2.h                        |   2 +-
 src/analyzer.c                   |  90 +++----
 src/analyzer.h                   |  36 +--
 src/baseconvert.c                | 218 ++++++++--------
 src/bitvec.c                     | 120 ++++-----
 src/bsearch.c                    |  22 +-
 src/bsearch.h                    |   2 +-
 src/busy.c                       |  14 +-
 src/busy.h                       |   2 +-
 src/clipping.c                   |   6 +-
 src/color.c                      |   6 +-
 src/color.h                      |   2 +-
 src/currenttime.c                |  46 ++--
 src/currenttime.h                |   2 +-
 src/debug.c                      |  30 +--
 src/debug.h                      |   6 +-
 src/discardbuttons.c             |   6 +-
 src/edgebuttons.c                |  52 ++--
 src/edgebuttons.h                |   2 +-
 src/entry.c                      |   2 +-
 src/extload.c                    | 126 +++++-----
 src/extload.h                    |   2 +-
 src/fetchbuttons.c               |  18 +-
 src/fgetdynamic.c                |   8 +-
 src/fgetdynamic.h                |   2 +-
 src/file.c                       |  36 +--
 src/fonts.c                      |  24 +-
 src/fonts.h                      |   6 +-
 src/fsdb_wrapper_api.cc          |   8 +-
 src/fsdb_wrapper_api.h           |   4 +-
 src/fst.c                        | 158 ++++++------
 src/fst.h                        |   2 +-
 src/gconf.c                      |   6 +-
 src/ghw.c                        |  64 ++---
 src/ghw.h                        |   2 +-
 src/ghwlib.c                     |  30 +--
 src/ghwlib.h                     |   4 +-
 src/globals.c                    | 178 ++++++-------
 src/globals.h                    |  42 ++--
 src/help.c                       |  18 +-
 src/helpers/evcd2vcd.c           |  58 ++---
 src/helpers/fst/fastlz.c         |  18 +-
 src/helpers/fst/fastlz.h         |  26 +-
 src/helpers/fst/fstapi.c         | 531 ++++++++++++++++++++-------------------
 src/helpers/fst/fstapi.h         |   4 +-
 src/helpers/fst2vcd.c            |  24 +-
 src/helpers/fstminer.c           |  30 +--
 src/helpers/ghwdump.c            |   6 +-
 src/helpers/lxt2_read.c          | 134 +++++-----
 src/helpers/lxt2_read.h          |  10 +-
 src/helpers/lxt2_write.c         | 120 ++++-----
 src/helpers/lxt2_write.h         |  22 +-
 src/helpers/lxt2miner.c          |  24 +-
 src/helpers/lxt2vcd.c            |  44 ++--
 src/helpers/lxt_write.c          | 154 ++++++------
 src/helpers/lxt_write.h          |  26 +-
 src/helpers/scopenav.c           |  16 +-
 src/helpers/shmidcat.c           |  14 +-
 src/helpers/v2l_analyzer.h       |  20 +-
 src/helpers/v2l_analyzer_lxt2.h  |  20 +-
 src/helpers/v2l_debug.c          |  28 +--
 src/helpers/v2l_debug.h          |  20 +-
 src/helpers/v2l_debug_lxt2.c     |  28 +--
 src/helpers/v2l_debug_lxt2.h     |  18 +-
 src/helpers/vcd2fst.c            |  96 +++----
 src/helpers/vcd2lxt.c            | 188 +++++++-------
 src/helpers/vcd2lxt2.c           | 176 ++++++-------
 src/helpers/vcd2vzt.c            | 178 ++++++-------
 src/helpers/vzt2vcd.c            |  46 ++--
 src/helpers/vzt_read.c           | 146 +++++------
 src/helpers/vzt_read.h           |  10 +-
 src/helpers/vzt_write.c          | 108 ++++----
 src/helpers/vzt_write.h          |  22 +-
 src/helpers/vztminer.c           |  26 +-
 src/hierpack.c                   |  18 +-
 src/hierpack.h                   |   2 +-
 src/hiersearch.c                 | 114 ++++-----
 src/interp.c                     |  10 +-
 src/jrb.c                        | 140 +++++------
 src/jrb.h                        |  16 +-
 src/logfile.c                    |  34 +--
 src/lx2.c                        |  74 +++---
 src/lx2.h                        |   2 +-
 src/lxt.c                        | 196 +++++++--------
 src/lxt.h                        |   4 +-
 src/main.c                       | 162 ++++++------
 src/main.h                       |   2 +-
 src/markerbox.c                  |  24 +-
 src/menu.c                       | 343 +++++++++++++------------
 src/menu.h                       |   6 +-
 src/mouseover.c                  |  28 +--
 src/mouseover_sigs.c             |  30 +--
 src/pagebuttons.c                |  10 +-
 src/pipeio.c                     |   2 +-
 src/pipeio.h                     |   2 +-
 src/pixmaps.c                    |  20 +-
 src/pixmaps.h                    |   2 +-
 src/print.c                      | 100 ++++----
 src/print.h                      |   2 +-
 src/ptranslate.c                 |  22 +-
 src/ptranslate.h                 |   2 +-
 src/rc.c                         |   2 +-
 src/rc.h                         |   2 +-
 src/regex.c                      |   6 +-
 src/renderopt.c                  |  42 ++--
 src/savefile.c                   | 148 +++++------
 src/search.c                     |  96 +++----
 src/shiftbuttons.c               |   8 +-
 src/showchange.c                 |   6 +-
 src/signalwindow.c               | 108 ++++----
 src/simplereq.c                  |   2 +-
 src/splash.c                     |  30 +--
 src/status.c                     |  24 +-
 src/strace.c                     | 104 ++++----
 src/strace.h                     |  54 ++--
 src/symbol.c                     |  52 ++--
 src/symbol.h                     |   4 +-
 src/tcl_commands.c               | 196 +++++++--------
 src/tcl_helper.c                 | 178 ++++++-------
 src/tcl_helper.h                 |   4 +-
 src/tcl_np.c                     |  90 +++----
 src/tcl_support_commands.c       |  64 ++---
 src/tcl_support_commands.h       |  12 +-
 src/timeentry.c                  |  40 +--
 src/translate.c                  |  22 +-
 src/translate.h                  |   2 +-
 src/tree.c                       |  40 +--
 src/tree.h                       |   2 +-
 src/tree_component.c             |   4 +-
 src/treesearch.c                 |   2 +-
 src/treesearch.h                 |   2 +-
 src/treesearch_gtk1.c            |  54 ++--
 src/treesearch_gtk2.c            | 130 +++++-----
 src/ttranslate.c                 | 106 ++++----
 src/ttranslate.h                 |   2 +-
 src/twinwave.c                   |  20 +-
 src/vcd.c                        | 184 +++++++-------
 src/vcd.h                        |  12 +-
 src/vcd_partial.c                | 228 ++++++++---------
 src/vcd_recoder.c                | 244 +++++++++---------
 src/vcd_saver.c                  | 122 ++++-----
 src/version.h                    |   2 +-
 src/vlist.c                      |  90 +++----
 src/vlist.h                      |   6 +-
 src/vzt.c                        |  84 +++----
 src/vzt.h                        |   2 +-
 src/wavealloca.h                 |   6 +-
 src/wavewindow.c                 | 472 +++++++++++++++++-----------------
 src/wavewindow.h                 |   2 +-
 src/zoombuttons.c                |  28 +--
 165 files changed, 4456 insertions(+), 4444 deletions(-)
 create mode 100644 debian/upstream/metadata

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gtkwave.git



More information about the Pkg-electronics-commits mailing list