18240: branches/1.2/ branches/1.2/xapian-applications/omega/extra/ branches/1.2/xapian-bindings/java-swig/docs/ branches/1.2/xapian-bindings/java-swig/docs/examples/ branches/1.2/xapian-bindings/perl/Search/Xapian/ branches/1.2/xapian-bindings/perl/t/ branches/1.2/xapian-bindings/perl/t/symbol-test/ branches/1.2/xapian-bindings/python/ branches/1.2/xapian-bindings/ruby/ branches/1.2/xapian-core/ branches/1.2/xapian-core/api/ branches/1.2/xapian-core/backends/ branches/1.2/xapian-core/backends/brass/ branches/1.2/xapian-core/backends/chert/ branches/1.2/xapian-core/backends/flint/ branches/1.2/xapian-core/bin/ branches/1.2/xapian-core/common/ branches/1.2/xapian-core/docs/ branches/1.2/xapian-core/include/xapian/ branches/1.2/xapian-core/m4-macros/ branches/1.2/xapian-core/matcher/ branches/1.2/xapian-core/net/ branches/1.2/xapian-core/tests/ branches/1.2/xapia

olly <[email protected]> Fri, 05 Sep 2014 15:53:36 +0100
Newsgroups gmane.comp.search.xapian.cvs
Message-ID <[email protected]>
SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       18240
Date:           2014-09-05 15:53:35 +0100 (Fri, 05 Sep 2014)

Log message (5 lines):
Backport change from trunk:
api/,backends/brass/,backends/chert/,backends/dbfactory_remote.cc,
matcher/mergepostlist.cc,matcher/remotesubmatch.cc,
net/progclient.cc: Add missing RETURN() markup for debug logging,
highlighted by warning from recent GCC.

Modified files:
_U  branches/1.2/
_U  branches/1.2/xapian-applications/omega/extra/omegascript.vim.in
_U  branches/1.2/xapian-bindings/java-swig/docs/examples/SimpleIndex.java
_U  branches/1.2/xapian-bindings/java-swig/docs/examples/SimpleSearch.java
_U  branches/1.2/xapian-bindings/java-swig/docs/index.html
_U  branches/1.2/xapian-bindings/perl/Search/Xapian/
_U  branches/1.2/xapian-bindings/perl/t/symbol-test/
_U  branches/1.2/xapian-bindings/perl/t/symbol-test.t
_U  branches/1.2/xapian-bindings/python/doxy2swig.py
_U  branches/1.2/xapian-bindings/python/generate-python-exceptions
_U  branches/1.2/xapian-bindings/ruby/generate-rdoc-stubs
_U  branches/1.2/xapian-core/
U   branches/1.2/xapian-core/ChangeLog
_U  branches/1.2/xapian-core/api/compactor.cc
_U  branches/1.2/xapian-core/api/keymaker.cc
U   branches/1.2/xapian-core/api/omdocument.cc
U   branches/1.2/xapian-core/api/omenquire.cc
UU  branches/1.2/xapian-core/api/registry.cc
U   branches/1.2/xapian-core/api/valueiterator.cc
_U  branches/1.2/xapian-core/backends/brass/Makefile
_U  branches/1.2/xapian-core/backends/brass/Makefile.mk
_U  branches/1.2/xapian-core/backends/brass/brass_alldocspostlist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_alldocspostlist.h
_U  branches/1.2/xapian-core/backends/brass/brass_alltermslist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_alltermslist.h
_U  branches/1.2/xapian-core/backends/brass/brass_btreebase.cc
_U  branches/1.2/xapian-core/backends/brass/brass_btreebase.h
_U  branches/1.2/xapian-core/backends/brass/brass_check.cc
_U  branches/1.2/xapian-core/backends/brass/brass_check.h
_U  branches/1.2/xapian-core/backends/brass/brass_compact.h
_U  branches/1.2/xapian-core/backends/brass/brass_cursor.cc
_U  branches/1.2/xapian-core/backends/brass/brass_cursor.h
UU  branches/1.2/xapian-core/backends/brass/brass_database.cc
_U  branches/1.2/xapian-core/backends/brass/brass_database.h
_U  branches/1.2/xapian-core/backends/brass/brass_databasereplicator.cc
_U  branches/1.2/xapian-core/backends/brass/brass_databasereplicator.h
_U  branches/1.2/xapian-core/backends/brass/brass_dbstats.cc
_U  branches/1.2/xapian-core/backends/brass/brass_dbstats.h
_U  branches/1.2/xapian-core/backends/brass/brass_document.cc
_U  branches/1.2/xapian-core/backends/brass/brass_document.h
_U  branches/1.2/xapian-core/backends/brass/brass_lazytable.h
_U  branches/1.2/xapian-core/backends/brass/brass_metadata.cc
_U  branches/1.2/xapian-core/backends/brass/brass_metadata.h
UU  branches/1.2/xapian-core/backends/brass/brass_positionlist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_positionlist.h
UU  branches/1.2/xapian-core/backends/brass/brass_postlist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_postlist.h
_U  branches/1.2/xapian-core/backends/brass/brass_record.h
_U  branches/1.2/xapian-core/backends/brass/brass_replicate_internal.h
_U  branches/1.2/xapian-core/backends/brass/brass_spelling.cc
_U  branches/1.2/xapian-core/backends/brass/brass_spelling.h
UU  branches/1.2/xapian-core/backends/brass/brass_spellingwordslist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_spellingwordslist.h
_U  branches/1.2/xapian-core/backends/brass/brass_synonym.cc
_U  branches/1.2/xapian-core/backends/brass/brass_synonym.h
_U  branches/1.2/xapian-core/backends/brass/brass_table.cc
_U  branches/1.2/xapian-core/backends/brass/brass_table.h
UU  branches/1.2/xapian-core/backends/brass/brass_termlist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_termlist.h
_U  branches/1.2/xapian-core/backends/brass/brass_termlisttable.cc
_U  branches/1.2/xapian-core/backends/brass/brass_termlisttable.h
_U  branches/1.2/xapian-core/backends/brass/brass_types.h
_U  branches/1.2/xapian-core/backends/brass/brass_valuelist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_valuelist.h
UU  branches/1.2/xapian-core/backends/brass/brass_values.cc
_U  branches/1.2/xapian-core/backends/brass/brass_values.h
_U  branches/1.2/xapian-core/backends/brass/brass_version.cc
_U  branches/1.2/xapian-core/backends/brass/brass_version.h
_U  branches/1.2/xapian-core/backends/chert/chert_compact.h
U   branches/1.2/xapian-core/backends/chert/chert_database.cc
U   branches/1.2/xapian-core/backends/chert/chert_spellingwordslist.cc
U   branches/1.2/xapian-core/backends/chert/chert_table.cc
U   branches/1.2/xapian-core/backends/chert/chert_termlist.cc
U   branches/1.2/xapian-core/backends/chert/chert_values.cc
U   branches/1.2/xapian-core/backends/dbfactory_remote.cc
_U  branches/1.2/xapian-core/backends/flint/flint_compact.h
_U  branches/1.2/xapian-core/backends/flint_lock.cc
_U  branches/1.2/xapian-core/backends/flint_lock.h
_U  branches/1.2/xapian-core/bin/xapian-check-brass.cc
_U  branches/1.2/xapian-core/bin/xapian-check-brass.h
_U  branches/1.2/xapian-core/bin/xapian-check-chert.cc
_U  branches/1.2/xapian-core/bin/xapian-check-chert.h
_U  branches/1.2/xapian-core/common/registryinternal.h
_U  branches/1.2/xapian-core/docs/doxygen_api.conf.in
_U  branches/1.2/xapian-core/docs/doxygen_source.conf.in
_U  branches/1.2/xapian-core/docs/doxygen_source_footer.html_tmpl
_U  branches/1.2/xapian-core/docs/doxygen_source_header.html_tmpl
_U  branches/1.2/xapian-core/docs/facets.rst
_U  branches/1.2/xapian-core/generate-exceptions
_U  branches/1.2/xapian-core/include/xapian/compactor.h
_U  branches/1.2/xapian-core/include/xapian/keymaker.h
_U  branches/1.2/xapian-core/include/xapian/registry.h
_U  branches/1.2/xapian-core/m4-macros/xapian.m4
_U  branches/1.2/xapian-core/matcher/collapser.h
_U  branches/1.2/xapian-core/matcher/localsubmatch.cc
_U  branches/1.2/xapian-core/matcher/localsubmatch.h
U   branches/1.2/xapian-core/matcher/mergepostlist.cc
_U  branches/1.2/xapian-core/matcher/multixorpostlist.cc
_U  branches/1.2/xapian-core/matcher/multixorpostlist.h
U   branches/1.2/xapian-core/matcher/remotesubmatch.cc
U   branches/1.2/xapian-core/net/progclient.cc
_U  branches/1.2/xapian-core/tests/api_postingsource.cc
_U  branches/1.2/xapian-core/tests/api_sortingold.cc
_U  branches/1.2/xapian-core/tests/harness/backendmanager_brass.cc
_U  branches/1.2/xapian-core/tests/harness/backendmanager_brass.h
_U  branches/1.2/xapian-core/tests/perftest/
_U  branches/1.2/xapian-core/tests/soaktest/
_U  branches/1.2/xapian-maintainer-tools/
_U  branches/1.2/xapian-maintainer-tools/debian/backport-source-packages

Links:
http://xapian.org/C?18240
http://xapian.org/C?18240?branches/1.2/xapian-core/ChangeLog
http://xapian.org/C?18240?branches/1.2/xapian-core/api/omdocument.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/api/omenquire.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/api/registry.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/api/valueiterator.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_database.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_positionlist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_postlist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_spellingwordslist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_termlist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/brass/brass_values.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/chert/chert_database.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/chert/chert_spellingwordslist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/chert/chert_table.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/chert/chert_termlist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/chert/chert_values.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/backends/dbfactory_remote.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/matcher/mergepostlist.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/matcher/remotesubmatch.cc
http://xapian.org/C?18240?branches/1.2/xapian-core/net/progclient.cc