You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(25) |
Dec
(67) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(125) |
Feb
(23) |
Mar
(167) |
Apr
(2) |
May
|
Jun
(19) |
Jul
(304) |
Aug
(181) |
Sep
(189) |
Oct
(145) |
Nov
(110) |
Dec
(44) |
| 2006 |
Jan
(303) |
Feb
(40) |
Mar
(2) |
Apr
(143) |
May
|
Jun
(74) |
Jul
(31) |
Aug
(7) |
Sep
(21) |
Oct
(33) |
Nov
(102) |
Dec
(36) |
| 2007 |
Jan
|
Feb
(16) |
Mar
(38) |
Apr
(34) |
May
(3) |
Jun
(4) |
Jul
(4) |
Aug
(13) |
Sep
(5) |
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
(2) |
Feb
|
Mar
(13) |
Apr
|
May
(18) |
Jun
(48) |
Jul
(136) |
Aug
(45) |
Sep
(21) |
Oct
(32) |
Nov
|
Dec
(9) |
| 2009 |
Jan
(4) |
Feb
|
Mar
(33) |
Apr
(23) |
May
(6) |
Jun
(3) |
Jul
(11) |
Aug
|
Sep
(5) |
Oct
|
Nov
|
Dec
|
| 2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: John W. <j_w...@us...> - 2004-12-15 16:31:10
|
Update of /cvsroot/clucene/src/CLucene/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32699 Modified Files: condition.h Log Message: Added small explaination how to enable condition debugging |
|
From: John W. <j_w...@us...> - 2004-12-15 16:27:02
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31666 Modified Files: IndexReader.cpp Log Message: Added CND_PRECONDITION and CND_CONDITION checks |
|
From: John W. <j_w...@us...> - 2004-12-15 16:24:48
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30946 Modified Files: SegmentReader.cpp Log Message: Removed change comment at the top |
|
From: John W. <j_w...@us...> - 2004-12-15 16:23:33
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30677 Modified Files: TermInfosReader.cpp Log Message: In TermInfosReader::getTerms() SegmentTermEnum* cln has been declared outside the scope the scope of LOCK_MUTEX. This is required in case we are building with multithreading enabled |
|
From: John W. <j_w...@us...> - 2004-12-15 16:21:25
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30217 Modified Files: Term.cpp Log Message: Added CND_PRECONDITION statements to check input variables of constructors and methods |
|
From: John W. <j_w...@us...> - 2004-12-15 16:16:20
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28830 Modified Files: SegmentReader.cpp Log Message: In SegmentReader::document(const int_t n) ret has been declared outside the scope of LOCK_MUTEX . This is required in case we are building with multithreading enabled |
|
From: John W. <j_w...@us...> - 2004-12-15 16:10:31
|
Update of /cvsroot/clucene/src/CLucene In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27632 Modified Files: StdHeader.h Log Message: Added defines to protect inclusion of crtdbg.h which is an header file of visual C++ to debug memory leaks Added include to CLucene/debug/condition.h |
|
From: John W. <j_w...@us...> - 2004-12-15 15:40:04
|
Update of /cvsroot/clucene/src/CLucene In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20749 Modified Files: CLConfig.h Log Message: Added defines for _DEBUG and _CND_DEBUG |
|
From: John W. <j_w...@us...> - 2004-12-15 15:34:31
|
Update of /cvsroot/clucene/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19442 Modified Files: Makefile.am Log Message: Added include CLucene/debug/Makefile.am |
|
From: John W. <j_w...@us...> - 2004-12-15 15:33:18
|
Update of /cvsroot/clucene/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19205 Modified Files: CLucene.h Log Message: Added include to "CLucene/debug/condition.h" |
|
From: John W. <j_w...@us...> - 2004-12-15 15:31:51
|
Update of /cvsroot/clucene/src/CLucene/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18721 Added Files: Makefile.am Log Message: initial revision |
|
From: John W. <j_w...@us...> - 2004-12-15 15:30:48
|
Update of /cvsroot/clucene/src/CLucene/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18367 Added Files: condition.c Log Message: initial revision Implements two functions for _WIN32 and __GNUC__ platforms. When a state of condition is met one of these functions will eventually be called |
|
From: John W. <j_w...@us...> - 2004-12-15 15:27:36
|
Update of /cvsroot/clucene/src/CLucene/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17497 Added Files: condition.h Log Message: initial revision This header contains definitions of macros which can be used to check certain states like preconditions invariants etc in the clucene code. |
|
From: John W. <j_w...@us...> - 2004-12-15 15:24:21
|
Update of /cvsroot/clucene/src/CLucene/debug In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16507/debug Log Message: Directory /cvsroot/clucene/src/CLucene/debug added to the repository |
|
From: John W. <j_w...@us...> - 2004-12-10 21:39:23
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17421 Modified Files: SegmentsReader.h Log Message: Documented every method of SegmentsTermEnum |
|
From: John W. <j_w...@us...> - 2004-12-10 21:38:09
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17106 Modified Files: SegmentsReader.cpp Log Message: Documented every method of SegmentsTermEnum Solved huge memory leak - moved delete &queue; from SegmentsTermEnum::close() to the destructor of SegmentsTerms - invoked close() in the destructor of SegmentsTermEnum Solved memory leak in constructor reported in the bug report 1068375 by Paul Jones smi->close(); was changed into { smi->close(); _DELETE(smi); } Replaced the method next() by the one proposed by Paul Jones in bug report 1068375 Removed t != NULL in the last if of the constructor as Paul Jones suggested it seems indeed tos serve no purpose Changed SegmentsTermEnum::next() queue.pop(); into top = queue.pop to be sure we delete the right memory |
|
From: John W. <j_w...@us...> - 2004-12-10 21:33:01
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16061 Modified Files: SegmentMerger.cpp Log Message: Document every method of the class SegmentMerger In the destructor of SegmentMerger - Destructor now always cleans up the instance properly In SegmentMerger::mergeTermInfos() - Removed delete &smi.termEnum; as indicated by asargent in bug report 1064685 - Changed SegmentMergeInfo& smi to SegmentMergeInfo* smi because we are dealing with a pointer |
|
From: John W. <j_w...@us...> - 2004-12-10 21:28:52
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15257 Modified Files: SegmentMerger.h Log Message: Document every method of the class SegmentMerger |
|
From: John W. <j_w...@us...> - 2004-12-10 21:28:00
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15117 Modified Files: SegmentMergeQueue.cpp Log Message: Removed change comment at the top |
|
From: John W. <j_w...@us...> - 2004-12-10 21:27:22
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15012 Modified Files: SegmentMergeQueue.cpp Log Message: Documented every method of the class SegmentMergeQueue Solved memory leaks reported by asargent in bug 1064685 The solution was to make SegmentMergeInfo completely responsible for freeing its resources doing this In the constructor of SegmentMergeQueue the call to the method initialise of the parent class Priority queue now passes true as the second argument instead of false to indicate that the superclass is responsible for destroying all SegmentMergeInfo Instances. This simplifies SegmentMergeQueue::close(), because it now only needs to call the clear() method of its parent class PriorityQueue. |
|
From: John W. <j_w...@us...> - 2004-12-10 21:24:50
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14514 Modified Files: SegmentMergeQueue.h Log Message: Documented the methods of the class SegmentMergeQueue |
|
From: John W. <j_w...@us...> - 2004-12-10 21:22:36
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14100 Modified Files: SegmentMergeInfo.h Log Message: Documented the methods of the class SegmentMergeInfo |
|
From: John W. <j_w...@us...> - 2004-12-10 21:21:33
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13929 Modified Files: SegmentMergeInfo.cpp Log Message: Documented every method of the class SegmentMergeInfo The destructor of SegmentMergeInfo is now always responsible of freeing all the resources In SegmentMergeInfo::close() - The code has been changed so close only closes the resources but the destructor is responsible for deleting the allocated instances as it should be. These changes in close() and the destructor solve the reported memory leaks reported by reported by asargent in bug report 1064685. These changes also solves the problem of closing all SegmentMergeInfo Instances in the SegmentMergeQueue because now SegmentMergeInfo is now responsible for freeing its resources |
|
From: John W. <j_w...@us...> - 2004-12-10 21:10:14
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11255 Modified Files: SegmentTermEnum.cpp Log Message: Removed changed comments at the top In destructor of SegmentTermEnum - used _DELETE_ARRAY and _DELETE to delete buffer and termInfo |
|
From: John W. <j_w...@us...> - 2004-12-10 21:08:00
|
Update of /cvsroot/clucene/src/CLucene/index In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10392 Modified Files: SegmentTermEnum.h Log Message: Removed changed comments at the top |