richard | 1 Nov 2010 11:35

15141: trunk/xapian-core/ trunk/xapian-core/tests/soaktest/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       15141
Date:           2010-11-01 10:35:06 +0000 (Mon, 01 Nov 2010)

Log message (3 lines):
tests/soaktest/soaktest_queries.cc: Fix compilation: call c_str()
on argument to atoi, now that util.h no longer defines a string
wrapper.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/tests/soaktest/soaktest_queries.cc

Links:
http://xapian.org/C?15141
http://xapian.org/C?15141?trunk/xapian-core/ChangeLog
http://xapian.org/C?15141?trunk/xapian-core/tests/soaktest/soaktest_queries.cc
richard | 1 Nov 2010 15:50

15142: trunk/xapian-core/ trunk/xapian-core/matcher/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       15142
Date:           2010-11-01 14:50:00 +0000 (Mon, 01 Nov 2010)

Log message (8 lines):
matcher/multimatch.cc,matcher/multixorpostlist.cc,
matcher/multixorpostlist.h: Add debugging to print out the
postlist description after recalculation of maxweight, and to
MultiXorPostList methods.  Fix problem shown by soaktest where
the matcher was not told to recalculate the maxweight after a
MultiXorPostList child reached end, which was causing an
assertion failure in debug builds.  (This could also have been
causing some performance problems, but I have not measurements.)

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/matcher/multimatch.cc
U   trunk/xapian-core/matcher/multixorpostlist.cc
U   trunk/xapian-core/matcher/multixorpostlist.h

Links:
http://xapian.org/C?15142
http://xapian.org/C?15142?trunk/xapian-core/ChangeLog
http://xapian.org/C?15142?trunk/xapian-core/matcher/multimatch.cc
http://xapian.org/C?15142?trunk/xapian-core/matcher/multixorpostlist.cc
http://xapian.org/C?15142?trunk/xapian-core/matcher/multixorpostlist.h
olly | 2 Nov 2010 10:51

15143: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15143
Date:           2010-11-02 09:51:02 +0000 (Tue, 02 Nov 2010)

Log message (4 lines):
diritor.cc,diritor.h,loadfile.cc,loadfile.h,md5wrap.cc,md5wrap.h,
omindex.cc,scriptindex.cc: Use O_NOATIME if available and either the
file is owned by the current euid, or the current euid is 0 (i.e.
we're running as root).  Fixes ticket#222.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/diritor.cc
U   trunk/xapian-applications/omega/diritor.h
U   trunk/xapian-applications/omega/loadfile.cc
U   trunk/xapian-applications/omega/loadfile.h
U   trunk/xapian-applications/omega/md5wrap.cc
U   trunk/xapian-applications/omega/md5wrap.h
U   trunk/xapian-applications/omega/omindex.cc
U   trunk/xapian-applications/omega/scriptindex.cc

Links:
http://xapian.org/C?15143
http://xapian.org/C?15143?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15143?trunk/xapian-applications/omega/diritor.cc
http://xapian.org/C?15143?trunk/xapian-applications/omega/diritor.h
http://xapian.org/C?15143?trunk/xapian-applications/omega/loadfile.cc
http://xapian.org/C?15143?trunk/xapian-applications/omega/loadfile.h
http://xapian.org/C?15143?trunk/xapian-applications/omega/md5wrap.cc
(Continue reading)

richard | 4 Nov 2010 10:03

15144: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       15144
Date:           2010-11-04 09:03:22 +0000 (Thu, 04 Nov 2010)

Log message (5 lines):
utf8convert.cc,utf8converttest.cc: If iconv can't handle a
charset, check if it's of the form (UTF|UCS)[_ ]?.* and if so,
convert to the official hypenated form.  Should fix failure of
utf8converttest on OSX, where it fails due to iconv not
supporting "UTF16".

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/utf8convert.cc
U   trunk/xapian-applications/omega/utf8converttest.cc

Links:
http://xapian.org/C?15144
http://xapian.org/C?15144?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15144?trunk/xapian-applications/omega/utf8convert.cc
http://xapian.org/C?15144?trunk/xapian-applications/omega/utf8converttest.cc
olly | 4 Nov 2010 10:04

15145: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15145
Date:           2010-11-04 09:04:25 +0000 (Thu, 04 Nov 2010)

Log message (2 lines):
utils.cc: Fix misuse of BUFSIZE which should be sizeof(buf) (issue
reported by compilation with CPPFLAGS=-D_GLIBCXX_DEBUG).

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/utils.cc

Links:
http://xapian.org/C?15145
http://xapian.org/C?15145?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15145?trunk/xapian-applications/omega/utils.cc
olly | 4 Nov 2010 12:04

15146: trunk/search-xapian/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15146
Date:           2010-11-04 11:04:18 +0000 (Thu, 04 Nov 2010)

Log message (2 lines):
Makefile.PL now looks for CXXFLAGS and CPPFLAGS passed on the
command line, and adds tehm to CCFLAGS in the generated Makefile.

Modified files:
U   trunk/search-xapian/Changes
U   trunk/search-xapian/Makefile.PL
U   trunk/search-xapian/README

Links:
http://xapian.org/C?15146
http://xapian.org/C?15146?trunk/search-xapian/Changes
http://xapian.org/C?15146?trunk/search-xapian/Makefile.PL
http://xapian.org/C?15146?trunk/search-xapian/README
olly | 4 Nov 2010 12:04

15147: trunk/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15147
Date:           2010-11-04 11:04:56 +0000 (Thu, 04 Nov 2010)

Log message (1 line):
Pass through CXXFLAGS and CPPFLAGS to Makefile.PL.

Modified files:
U   trunk/bootstrap

Links:
http://xapian.org/C?15147
http://xapian.org/C?15147?trunk/bootstrap
olly | 4 Nov 2010 12:39

15148: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15148
Date:           2010-11-04 11:39:37 +0000 (Thu, 04 Nov 2010)

Log message (2 lines):
utf8converttest.cc: Add back in testcases for charset names with
hyphens in.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/utf8converttest.cc

Links:
http://xapian.org/C?15148
http://xapian.org/C?15148?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15148?trunk/xapian-applications/omega/utf8converttest.cc
olly | 4 Nov 2010 12:57

15149: trunk/xapian-applications/omega/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15149
Date:           2010-11-04 11:57:18 +0000 (Thu, 04 Nov 2010)

Log message (3 lines):
omega.cc,omega.h,query.cc: If we catch an error early on, make sure
that if it's appropriate, we write out a "Content-Type:" HTTP header
and end the headers.

Modified files:
U   trunk/xapian-applications/omega/ChangeLog
U   trunk/xapian-applications/omega/omega.cc
U   trunk/xapian-applications/omega/omega.h
U   trunk/xapian-applications/omega/query.cc

Links:
http://xapian.org/C?15149
http://xapian.org/C?15149?trunk/xapian-applications/omega/ChangeLog
http://xapian.org/C?15149?trunk/xapian-applications/omega/omega.cc
http://xapian.org/C?15149?trunk/xapian-applications/omega/omega.h
http://xapian.org/C?15149?trunk/xapian-applications/omega/query.cc
olly | 4 Nov 2010 13:15

15150: trunk/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       15150
Date:           2010-11-04 12:15:05 +0000 (Thu, 04 Nov 2010)

Log message (1 line):
Fix invalid case pattern

Modified files:
U   trunk/bootstrap

Links:
http://xapian.org/C?15150
http://xapian.org/C?15150?trunk/bootstrap

Gmane