[libdap] 02/10: Merge branch 'upstream' (3.15.1) into debian/experimental

Alastair McKinstry mckinstry at moszumanska.debian.org
Fri Nov 6 11:40:51 UTC 2015


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

mckinstry pushed a commit to branch debian/experimental
in repository libdap.

commit 3016ba8d7cb27d4a0ef5803f1c1c0e0dc3de3965
Merge: c9e1b3d ae516a8
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Sat Oct 17 03:41:27 2015 +0100

    Merge branch 'upstream' (3.15.1) into debian/experimental

 Array.cc                                           |    7 +-
 AttrTable.h                                        |    5 +-
 BaseType.cc                                        |   46 +-
 BaseType.h                                         |  114 +-
 Byte.cc                                            |    4 +-
 ChangeLog                                          |  876 +++++++
 Connect.cc                                         |   51 +-
 Connect.h                                          |   14 +-
 D4Connect.cc                                       |  647 +----
 D4Enum.cc                                          |   20 +-
 D4Enum.h                                           |   42 +-
 D4EnumDefs.cc                                      |    4 +-
 D4EnumDefs.h                                       |   11 +
 D4Group.cc                                         |   22 +-
 D4Opaque.cc                                        |   20 +-
 D4Opaque.h                                         |    5 +
 D4ParserSax2.cc                                    |  360 ++-
 D4Sequence.cc                                      |   53 +-
 D4Sequence.h                                       |    5 +
 D4StreamMarshaller.cc                              |   55 +
 D4StreamMarshaller.h                               |   30 +-
 DAS.cc                                             |    8 +-
 DDS.cc                                             |    8 +-
 DDXParserSAX2.cc                                   |   25 +-
 DDXParserSAX2.h                                    |    5 +-
 DODSFilter.cc                                      |    8 +-
 Float64.cc                                         |   11 +-
 HTTPCache.cc                                       |   37 +-
 HTTPCache.h                                        |   49 +-
 HTTPCacheTable.cc                                  |   24 +-
 HTTPCacheTable.h                                   |  365 ++-
 HTTPConnect.cc                                     |   14 +-
 HTTPConnect.h                                      |    2 +-
 INSTALL                                            |   54 +-
 Makefile.am                                        |   65 +-
 Makefile.in                                        | 1295 +++++-----
 Marshaller.h                                       |   90 +-
 MarshallerThread.cc                                |  293 +++
 MarshallerThread.h                                 |  154 ++
 NEWS                                               |   43 +
 Operators.h                                        |    2 +-
 RCReader.cc                                        |  293 ++-
 RCReader.h                                         |    6 +-
 README                                             |   23 +
 Sequence.cc                                        |   31 +-
 Sequence.h                                         |  194 +-
 VCPP/sample/getdap.cc                              |    2 +-
 Vector.cc                                          |  583 +----
 Vector.h                                           |  121 +-
 XDRFileMarshaller.cc                               |  161 +-
 XDRFileMarshaller.h                                |   56 +-
 XDRStreamMarshaller.cc                             |  744 +++---
 XDRStreamMarshaller.h                              |   98 +-
 aclocal.m4                                         |  525 +++--
 conf/._compile                                     |  Bin 240 -> 222 bytes
 conf/._config.guess                                |  Bin 240 -> 222 bytes
 conf/._config.sub                                  |  Bin 240 -> 222 bytes
 conf/._depcomp                                     |  Bin 240 -> 222 bytes
 conf/._install-sh                                  |  Bin 240 -> 222 bytes
 conf/._missing                                     |  Bin 240 -> 222 bytes
 conf/._test-driver                                 |  Bin 0 -> 222 bytes
 conf/compile                                       |    9 +-
 conf/config.guess                                  |  194 +-
 conf/config.rpath                                  |   18 +-
 conf/config.sub                                    |  110 +-
 conf/depcomp                                       |  454 ++--
 conf/gcov_valgrind.m4                              |   48 +-
 conf/missing                                       |  405 ++--
 conf/snippet/arg-nonnull.h                         |    2 +-
 conf/snippet/c++defs.h                             |    2 +-
 conf/snippet/warn-on-use.h                         |    2 +-
 conf/test-driver                                   |  139 ++
 config.h.in                                        |  102 +-
 configure                                          | 1597 +++++++------
 configure.ac                                       |   88 +-
 d4_ce/D4ConstraintEvaluator.cc                     |   12 +-
 d4_ce/D4FunctionEvaluator.h                        |  115 -
 d4_ce/Makefile.am                                  |  106 +-
 d4_ce/Makefile.in                                  |  428 ++--
 d4_ce/gen_grammar_sources/FlexLexer.h.tmp          |  206 --
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.cc.tmp  | 1861 ---------------
 d4_ce/gen_grammar_sources/d4_ce_parser.tab.hh.tmp  |  731 ------
 .../d4_function_parser.tab.cc.tmp                  | 2467 --------------------
 .../d4_function_parser.tab.hh.tmp                  |  783 -------
 d4_ce/gen_grammar_sources/lex.d4_ce.cc.tmp         | 2145 -----------------
 d4_ce/gen_grammar_sources/lex.d4_function.cc.tmp   | 2172 -----------------
 d4_ce/lex.d4_ce.cc                                 | 2145 -----------------
 d4_ce/lex.d4_function.cc                           | 2172 -----------------
 {d4_ce => d4_function}/D4FunctionEvaluator.cc      |  184 +-
 d4_function/D4FunctionEvaluator.h                  |  171 ++
 {d4_ce => d4_function}/D4FunctionScanner.h         |    0
 d4_function/Makefile.am                            |   68 +
 {d4_ce => d4_function}/Makefile.in                 |  439 ++--
 {d4_ce => d4_function}/d4_function_parser.tab.cc   |    0
 {d4_ce => d4_function}/d4_function_parser.tab.hh   |    0
 {d4_ce => d4_function}/d4_function_parser.yy       |    0
 {d4_ce => d4_function}/d4_function_scanner.ll      |    0
 .../location.hh.tmp => d4_function/location.hh     |   12 +-
 .../position.hh.tmp => d4_function/position.hh     |   20 +-
 .../stack.hh.tmp => d4_function/stack.hh           |   10 +-
 das.tab.cc                                         |   56 +-
 das.yy                                             |   52 +-
 dds.tab.cc                                         |  333 ++-
 dds.yy                                             |  246 +-
 debug.h                                            |    2 +
 doxy.conf                                          |    2 +-
 getdap.cc                                          |    2 +-
 getdap4.cc                                         |    2 +-
 gl/Makefile.am                                     |   34 +-
 gl/Makefile.in                                     |  331 +--
 gl/alloca.in.h                                     |    2 +-
 gl/btowc.c                                         |    2 +-
 gl/byteswap.in.h                                   |    2 +-
 gl/config.charset                                  |    6 +-
 gl/gettext.h                                       |    2 +-
 gl/glthread/lock.c                                 |    2 +-
 gl/glthread/lock.h                                 |    2 +-
 gl/glthread/threadlib.c                            |    2 +-
 gl/langinfo.in.h                                   |   20 +-
 gl/localcharset.c                                  |   81 +-
 gl/localcharset.h                                  |    2 +-
 gl/locale.in.h                                     |    2 +-
 gl/localeconv.c                                    |    2 +-
 gl/m4/00gnulib.m4                                  |   22 +-
 gl/m4/absolute-header.m4                           |  102 +
 gl/m4/alloca.m4                                    |    2 +-
 gl/m4/btowc.m4                                     |    2 +-
 gl/m4/byteswap.m4                                  |    2 +-
 gl/m4/codeset.m4                                   |    2 +-
 gl/m4/configmake.m4                                |    2 +-
 gl/m4/eealloc.m4                                   |    2 +-
 gl/m4/extensions.m4                                |    7 +-
 gl/m4/extern-inline.m4                             |   60 +-
 gl/m4/fcntl-o.m4                                   |    2 +-
 gl/m4/glibc21.m4                                   |    2 +-
 gl/m4/gnulib-cache.m4                              |    2 +-
 gl/m4/gnulib-common.m4                             |  124 +-
 gl/m4/gnulib-comp.m4                               |   18 +-
 gl/m4/gnulib-tool.m4                               |    2 +-
 gl/m4/include_next.m4                              |   55 +-
 gl/m4/langinfo_h.m4                                |    2 +-
 gl/m4/lib-ld.m4                                    |    2 +-
 gl/m4/lib-link.m4                                  |    2 +-
 gl/m4/lib-prefix.m4                                |    2 +-
 gl/m4/localcharset.m4                              |    2 +-
 gl/m4/locale-fr.m4                                 |    2 +-
 gl/m4/locale-ja.m4                                 |    2 +-
 gl/m4/locale-zh.m4                                 |    2 +-
 gl/m4/locale_h.m4                                  |    2 +-
 gl/m4/localeconv.m4                                |    2 +-
 gl/m4/lock.m4                                      |    2 +-
 gl/m4/longlong.m4                                  |    2 +-
 gl/m4/malloc.m4                                    |   98 -
 gl/m4/mbrtowc.m4                                   |   48 +-
 gl/m4/mbsinit.m4                                   |    2 +-
 gl/m4/mbstate_t.m4                                 |    2 +-
 gl/m4/mbtowc.m4                                    |    2 +-
 gl/m4/multiarch.m4                                 |    2 +-
 gl/m4/nl_langinfo.m4                               |    2 +-
 gl/m4/off_t.m4                                     |    2 +-
 gl/m4/regex.m4                                     |   30 +-
 gl/m4/ssize_t.m4                                   |    2 +-
 gl/m4/stdbool.m4                                   |    2 +-
 gl/m4/stddef_h.m4                                  |   10 +-
 gl/m4/stdint.m4                                    |    2 +-
 gl/m4/stdlib_h.m4                                  |    4 +-
 gl/m4/sys_types_h.m4                               |    2 +-
 gl/m4/threadlib.m4                                 |   40 +-
 gl/m4/unistd_h.m4                                  |    6 +-
 gl/m4/warn-on-use.m4                               |    2 +-
 gl/m4/wchar_h.m4                                   |    2 +-
 gl/m4/wchar_t.m4                                   |    2 +-
 gl/m4/wcrtomb.m4                                   |    2 +-
 gl/m4/wctype_h.m4                                  |    2 +-
 gl/m4/wint_t.m4                                    |    2 +-
 gl/malloc.c                                        |   56 -
 gl/mbrtowc.c                                       |    9 +-
 gl/mbsinit.c                                       |    2 +-
 gl/mbtowc-impl.h                                   |    2 +-
 gl/mbtowc.c                                        |    2 +-
 gl/nl_langinfo.c                                   |  255 +-
 gl/ref-add.sin                                     |    2 +-
 gl/ref-del.sin                                     |    2 +-
 gl/regcomp.c                                       |   24 +-
 gl/regex.c                                         |    2 +-
 gl/regex.h                                         |    4 +-
 gl/regex_internal.c                                |   21 +-
 gl/regex_internal.h                                |    8 +-
 gl/regexec.c                                       |    2 +-
 gl/stdbool.in.h                                    |    2 +-
 gl/stddef.in.h                                     |   54 +-
 gl/stdint.in.h                                     |    5 +-
 gl/stdlib.in.h                                     |   25 +-
 gl/streq.h                                         |    2 +-
 gl/sys_types.in.h                                  |    4 +-
 gl/unistd.in.h                                     |   54 +-
 gl/verify.h                                        |    2 +-
 gl/wchar.in.h                                      |   11 +-
 gl/wcrtomb.c                                       |    2 +-
 gl/wctype.in.h                                     |    2 +-
 libdap.spec                                        |    4 +-
 main_page.doxygen.in                               |    3 +-
 media_types.h                                      |    2 +
 mime_util.h                                        |    2 +
 tests/DASTest                                      |   10 +-
 tests/DDSTest                                      |   10 +-
 tests/DMRTest                                      |   10 +-
 tests/EXPRTest                                     |   10 +-
 tests/Makefile.am                                  |   40 +-
 tests/Makefile.in                                  |  803 ++++---
 tests/ResponseBuilder.cc                           |    7 +
 tests/TestArray.cc                                 |  316 ++-
 tests/TestFunction.cc                              |    2 +-
 tests/atconfig                                     |   20 -
 tests/atlocal                                      |    5 -
 tests/das-test.cc                                  |    2 +-
 tests/dds-test.cc                                  |    2 +-
 tests/dmr-test.cc                                  |    2 +-
 tests/expr-test.cc                                 |    2 +-
 tests/expr-testsuite/test.2                        |   12 +-
 tests/expr-testsuite/test.2a                       |   14 +-
 tests/getdapTest                                   |   10 +-
 tests/package.m4                                   |    4 +-
 unit-tests/AttrTableTest.cc                        |    4 +-
 unit-tests/D4AsyncDocTest.cc                       |    4 +-
 unit-tests/D4DimensionsTest.cc                     |    4 +-
 unit-tests/D4EnumTest.cc                           |    4 +-
 unit-tests/D4GroupTest.cc                          |    4 +-
 unit-tests/D4MarshallerTest.cc                     |    4 +-
 unit-tests/D4ParserSax2Test.cc                     |    4 +-
 unit-tests/D4UnMarshallerTest.cc                   |    4 +-
 unit-tests/DDSTest.cc                              |    4 +-
 unit-tests/DDXParserTest.cc                        |    2 +-
 unit-tests/DMRTest.cc                              |    4 +-
 unit-tests/HTTPCacheTest.cc                        |    4 +-
 unit-tests/HTTPConnectTest.cc                      |    4 +-
 unit-tests/Makefile.am                             |    5 +-
 unit-tests/Makefile.in                             | 1201 +++++++---
 unit-tests/MarshallerTest.cc                       | 1285 +++++++---
 unit-tests/RCReaderTest.cc                         |    8 +-
 unit-tests/SequenceTest.cc                         |    2 +-
 unit-tests/ServerFunctionsListUnitTest.cc          |    2 +-
 unit-tests/SignalHandlerTest.cc                    |    4 +-
 unit-tests/cache-testsuite/Makefile.in             |  103 +-
 unit-tests/chunked_iostream_test.cc                |    4 +-
 unit-tests/marshT.cc                               |  778 +++---
 unit-tests/valgrind_suppressions.txt               |   90 +
 util.cc                                            |  446 ++--
 util.h                                             |   28 +-
 249 files changed, 11527 insertions(+), 23409 deletions(-)

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



More information about the debian-science-commits mailing list