[lttoolbox] branch master updated (5b8b102 -> 19a75f5)

Tino Didriksen tinodidriksen-guest at moszumanska.debian.org
Sat Jan 2 14:23:23 UTC 2016


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

tinodidriksen-guest pushed a change to branch master
in repository lttoolbox.

      from  5b8b102   Revert "791195 fix: Rename lib packages"
       new  3b289f3   Imported Upstream version 3.3.2~r63423
       new  19a75f5   Imported Debian patch 3.3.2~r63423-1

The 2 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:
 COPYING                                           |  41 +-
 Makefile.am                                       |   3 +-
 configure.ac                                      |  66 +--
 debian/changelog                                  |  17 +-
 debian/rules                                      |   3 -
 lttoolbox/alphabet.cc                             |   4 +-
 lttoolbox/alphabet.h                              |   4 +-
 lttoolbox/att_compiler.cc                         |   7 +-
 lttoolbox/att_compiler.h                          |   4 +-
 lttoolbox/buffer.h                                |   4 +-
 lttoolbox/compiler.cc                             |  10 +-
 lttoolbox/compiler.h                              |   4 +-
 lttoolbox/compression.cc                          |   4 +-
 lttoolbox/compression.h                           |   4 +-
 lttoolbox/dix.dtd                                 |   4 +-
 lttoolbox/entry_token.cc                          |   7 +-
 lttoolbox/entry_token.h                           |   4 +-
 lttoolbox/exception.h                             |   6 +-
 lttoolbox/expander.cc                             |  11 +-
 lttoolbox/expander.h                              |   4 +-
 lttoolbox/fst_processor.cc                        | 563 +++++++++++-----------
 lttoolbox/fst_processor.h                         |  10 +-
 lttoolbox/lt_comp.cc                              |   4 +-
 lttoolbox/lt_expand.cc                            |   4 +-
 lttoolbox/lt_locale.cc                            |   4 +-
 lttoolbox/lt_locale.h                             |   4 +-
 lttoolbox/lt_print.cc                             |   4 +-
 lttoolbox/lt_proc.cc                              |  48 +-
 lttoolbox/lt_tmxcomp.cc                           |   4 +-
 lttoolbox/lt_tmxproc.cc                           |   4 +-
 lttoolbox/lt_trim.cc                              |   8 +-
 lttoolbox/ltstr.h                                 |   4 +-
 lttoolbox/match_exe.cc                            |   7 +-
 lttoolbox/match_exe.h                             |   4 +-
 lttoolbox/match_node.cc                           |   4 +-
 lttoolbox/match_node.h                            |   4 +-
 lttoolbox/match_state.cc                          |  10 +-
 lttoolbox/match_state.h                           |   4 +-
 lttoolbox/my_stdio.h                              |   4 +-
 lttoolbox/node.cc                                 |   4 +-
 lttoolbox/node.h                                  |   4 +-
 lttoolbox/pattern_list.cc                         |   7 +-
 lttoolbox/pattern_list.h                          |   4 +-
 lttoolbox/regexp_compiler.cc                      |  10 +-
 lttoolbox/regexp_compiler.h                       |   4 +-
 lttoolbox/sorted_vector.cc                        |   4 +-
 lttoolbox/sorted_vector.h                         |   4 +-
 lttoolbox/state.cc                                |   4 +-
 lttoolbox/state.h                                 |   4 +-
 lttoolbox/tmx_compiler.cc                         |   7 +-
 lttoolbox/tmx_compiler.h                          |   4 +-
 lttoolbox/trans_exe.cc                            |   7 +-
 lttoolbox/trans_exe.h                             |   4 +-
 lttoolbox/transducer.cc                           | 141 +++---
 lttoolbox/transducer.h                            |  18 +-
 lttoolbox/xml_parse_util.cc                       |   4 +-
 lttoolbox/xml_parse_util.h                        |   4 +-
 tests/data/biproc-skips-tags-mono.dix             |  14 +
 tests/data/double-clitics-bi.dix                  |  16 +
 tests/data/double-clitics-mono.dix                |  24 +
 tests/data/en-af.automorf.bin                     | Bin 217450 -> 0 bytes
 tests/lt_proc/__init__.py                         |  24 +-
 tests/lt_proc/null_flush.py                       |  49 --
 tests/lt_proc/null_flush_invalid_stream_format.py |  42 ++
 tests/lt_trim/__init__.py                         |  80 +--
 tests/proctest.py                                 |  59 ++-
 tests/run_tests.py                                |   5 +-
 67 files changed, 684 insertions(+), 776 deletions(-)
 create mode 100644 tests/data/biproc-skips-tags-mono.dix
 create mode 100644 tests/data/double-clitics-bi.dix
 create mode 100644 tests/data/double-clitics-mono.dix
 delete mode 100644 tests/data/en-af.automorf.bin
 delete mode 100644 tests/lt_proc/null_flush.py
 create mode 100644 tests/lt_proc/null_flush_invalid_stream_format.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lttoolbox.git



More information about the debian-science-commits mailing list