18363: 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/queryparser/ branches/1.2/xapian-core/tests/ branches/

olly <[email protected]> Mon, 24 Nov 2014 06:20:57 +0000
Newsgroups gmane.comp.search.xapian.cvs
Message-ID <[email protected]>
SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       18363
Date:           2014-11-24 06:20:57 +0000 (Mon, 24 Nov 2014)

Log message (7 lines):
Backport change from trunk:
queryparser/lemon.c: Sync change from upstream: "In Lemon, when
comparing the output to the *.h file to see if it has changed, make
sure that the proposed new output and the preexisting output are the
same size before deciding that they are the same".  Generated code
is identical, but this will fix misbehaviour in a build from a
non-clean tree if new tokens get appended to queryparser_token.h.

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/registry.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
_U  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
_U  branches/1.2/xapian-core/backends/brass/brass_positionlist.cc
_U  branches/1.2/xapian-core/backends/brass/brass_positionlist.h
_U  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
_U  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
_U  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
_U  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/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/multixorpostlist.cc
_U  branches/1.2/xapian-core/matcher/multixorpostlist.h
U   branches/1.2/xapian-core/queryparser/lemon.c
_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?18363
http://xapian.org/C?18363?branches/1.2/xapian-core/ChangeLog
http://xapian.org/C?18363?branches/1.2/xapian-core/queryparser/lemon.c