# # ChangeLog for trunk/gsdl/src # # Generated by Trac 1.4.2 # 2024-06-14T13:38:32+12:00 Mon, 08 Aug 2005 04:15:41 GMT kjdon [10440] * trunk/gsdl/src/recpt/yaz_zclient.c (modified) * trunk/gsdl/src/recpt/z3950proto.cpp (modified) * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) small changes so it compiles under windows Mon, 08 Aug 2005 04:14:56 GMT kjdon [10439] * trunk/gsdl/src/recpt/win32.mak (modified) added z3950 support for windows Mon, 08 Aug 2005 04:12:40 GMT kjdon [10438] * trunk/gsdl/src/colservr/win32.mak (modified) added some z3950 stuff - use USE_Z3950=1 to enable z3950 Mon, 08 Aug 2005 04:11:22 GMT kjdon [10437] * trunk/gsdl/src/colservr/z3950explain.cpp (modified) declared int i outside the for loop to get it to compile under windows Mon, 08 Aug 2005 04:10:00 GMT kjdon [10436] * trunk/gsdl/src/colservr/z3950parser.h (modified) * trunk/gsdl/src/colservr/z3950server.cpp (modified) moved the yaz headers to the top or teh include list to avoid ... Sun, 07 Aug 2005 23:57:50 GMT kjdon [10432] * trunk/gsdl/src/recpt/Makefile.in (modified) removed the -lxml2 bit from the z3950server link command - have ... Thu, 04 Aug 2005 00:09:41 GMT kjdon [10415] * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/formattools.h (modified) fixed up the metadata format handling. made child metadata work, and ... Thu, 04 Aug 2005 00:01:44 GMT kjdon [10414] * trunk/gsdl/src/colservr/gdbmsource.cpp (modified) if we have requested contains metadata, then add it to the response. ... Wed, 03 Aug 2005 21:58:02 GMT mdewsnip [10413] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) Now includes full path to lucene_query.pl script. Wed, 03 Aug 2005 21:44:00 GMT mdewsnip [10412] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) Now escapes quotes so phrase searches with Lucene work. Wed, 03 Aug 2005 06:02:41 GMT mdewsnip [10411] * trunk/gsdl/src/recpt/querytools.cpp (modified) Added some code to fix bugs in Lucene "all" and phrase searching with ... Wed, 03 Aug 2005 00:25:15 GMT kjdon [10400] * trunk/gsdl/src/recpt/Makefile.in (modified) install the z3950server into bin/linux (or bin/darwin) Tue, 02 Aug 2005 01:38:05 GMT mdewsnip [10394] * trunk/gsdl/src/w32server/settings.cpp (modified) Changed the local library server to use 127.0.0.1 by default. Fri, 29 Jul 2005 03:48:37 GMT mdewsnip [10361] * trunk/gsdl/src/recpt/queryaction.cpp (modified) I don't think there are many values of arg_ct that are both < 0 and > ... Wed, 27 Jul 2005 22:20:31 GMT kjdon [10336] * trunk/gsdl/src/oaiservr/oaiargs.cpp (modified) reversed the ++*currentPtr change back to *currentPtr++ Wed, 27 Jul 2005 22:19:14 GMT kjdon [10335] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) ++*pa is not the same as *pa++ - reversed these erroneous changes Fri, 22 Jul 2005 04:05:29 GMT kjdon [10262] * trunk/gsdl/src/recpt/queryaction.cpp (modified) removed cgisafe from query string stored in history - we don't use it ... Thu, 07 Jul 2005 23:54:05 GMT mdewsnip [10231] * trunk/gsdl/src/w32server/fnord.cpp (modified) * trunk/gsdl/src/w32server/settings.cpp (modified) * trunk/gsdl/src/w32server/settings.h (modified) Added some alternative methods of resolving the address the local ... Wed, 06 Jul 2005 05:23:07 GMT mdewsnip [10224] * trunk/gsdl/src/w32server/settings.cpp (modified) The Local Library will now use the user's default browser by default. Mon, 27 Jun 2005 04:04:35 GMT kjdon [10184] * trunk/gsdl/src/recpt/Makefile.in (modified) fixed up an error in libyaz.a line Mon, 27 Jun 2005 04:01:55 GMT kjdon [10182] * trunk/gsdl/src/recpt/Makefile.in (modified) fixed a mistake in the last commit, added z3950server to be compiled ... Mon, 27 Jun 2005 03:33:56 GMT kjdon [10179] * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) yaz_zclient.h is now in current directory Mon, 27 Jun 2005 03:33:04 GMT kjdon [10178] * trunk/gsdl/src/recpt/Makefile.in (modified) some modifications for using yaz 2 instead of yaz 1.6 with z3950 stuff Mon, 27 Jun 2005 03:19:55 GMT kjdon [10177] * trunk/gsdl/src/recpt/yaz_zclient.c (added) * trunk/gsdl/src/recpt/yaz_zclient.h (added) new version of yaz_zclient for yaz2.1.4 - now lives in colservr. ... Mon, 27 Jun 2005 03:18:20 GMT kjdon [10176] * trunk/gsdl/src/colservr/Makefile.in (modified) added the packages/d2m dir into includes for z3950 Wed, 22 Jun 2005 23:49:01 GMT davidb [10166] * trunk/gsdl/src/java/org/nzdl/gsdl/GsdlCollageApplet/GsdlCollageApplet.java (modified) Comments reformated to fit 80 char column width. Wed, 22 Jun 2005 23:34:09 GMT davidb [10164] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneIndexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/IndexXML.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Indexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneIndexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/IndexXML.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Indexer.java (modified) Code upgraded to support incremental building. This mostly involves ... Tue, 21 Jun 2005 23:39:35 GMT kjdon [10151] * trunk/gsdl/src/oaiservr/Makefile.in (modified) link against the expat .a library not the .so library - otherwise it ... Tue, 21 Jun 2005 23:36:03 GMT kjdon [10150] * trunk/gsdl/src/oaiservr/README.txt (modified) oai config now kept in oai.cfg not main.cfg, so (belatedly) updated ... Fri, 17 Jun 2005 04:42:25 GMT mdewsnip [10148] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Split up doing a GTI request into doing the request, and parsing the ... Thu, 16 Jun 2005 23:02:05 GMT kjdon [10145] * trunk/gsdl/src/recpt/formattools.cpp (modified) heres the real log mesage for the last commit which happened by ... Thu, 16 Jun 2005 22:59:18 GMT kjdon [10144] * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) the last commit was a mistake so I've reversed the change Thu, 16 Jun 2005 22:57:30 GMT kjdon [10143] * trunk/gsdl/src/recpt/Makefile.in (modified) the last commit was an accident, but its ok Thu, 16 Jun 2005 22:51:52 GMT kjdon [10142] * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) formattools.cpp Wed, 15 Jun 2005 04:17:40 GMT mdewsnip [10118] * trunk/gsdl/macros/gti.dm (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Added support for right-to-left languages (Arabic and Farsi). Wed, 15 Jun 2005 00:03:02 GMT mdewsnip [10097] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Translation files are now displayed in the order they are defined in ... Tue, 14 Jun 2005 03:05:33 GMT mdewsnip [10092] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Now escapes backslash characters also, in response to changes to gti.pl. Mon, 13 Jun 2005 02:48:22 GMT mdewsnip [10070] * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) A couple of fixes for compiling on puka. Mon, 13 Jun 2005 02:00:28 GMT mdewsnip [10061] * trunk/gsdl/macros/gti.dm (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Now provides a link to view the target file in action, when ... Mon, 13 Jun 2005 01:29:32 GMT mdewsnip [10053] * trunk/gsdl/macros/gti.dm (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Fixed the preferences button, for real this time I hope. Mon, 13 Jun 2005 01:09:33 GMT mdewsnip [10051] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) The "submit-translation" command has been changed to the more ... Thu, 09 Jun 2005 05:30:47 GMT mdewsnip [10039] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Tidied up memory usage. Thu, 09 Jun 2005 05:22:33 GMT mdewsnip [10038] * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) And again... :-( Thu, 09 Jun 2005 05:21:16 GMT mdewsnip [10037] * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Minor changes. Thu, 09 Jun 2005 05:17:12 GMT mdewsnip [10036] * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) Oops... committed this with GSDL_USE_GTI_ACTION set by accident. Thu, 09 Jun 2005 05:16:32 GMT mdewsnip [10035] * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Removed the unnecessary PATH setting code and tidied up the rest of ... Thu, 09 Jun 2005 03:49:26 GMT mdewsnip [10032] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Authentication now works correctly. Wed, 08 Jun 2005 02:03:53 GMT mdewsnip [10027] * trunk/gsdl/bin/script/gti.pl (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (modified) * trunk/gsdl/src/recpt/gtiaction.h (modified) Completed GTI searching and correcting functionality. Tue, 07 Jun 2005 23:31:16 GMT mdewsnip [10026] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Removed some unnecessary #includes. Tue, 07 Jun 2005 23:06:35 GMT mdewsnip [10025] * trunk/gsdl/src/recpt/gtiaction.cpp (modified) Now only displays search results information if a search has been done. Tue, 07 Jun 2005 21:42:42 GMT mdewsnip [10018] * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/gsdl_modules_cfg.h (modified) * trunk/gsdl/src/recpt/gtiaction.cpp (added) * trunk/gsdl/src/recpt/gtiaction.h (added) * trunk/gsdl/src/recpt/langaction.cpp (deleted) * trunk/gsdl/src/recpt/langaction.h (deleted) * trunk/gsdl/src/recpt/langdb.cpp (deleted) * trunk/gsdl/src/recpt/langdb.h (deleted) * trunk/gsdl/src/recpt/librarymain.cpp (modified) Replaced the old langaction with the new and much improved gtiaction. ... Tue, 07 Jun 2005 05:21:21 GMT mdewsnip [10017] * trunk/gsdl/src/recpt/langaction.cpp (modified) No longer #includes "fstream.h", as it wasn't used and was causing a ... Thu, 02 Jun 2005 01:14:52 GMT kjdon [10005] * trunk/gsdl/src/colservr/z3950server.cpp (modified) modified the header includes - include the d2m4gs.h file instead of ... Thu, 02 Jun 2005 01:12:36 GMT kjdon [10004] * trunk/gsdl/src/colservr/z3950explain.cpp (modified) fixed this up wrt the collection meta changes in ColInfoResponse Mon, 30 May 2005 22:31:42 GMT mdewsnip [9988] * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneIndexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneIndexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) More fixes for Lucene Unicode support. Mon, 30 May 2005 03:10:41 GMT mdewsnip [9984] * trunk/gsdl/src/colservr/expat_document.cpp (modified) Now works for non-ASCII documents. Wed, 25 May 2005 01:51:57 GMT kjdon [9948] * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/formattools.h (modified) added [collection] and [collection:metaname] items to format ... Tue, 24 May 2005 23:14:03 GMT jrm21 [9944] * trunk/gsdl/src/recpt/z3950proxy.cpp (modified) * trunk/gsdl/src/recpt/z3950server.cpp (deleted) * trunk/gsdl/src/recpt/z3950server.h (deleted) removed the old unneeded files. applied the last changes (i++ -> ++i) ... Tue, 24 May 2005 02:21:02 GMT kjdon [9937] * trunk/gsdl/src/colservr/browsefilter.cpp (modified) * trunk/gsdl/src/colservr/browsefilter.h (modified) * trunk/gsdl/src/colservr/collectset.cpp (modified) * trunk/gsdl/src/colservr/gdbmsource.cpp (modified) * trunk/gsdl/src/colservr/gdbmsource.h (modified) * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/colservr/lucenesearch.h (modified) * trunk/gsdl/src/colservr/mgppqueryfilter.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.h (modified) * trunk/gsdl/src/colservr/mgqueryfilter.cpp (modified) * trunk/gsdl/src/colservr/mgsearch.cpp (modified) * trunk/gsdl/src/colservr/mgsearch.h (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.h (modified) modified the filters/sources etc so that if an indexstem is specified ... Tue, 24 May 2005 00:50:19 GMT kjdon [9934] * trunk/gsdl/src/colservr/collectserver.cpp (modified) added level map to the list of mapping cfg lines to process Mon, 23 May 2005 22:40:47 GMT kjdon [9933] * trunk/gsdl/src/recpt/z3950proto.cpp (modified) made it compile with the new ColInfoResponse collectionmeta type Mon, 23 May 2005 04:36:40 GMT kjdon [9931] * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/extlinkaction.cpp (modified) * trunk/gsdl/src/recpt/extlinkaction.h (modified) * trunk/gsdl/src/recpt/librarymain.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.h (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) getting collectionmeta from teh colinforesponse now, not using a ... Mon, 23 May 2005 04:34:09 GMT kjdon [9930] * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) changed the collectionmeta from a text_tmap to a collectionmeta_map. ... Mon, 23 May 2005 04:18:43 GMT kjdon [9929] * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/colservr/collectserver.h (modified) * trunk/gsdl/src/colservr/maptools.cpp (modified) * trunk/gsdl/src/colservr/maptools.h (modified) modifications so that collectionmeta are read from the config file, ... Mon, 23 May 2005 04:09:07 GMT davidb [9928] * trunk/gsdl/src/recpt/Makefile.in (modified) Introduction of Z39.50 server code from Greenstone, plus renaming of ... Mon, 23 May 2005 04:07:42 GMT davidb [9927] * trunk/gsdl/src/colservr/Makefile.in (modified) Introduction of Z39.50 server code for Greenstone. Mon, 23 May 2005 04:06:20 GMT davidb [9926] * trunk/gsdl/src/colservr/read-grs.cpp (added) * trunk/gsdl/src/colservr/z3950_to_gsdl.cpp (added) * trunk/gsdl/src/colservr/z3950_to_gsdl.h (added) * trunk/gsdl/src/colservr/z3950explain.cpp (added) * trunk/gsdl/src/colservr/z3950explain.h (added) * trunk/gsdl/src/colservr/z3950parser.cpp (added) * trunk/gsdl/src/colservr/z3950parser.h (added) * trunk/gsdl/src/colservr/z3950server.cpp (added) * trunk/gsdl/src/colservr/z3950server.h (added) Introduction of Z39.50 Server code for Greenstone. Based on the work ... Mon, 23 May 2005 03:49:37 GMT davidb [9925] * trunk/gsdl/src/recpt/z3950proxy.cpp (added) * trunk/gsdl/src/recpt/z3950proxy.h (added) Renaming of z3950_server.* to z3950_proxy.* This was done to better ... Mon, 23 May 2005 03:47:28 GMT davidb [9924] * trunk/gsdl/src/recpt/z3950proto.cpp (modified) * trunk/gsdl/src/recpt/z3950proto.h (modified) z3950_server (and associated names) renamed to z3950_proxy to better ... Mon, 23 May 2005 03:42:42 GMT davidb [9923] * trunk/gsdl/src/recpt/documentaction.cpp (modified) Added curly-brackets around if-statement. Thu, 19 May 2005 23:56:27 GMT kjdon [9917] * trunk/gsdl/src/recpt/documentaction.cpp (modified) added a new macro: currentnodevalue, which contains the title of the ... Thu, 19 May 2005 23:23:29 GMT kjdon [9916] * trunk/gsdl/src/colservr/lucenegdbmsource.cpp (modified) * trunk/gsdl/src/colservr/lucenegdbmsource.h (modified) tidying up after someone, who will remain nameless (DAVIDB), ... Thu, 19 May 2005 23:19:56 GMT kjdon [9915] * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) removed some unnecessary commented code Wed, 18 May 2005 00:11:25 GMT kjdon [9904] * trunk/gsdl/src/colservr/collectserver.cpp (modified) fixed a bug where the buildtype was getting set to mgpp if ... Sun, 15 May 2005 23:49:37 GMT mdewsnip [9881] * trunk/gsdl/src/recpt/browsetools.cpp (modified) Fixed a non-portable image link. Tue, 10 May 2005 04:44:39 GMT kjdon [9852] * trunk/gsdl/src/recpt/formattools.cpp (modified) made the [Text] format item work even if you are not in ... Tue, 26 Apr 2005 04:19:29 GMT kjdon [9746] * trunk/gsdl/src/mgpp/lib/perf_hash.cpp (modified) one x-- -> --x change Tue, 26 Apr 2005 04:18:52 GMT kjdon [9745] * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/recpt/formattools.cpp (modified) one x++ -> ++x change Tue, 26 Apr 2005 03:10:53 GMT davidb [9744] * trunk/gsdl/src/colservr/expat_document.cpp (modified) Previous mod, undone. My text_t.h was out of date somehow, despite ... Tue, 26 Apr 2005 02:58:56 GMT davidb [9743] * trunk/gsdl/src/colservr/expat_document.cpp (modified) conflict over 'const char*' being passed to function (appendcarr) ... Tue, 26 Apr 2005 02:03:32 GMT mdewsnip [9739] * trunk/gsdl/src/colservr/win32.mak (modified) Added "-DXML_STATIC" so packages/windows/expat/expat_external.h will ... Fri, 15 Apr 2005 04:51:11 GMT kjdon [9698] * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.h (modified) now it doesn't crap out when a system error happens (in ... Thu, 14 Apr 2005 00:21:44 GMT jrm21 [9676] * trunk/gsdl/src/recpt/pageaction.cpp (modified) stll set _encodingoption_ if there is only 1 encoding specified in ... Wed, 13 Apr 2005 23:59:31 GMT jrm21 [9674] * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/src/recpt/cgiutils.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) rename utf-16 to utf-16be, otherwise browsers might get confused Mon, 11 Apr 2005 21:50:43 GMT kjdon [9636] * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) * trunk/gsdl/src/w32server/fnord.cpp (modified) * trunk/gsdl/src/w32server/httpreq.cpp (modified) * trunk/gsdl/src/w32server/settings.cpp (modified) delete -> delete [] changes submitted by Emanuel Dejanu Mon, 11 Apr 2005 21:39:22 GMT kjdon [9634] * trunk/gsdl/src/txt2db/txt2db.cpp (modified) delete -> delete [] changes submitted by Emanuel Dejanu Mon, 11 Apr 2005 21:29:11 GMT kjdon [9633] * trunk/gsdl/src/recpt/browsetools.cpp (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/langaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/setpasswd/setpasswd.cpp (modified) delete -> delete [] changes submitted by Emanuel Dejanu Mon, 11 Apr 2005 21:17:27 GMT kjdon [9632] * trunk/gsdl/src/mgpp/text/text.cpp (modified) * trunk/gsdl/src/oaiservr/oaimain.cpp (modified) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) delete -> delete [] change submitted by Emanuel Dejanu Mon, 11 Apr 2005 21:08:04 GMT kjdon [9631] * trunk/gsdl/src/colservr/collectset.cpp (modified) * trunk/gsdl/src/colservr/colservrconfig.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgsearch.cpp (modified) * trunk/gsdl/src/colservr/phrasesearch.cpp (modified) delete -> delete [] change submitted by Emanuel Dejanu Sun, 10 Apr 2005 23:32:00 GMT kjdon [9620] * trunk/gsdl/src/colservr/browsefilter.cpp (modified) * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/colservr/collectset.cpp (modified) * trunk/gsdl/src/colservr/expat_resultset.cpp (modified) * trunk/gsdl/src/colservr/filter.cpp (modified) * trunk/gsdl/src/colservr/gdbmsource.cpp (modified) * trunk/gsdl/src/colservr/lucenequeryfilter.cpp (modified) * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/colservr/maptools.cpp (modified) * trunk/gsdl/src/colservr/mgppqueryfilter.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgqueryfilter.cpp (modified) * trunk/gsdl/src/colservr/mgsearch.cpp (modified) * trunk/gsdl/src/colservr/phrasequeryfilter.cpp (modified) * trunk/gsdl/src/colservr/phrasesearch.cpp (modified) * trunk/gsdl/src/colservr/querycache.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/colservr/queryinfo.cpp (modified) * trunk/gsdl/src/recpt/OIDtools.cpp (modified) * trunk/gsdl/src/recpt/argdb.cpp (modified) * trunk/gsdl/src/recpt/authenaction.cpp (modified) * trunk/gsdl/src/recpt/browseactiontools.cpp (modified) * trunk/gsdl/src/recpt/browsetools.cpp (modified) * trunk/gsdl/src/recpt/cgiargs.cpp (modified) * trunk/gsdl/src/recpt/cgiutils.cpp (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/configaction.cpp (modified) * trunk/gsdl/src/recpt/datelistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/extlinkaction.cpp (modified) * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/highlighttext.cpp (modified) * trunk/gsdl/src/recpt/historydb.cpp (modified) * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/htmlutils.cpp (modified) * trunk/gsdl/src/recpt/infodbclass.cpp (modified) * trunk/gsdl/src/recpt/langaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pagedbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/phindaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/querytools.cpp (modified) * trunk/gsdl/src/recpt/recptproto.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/recpt/string_pool.cpp (modified) * trunk/gsdl/src/recpt/summarise.cpp (modified) * trunk/gsdl/src/recpt/userdb.cpp (modified) * trunk/gsdl/src/recpt/usersaction.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) * trunk/gsdl/src/recpt/z3950proto.cpp (modified) * trunk/gsdl/src/recpt/z3950server.cpp (modified) added some x++ -> ++x changes submitted by Emanuel Dejanu Sun, 10 Apr 2005 22:30:02 GMT kjdon [9616] * trunk/gsdl/src/mgpp/text/GSDLQueryParser.cpp (modified) * trunk/indexers/mgpp/text/GSDLQueryParser.cpp (modified) * trunk/mgpp/text/GSDLQueryParser.cpp (modified) changed | to || in GetStemMethod if statements Sun, 10 Apr 2005 21:37:28 GMT davidb [9615] * trunk/gsdl/src/recpt/receptionist.cpp (modified) relocation of disp.unloadcollectionmacros() so it always unloads ... Sun, 10 Apr 2005 20:09:55 GMT kjdon [9614] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) fixed a mistake I introduced last commit Fri, 08 Apr 2005 03:35:12 GMT kjdon [9611] * trunk/gsdl/src/mgpp/text/FIvfLevelInfo.cpp (modified) * trunk/gsdl/src/mgpp/text/FText.cpp (modified) * trunk/gsdl/src/mgpp/text/FileBuf.h (modified) * trunk/gsdl/src/mgpp/text/FragLevelConvert.cpp (modified) * trunk/gsdl/src/mgpp/text/GSDLQueryParser.cpp (modified) * trunk/gsdl/src/mgpp/text/QueryResultsSort.h (modified) * trunk/gsdl/src/mgpp/text/Weights.cpp (modified) * trunk/gsdl/src/mgpp/text/comp_dict.cpp (modified) * trunk/gsdl/src/mgpp/text/hash.h (modified) * trunk/gsdl/src/mgpp/text/invf.cpp (modified) * trunk/gsdl/src/mgpp/text/ivf.pass1.cpp (modified) * trunk/gsdl/src/mgpp/text/ivf.pass2.cpp (modified) * trunk/gsdl/src/mgpp/text/locallib.cpp (modified) * trunk/gsdl/src/mgpp/text/mg.special.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_invf_dict.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_invf_dict_dump.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_invf_dump.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_passes.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_perf_hash_build.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_stem_idx.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_weights_build.cpp (modified) * trunk/gsdl/src/mgpp/text/stemmer.cpp (modified) * trunk/gsdl/src/mgpp/text/text.cpp (modified) * trunk/gsdl/src/mgpp/text/text.pass1.cpp (modified) * trunk/gsdl/src/mgpp/text/words.h (modified) added in x++ -> ++x changes submitted by Emanuel Dejanu Fri, 08 Apr 2005 02:45:04 GMT kjdon [9609] * trunk/gsdl/src/mgpp/lib/bitio_m_abstract.h (modified) * trunk/gsdl/src/mgpp/lib/bitio_m_mem.cpp (modified) * trunk/gsdl/src/mgpp/lib/bitio_m_mems.cpp (modified) * trunk/gsdl/src/mgpp/lib/bitio_m_random.cpp (modified) * trunk/gsdl/src/mgpp/lib/bitio_m_stdio.cpp (modified) * trunk/gsdl/src/mgpp/lib/local_strings.cpp (modified) * trunk/gsdl/src/mgpp/lib/lovinstem.cpp (modified) * trunk/gsdl/src/mgpp/lib/mgheap.cpp (modified) * trunk/gsdl/src/mgpp/lib/perf_hash.cpp (modified) * trunk/gsdl/src/mgpp/lib/simplefrenchstem.cpp (modified) * trunk/gsdl/src/mgpp/lib/strstr.cpp (modified) * trunk/gsdl/src/mgpp/lib/unitool.cpp (modified) added in x++ -> ++x changes submitted by Emanuel Dejanu Fri, 08 Apr 2005 02:22:41 GMT kjdon [9608] * trunk/gsdl/src/oaiservr/abstractlistaction.cpp (modified) * trunk/gsdl/src/oaiservr/identityaction.cpp (modified) * trunk/gsdl/src/oaiservr/listrecsaction.cpp (modified) * trunk/gsdl/src/oaiservr/listsetsaction.cpp (modified) * trunk/gsdl/src/oaiservr/metaformat.cpp (modified) * trunk/gsdl/src/oaiservr/metaformatsaction.cpp (modified) * trunk/gsdl/src/oaiservr/metaformatters.cpp (modified) * trunk/gsdl/src/oaiservr/oaiaction.cpp (modified) * trunk/gsdl/src/oaiservr/oaiargs.cpp (modified) * trunk/gsdl/src/oaiservr/oaiconfig.cpp (modified) * trunk/gsdl/src/oaiservr/oaidispatcher.cpp (modified) * trunk/gsdl/src/oaiservr/oaimain.cpp (modified) * trunk/gsdl/src/oaiservr/oaitools.cpp (modified) * trunk/gsdl/src/oaiservr/recordaction.cpp (modified) added in x++ -> ++x changes submitted by Emanuel Dejanu Thu, 07 Apr 2005 23:18:58 GMT kjdon [9604] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) added some x++ -> ++x changes submitted by Emanuel Dejanu Thu, 07 Apr 2005 05:18:18 GMT kjdon [9598] * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) * trunk/gsdl/src/w32server/fnord.cpp (modified) * trunk/gsdl/src/w32server/httpreq.cpp (modified) * trunk/gsdl/src/w32server/locate.cpp (modified) * trunk/gsdl/src/w32server/netio.cpp (modified) * trunk/gsdl/src/w32server/parse.cpp (modified) * trunk/gsdl/src/w32server/settings.cpp (modified) * trunk/gsdl/src/w32server/startbrowser.cpp (modified) * trunk/gsdl/src/w32server/wincgiutils.cpp (modified) added some x++ -> ++x changes submitted by Emanuel Dejanu Thu, 07 Apr 2005 05:06:26 GMT kjdon [9596] * trunk/gsdl/packages/mg/lib/bitio_m.h (modified) * trunk/gsdl/packages/mg/lib/bitio_m_mem.h (modified) * trunk/gsdl/packages/mg/lib/bitio_m_mems.h (modified) * trunk/gsdl/packages/mg/lib/bitio_m_random.h (modified) * trunk/gsdl/packages/mg/lib/bitio_m_stdio.h (modified) * trunk/gsdl/packages/mg/lib/huffman.h (modified) * trunk/gsdl/packages/mg/src/text/hash.h (modified) * trunk/gsdl/packages/mg/src/text/words.h (modified) * trunk/gsdl/src/checkis/checkis.cpp (modified) * trunk/gsdl/src/db2txt/db2txt.cpp (modified) * trunk/gsdl/src/hashfile/hashfile.cpp (modified) * trunk/gsdl/src/setpasswd/setpasswd.cpp (modified) * trunk/gsdl/src/txt2db/txt2db.cpp (modified) added some x++ -> ++x changes submitted by Emanuel Dejanu Thu, 31 Mar 2005 21:47:48 GMT mdewsnip [9526] * trunk/gsdl/src/w32server/resource.h (modified) * trunk/gsdl/src/w32server/server.rc (modified) * trunk/gsdl/src/w32server/settings.cpp (modified) * trunk/gsdl/src/w32server/settings.h (modified) Added to the settings dialog the option to have the Local Library use ...