[Pkg-electronics-commits] [gtkwave] 02/03: Merge tag 'upstream/3.3.48'

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Thu Sep 12 12:56:56 UTC 2013


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

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

commit de9a4856b938823e601d24b8afbd3b4c2e654c36
Merge: e8414db 82b004a
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Sat Aug 24 17:02:32 2013 +0200

    Merge tag 'upstream/3.3.48'
    
    Upstream version 3.3.48

 ChangeLog                                         |   33 +
 LICENSE.TXT                                       |    2 +-
 Makefile.in                                       |    6 +
 configure                                         | 1553 +++++++++++++++------
 configure.ac                                      |   89 +-
 contrib/Makefile.in                               |    6 +
 contrib/bundle_for_osx/Info-gtkwave.plist         |    6 +-
 contrib/pccts/IBM_VISUAL_AGE_PROJECTS/Makefile.in |    6 +
 contrib/pccts/Makefile.in                         |    6 +
 contrib/pccts/antlr/Makefile.in                   |    6 +
 contrib/pccts/dlg/Makefile.in                     |    6 +
 contrib/pccts/h/Makefile.in                       |    6 +
 contrib/pccts/sorcerer/Makefile.in                |    6 +
 contrib/pccts/sorcerer/h/Makefile.in              |    6 +
 contrib/pccts/sorcerer/lib/Makefile.in            |    6 +
 contrib/pccts/sorcerer/test/Makefile.in           |    6 +
 contrib/pccts/sorcerer/test/test7/Makefile.in     |    6 +
 contrib/pccts/sorcerer/testcpp/Makefile.in        |    6 +
 contrib/pccts/support/DECmms/Makefile.in          |    6 +
 contrib/pccts/support/Makefile.in                 |    6 +
 contrib/pccts/support/genmk/Makefile.in           |    6 +
 contrib/pccts/support/rexpr/Makefile.in           |    6 +
 contrib/pccts/support/set/Makefile.in             |    6 +
 contrib/pccts/support/sym/Makefile.in             |    6 +
 contrib/pccts/testcpp/Makefile.in                 |    6 +
 contrib/rtlbrowse/Makefile.in                     |    6 +
 contrib/rtlbrowse/vlex.l                          |    8 +-
 contrib/vermin/Makefile.in                        |    6 +
 doc/Makefile.in                                   |    6 +
 examples/Makefile.in                              |    6 +
 examples/gtkwaverc                                |    1 +
 man/Makefile.in                                   |    6 +
 share/Makefile.in                                 |    6 +
 share/applications/Makefile.in                    |    6 +
 share/icons/Makefile.in                           |    6 +
 share/icons/gnome/16x16/Makefile.in               |    6 +
 share/icons/gnome/16x16/mimetypes/Makefile.in     |    6 +
 share/icons/gnome/32x32/Makefile.in               |    6 +
 share/icons/gnome/32x32/mimetypes/Makefile.in     |    6 +
 share/icons/gnome/48x48/Makefile.in               |    6 +
 share/icons/gnome/48x48/mimetypes/Makefile.in     |    6 +
 share/icons/gnome/Makefile.in                     |    6 +
 share/mime/Makefile.in                            |    6 +
 share/mime/packages/Makefile.in                   |    6 +
 src/Makefile.am                                   |   11 +-
 src/Makefile.in                                   |   96 +-
 src/analyzer.h                                    |   42 +-
 src/bitvec.c                                      |    8 +-
 src/cocoa/Makefile.in                             |    6 +
 src/entry.c                                       |   18 +-
 src/extload.c                                     | 1083 +++++++++-----
 src/extload.h                                     |    4 +
 src/fsdb_wrapper_api.cc                           |  725 ++++++++++
 src/fsdb_wrapper_api.h                            |   65 +
 src/fst.c                                         |   45 +-
 src/globals.c                                     |   67 +-
 src/globals.h                                     |   22 +
 src/helpers/Makefile.in                           |    6 +
 src/helpers/evcd2vcd.c                            |    4 +
 src/helpers/fst/Makefile.in                       |    6 +
 src/helpers/fst/fstapi.c                          |  199 ++-
 src/helpers/fst/fstapi.h                          |  104 +-
 src/helpers/fst2vcd.c                             |    5 +-
 src/helpers/lxt2miner.c                           |    4 +
 src/helpers/lxt2vcd.c                             |    4 +
 src/helpers/vcd2fst.c                             |  322 ++++-
 src/helpers/vcd2lxt2.c                            |    4 +
 src/helpers/vcd2vzt.c                             |    4 +
 src/helpers/vzt2vcd.c                             |    4 +
 src/libbz2/Makefile.in                            |    6 +
 src/liblzma/Makefile.in                           |    6 +
 src/libz/Makefile.in                              |    6 +
 src/lx2.c                                         |    3 +
 src/lx2.h                                         |    2 +-
 src/main.c                                        |   11 +-
 src/menu.c                                        |  118 +-
 src/menu.h                                        |    2 +
 src/pixmaps.c                                     |  604 ++++++++
 src/savefile.c                                    |    2 +-
 src/signalwindow.c                                |   14 +-
 src/status.c                                      |    1 +
 src/tcl_commands.c                                |    1 +
 src/tree.c                                        |    7 +
 src/tree.h                                        |    9 +-
 src/treesearch.h                                  |    2 +-
 src/treesearch_gtk2.c                             |   41 +-
 src/vcd.c                                         |   14 +
 src/vcd.h                                         |    9 +-
 src/vcd_keywords.c                                |  154 +-
 src/vcd_keywords.gperf                            |    8 +
 src/vcd_partial.c                                 |    7 +-
 src/vcd_recoder.c                                 |    6 +
 92 files changed, 4840 insertions(+), 965 deletions(-)

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