7605: trunk/xapian-core/ trunk/xapian-core/backends/flint/ trunk/xapian-core/backends/quartz/ trunk/xapian-core/bin/ trunk/xapian-core/common/ trunk/xapian-core/tests/ trunk/xapian-core/tests/harness/
olly <xapian-commits <at> lists.xapian.org>
2007-02-06 06:19:34 GMT
SVN root: svn://svn.xapian.org/xapian
Changes by: olly
Revision: 7605
Date: 2007-02-06 06:19:31 +0000 (Tue, 06 Feb 2007)
Log message (9 lines):
AUTHORS,HACKING,backends/flint/,backends/quartz/btree.cc,
backends/quartz/quartz_database.cc,bin/quartzcompact.cc,
bin/xapian-compact.cc,common/,tests/btreetest.cc,
tests/harness/backendmanager.cc,tests/harness/testsuite.cc,
tests/quartztest.cc: Support large files in stat() and fstat()
when building with MSVC. Factor MSVC specific header magic
into new replacement headers "safeunistd.h" and "safesysstat.h".
AUTHORS: Thanks to Charlie Hull for the original patch to support
stat() on large files with MSVC (and past MSVC related stuff!)
Modified files:
U trunk/xapian-core/AUTHORS
U trunk/xapian-core/ChangeLog
U trunk/xapian-core/HACKING
U trunk/xapian-core/backends/flint/flint_database.cc
U trunk/xapian-core/backends/flint/flint_io.cc
U trunk/xapian-core/backends/flint/flint_io.h
U trunk/xapian-core/backends/flint/flint_lock.cc
U trunk/xapian-core/backends/flint/flint_lock.h
U trunk/xapian-core/backends/flint/flint_table.cc
U trunk/xapian-core/backends/quartz/btree.cc
U trunk/xapian-core/backends/quartz/quartz_database.cc
U trunk/xapian-core/bin/quartzcompact.cc
U trunk/xapian-core/bin/xapian-compact.cc
(Continue reading)