olly | 1 Apr 2007 04:29

8038: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/examples/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8038
Date:           2007-04-01 03:29:53 +0100 (Sun, 01 Apr 2007)

Log message (2 lines):
bin/Makefile.mk,examples/Makefile.mk: Add $(EXEEXT) to dependency on
binaries in man page generation rules so they work on Windows.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/bin/Makefile.mk
U   trunk/xapian-core/examples/Makefile.mk

Links:
http://xapian.org/C?8038
http://xapian.org/C?8038?trunk/xapian-core/ChangeLog
http://xapian.org/C?8038?trunk/xapian-core/bin/Makefile.mk
http://xapian.org/C?8038?trunk/xapian-core/examples/Makefile.mk
olly | 1 Apr 2007 05:10

8039: trunk/xapian-maintainer-tools/win32msvc/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8039
Date:           2007-04-01 04:10:46 +0100 (Sun, 01 Apr 2007)

Log message (3 lines):
Remove XAPIAN_BUILD_BACKEND_* defines - they are no longer used.
Comment out the "#undef XXX" lines which weren't already for consistency with
the Unix config.h (they're just placeholders).

Modified files:
U   trunk/xapian-maintainer-tools/win32msvc/config.h.win32

Links:
http://xapian.org/C?8039
http://xapian.org/C?8039?trunk/xapian-maintainer-tools/win32msvc/config.h.win32
olly | 1 Apr 2007 06:52

8040: trunk/xapian-core/ trunk/xapian-core/common/ trunk/xapian-core/net/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8040
Date:           2007-04-01 05:52:57 +0100 (Sun, 01 Apr 2007)

Log message (2 lines):
common/tcpserver.h,net/tcpserver.cc: TcpServer's port member
variable is set but never used so remove it.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/tcpserver.h
U   trunk/xapian-core/net/tcpserver.cc

Links:
http://xapian.org/C?8040
http://xapian.org/C?8040?trunk/xapian-core/ChangeLog
http://xapian.org/C?8040?trunk/xapian-core/common/tcpserver.h
http://xapian.org/C?8040?trunk/xapian-core/net/tcpserver.cc
olly | 1 Apr 2007 07:41

8041: trunk/xapian-core/ trunk/xapian-core/languages/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8041
Date:           2007-04-01 06:41:38 +0100 (Sun, 01 Apr 2007)

Log message (3 lines):
languages/Makefile.mk: $(snowball_algorithms:.sbl=.cc) is portable
according to the automake list so use that so we only need to list
the .sbl sources.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/languages/Makefile.mk

Links:
http://xapian.org/C?8041
http://xapian.org/C?8041?trunk/xapian-core/ChangeLog
http://xapian.org/C?8041?trunk/xapian-core/languages/Makefile.mk
richard | 1 Apr 2007 13:57

8042: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8042
Date:           2007-04-01 12:57:54 +0100 (Sun, 01 Apr 2007)

Log message (3 lines):
common/safewinsock2.h: Define socklen_t under MS compiler (since
Olly reported build success with mingw, presumably it's not
needed there).

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/safewinsock2.h

Links:
http://xapian.org/C?8042
http://xapian.org/C?8042?trunk/xapian-core/ChangeLog
http://xapian.org/C?8042?trunk/xapian-core/common/safewinsock2.h
richard | 1 Apr 2007 14:21

8043: trunk/xapian-core/ trunk/xapian-core/queryparser/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8043
Date:           2007-04-01 13:21:53 +0100 (Sun, 01 Apr 2007)

Log message (3 lines):
queryparser/queryparser.cc: Fix Assert() on a RefCountPtr to
check the value of the pointer, to fix compile with asserts
turned on.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/queryparser/queryparser.cc

Links:
http://xapian.org/C?8043
http://xapian.org/C?8043?trunk/xapian-core/ChangeLog
http://xapian.org/C?8043?trunk/xapian-core/queryparser/queryparser.cc
richard | 1 Apr 2007 14:33

8044: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     richard
Revision:       8044
Date:           2007-04-01 13:33:42 +0100 (Sun, 01 Apr 2007)

Log message (5 lines):
common/omdebug.cc: Include necessary headers to get O_CREAT and
friends defined (according to documentation in linux manpage),
to fix compile error.  Also, don't ignore the return value of
write() to fix compile warning (and to ensure that the whole
output gets written if possible).

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/omdebug.cc

Links:
http://xapian.org/C?8044
http://xapian.org/C?8044?trunk/xapian-core/ChangeLog
http://xapian.org/C?8044?trunk/xapian-core/common/omdebug.cc
olly | 1 Apr 2007 16:22

8045: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8045
Date:           2007-04-01 15:22:33 +0100 (Sun, 01 Apr 2007)

Log message (3 lines):
common/safewinsock2.h: No, don't typedef socklen_t here - we use
SOCKLEN_T everywhere and have `#define SOCKLEN_T int' in
config.h.win32.

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/safewinsock2.h

Links:
http://xapian.org/C?8045
http://xapian.org/C?8045?trunk/xapian-core/ChangeLog
http://xapian.org/C?8045?trunk/xapian-core/common/safewinsock2.h
olly | 1 Apr 2007 17:30

8046: trunk/xapian-core/ trunk/xapian-core/common/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8046
Date:           2007-04-01 16:30:40 +0100 (Sun, 01 Apr 2007)

Log message (2 lines):
common/omdebug.cc: Remove unused '#include <stdio.h>' - we switched
to using unbuffered I/O for logging long ago!

Modified files:
U   trunk/xapian-core/ChangeLog
U   trunk/xapian-core/common/omdebug.cc

Links:
http://xapian.org/C?8046
http://xapian.org/C?8046?trunk/xapian-core/ChangeLog
http://xapian.org/C?8046?trunk/xapian-core/common/omdebug.cc
olly | 1 Apr 2007 18:43

8047: trunk/xapian-core/ trunk/xapian-core/bin/ trunk/xapian-core/examples/ trunk/xapian-core/tests/

SVN root:       svn://svn.xapian.org/xapian
Changes by:     olly
Revision:       8047
Date:           2007-04-01 17:43:13 +0100 (Sun, 01 Apr 2007)

Log message (2 lines):
tests,examples,bin: Add .exe versions of built executables to 
svn:ignore.

Modified files:
U   trunk/xapian-core/ChangeLog
_U  trunk/xapian-core/bin/
_U  trunk/xapian-core/examples/
_U  trunk/xapian-core/tests/

Links:
http://xapian.org/C?8047
http://xapian.org/C?8047?trunk/xapian-core/ChangeLog

Gmane