# # ChangeLog for trunk/gsdl/src # # Generated by Trac 1.4.2 # 2024-04-28T15:18:32+12:00 Fri, 21 Jun 2002 02:45:03 GMT kjdon [3161] * trunk/gsdl/src/mgpp/text/GSDLQueryParser.cpp (modified) syntax now handles phrases insode a field search, and term ... Fri, 21 Jun 2002 02:42:45 GMT kjdon [3160] * trunk/gsdl/src/recpt/querytools.cpp (modified) no longer format query strings inside fields. two or more words are ... Fri, 21 Jun 2002 02:41:14 GMT kjdon [3159] * trunk/gsdl/src/recpt/queryaction.cpp (modified) in mgpp form query, field list now has a blank line after All Fields ... Mon, 17 Jun 2002 09:19:13 GMT sjboddie [3154] * trunk/gsdl/src/recpt/receptionist.cpp (modified) Fixed a bug in the usage logging code (on some compilers you need to ... Mon, 17 Jun 2002 03:46:09 GMT jrm21 [3152] * trunk/gsdl/src/recpt/queryaction.cpp (modified) Don't set _quotedquery_ (used to display post-processing information) ... Mon, 17 Jun 2002 03:27:27 GMT jrm21 [3151] * trunk/gsdl/src/recpt/cgiutils.cpp (modified) MSIE >= 6.0 encodes high bytes in URL as %uHHHH (unicode) rather than ... Mon, 17 Jun 2002 03:25:05 GMT jrm21 [3150] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) Text to/from the receptionist is encoded in unicode, so we convert ... Sun, 16 Jun 2002 23:04:35 GMT jrm21 [3149] * trunk/gsdl/src/recpt/querytools.cpp (modified) removed a debugging statement for mgpp phrase search. Tue, 11 Jun 2002 05:10:41 GMT kjdon [3145] * trunk/gsdl/src/recpt/queryaction.cpp (modified) matches 21-40 was not working - the form would be cleared when you ... Wed, 22 May 2002 02:32:47 GMT sjboddie [3128] * trunk/gsdl/src/recpt/pageaction.cpp (modified) Added a hack to reset language to English if trying to view the home ... Wed, 24 Apr 2002 22:11:20 GMT kjdon [3096] * trunk/gsdl/src/colservr/queryfilter.cpp (modified) in parse_query_params, added a check for empty Index option - can't ... Mon, 22 Apr 2002 03:26:19 GMT sjboddie [3087] * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) Fixed a couple of bugs in the way the "Expand Text" function worked Thu, 21 Mar 2002 08:43:15 GMT sjboddie [3065] * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) *** empty log message *** Wed, 13 Mar 2002 17:30:43 GMT cs025 [3061] * trunk/gsdl/src/colservr/corbaServer.mpp (modified) Added check to file handling - the server could fail to run correctly ... Thu, 07 Mar 2002 07:17:08 GMT sjboddie [3056] * trunk/gsdl/src/w32server/httpreq.cpp (modified) * trunk/gsdl/src/w32server/win32.mak (modified) Commented out recent change to make socket read non-blocking. This ... Thu, 07 Mar 2002 04:39:03 GMT sjboddie [3055] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) Added -GX flag to Win32 makefiles to prevent compiler warnings under ... Tue, 05 Mar 2002 23:20:32 GMT sjboddie [3054] * trunk/gsdl/src/w32server/httpreq.cpp (modified) * trunk/gsdl/src/w32server/win32.mak (modified) Committed non-blocking code (written by John McP) which will ... Mon, 04 Mar 2002 21:55:42 GMT jrm21 [3048] * trunk/gsdl/src/mgpp/lib/sysfuncs.h (modified) removed #define of setlocale. 1) We don't use setlocale anywhere ... Mon, 04 Mar 2002 20:30:02 GMT sjboddie [3047] * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) Moved some hard-coded English text out of C++ code and into macro file Mon, 04 Mar 2002 00:59:22 GMT sjboddie [3040] * trunk/gsdl/src/w32server/win32.mak (modified) *** empty log message *** Sun, 03 Mar 2002 22:40:39 GMT jrm21 [3036] * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) text strings weren't being properly converted for file output via the ... Fri, 01 Mar 2002 02:21:46 GMT sjboddie [3026] * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) *** empty log message *** Wed, 27 Feb 2002 22:54:51 GMT jrm21 [3020] * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) Check to see if there is a URI-encoded space in the name of an ... Wed, 27 Feb 2002 02:19:35 GMT jrm21 [3017] * trunk/gsdl/src/w32server/httpreq.cpp (modified) Added code to handle IE's f**king stupid behaviour of sending ... Wed, 27 Feb 2002 00:11:45 GMT jrm21 [3016] * trunk/gsdl/src/mgpp/lib/sysfuncs.h (modified) Check for cygwin - if so, #include stdio before #defining setbuffer, ... Wed, 27 Feb 2002 00:10:35 GMT jrm21 [3015] * trunk/gsdl/src/mgpp/text/Queryer.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_compression_dict.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_decompress_text.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_fast_comp_dict.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) include getopt_old.h if we are compiling on cygwin Tue, 26 Feb 2002 22:55:28 GMT jrm21 [3008] * trunk/gsdl/src/mgpp/text/GSDLQueryLex.cpp (modified) * trunk/gsdl/src/mgpp/text/Terms.cpp (modified) * trunk/gsdl/src/mgpp/text/UCArray.cpp (modified) * trunk/gsdl/src/mgpp/text/UCArray.h (modified) * trunk/gsdl/src/mgpp/text/ivf.pass1.cpp (modified) * trunk/gsdl/src/mgpp/text/ivf.pass2.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/text.pass1.cpp (modified) * trunk/gsdl/src/mgpp/text/text.pass2.cpp (modified) According to the c++ standard, we can't use a UCArray::iterator ... Tue, 26 Feb 2002 22:50:16 GMT jrm21 [3007] * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) Replaced old code to get file descriptors from ofstreams for locking ... Tue, 26 Feb 2002 22:47:55 GMT jrm21 [3006] * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) Modified code for redirection of stderr. Now works with gcc3 and ... Tue, 26 Feb 2002 05:04:37 GMT jrm21 [2999] * trunk/gsdl/src/getpw/Makefile.in (modified) * trunk/gsdl/src/getpw/getpw.cpp (modified) Need to use namespace for gcc3. We now #include gsdlconf as well, so ... Tue, 26 Feb 2002 04:53:46 GMT jrm21 [2998] * trunk/gsdl/src/hashfile/Makefile.in (modified) Need to use CXX instead of CC so that we use the c++ compiler. Tue, 26 Feb 2002 04:24:49 GMT jrm21 [2997] * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) added a couple more mime types. Mon, 18 Feb 2002 04:28:13 GMT jrm21 [2971] * trunk/gsdl/src/recpt/summarise.cpp (modified) Changed to "unitool.h", just in case it causes problems ... Mon, 18 Feb 2002 02:52:34 GMT ibaj1 [2968] * trunk/gsdl/src/recpt/Makefile.in (modified) *** empty log message *** Fri, 15 Feb 2002 00:51:52 GMT paradis [2967] * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/formattools.h (modified) * trunk/gsdl/src/recpt/summarise.cpp (added) * trunk/gsdl/src/recpt/summarise.h (added) * trunk/gsdl/src/recpt/win32.mak (modified) new metadata command [Summary] Sun, 10 Feb 2002 22:02:56 GMT sjboddie [2958] * trunk/gsdl/src/phind/generate/check.h (modified) Minor change to get phind to compile under VC++ again. Sat, 09 Feb 2002 07:37:28 GMT sjboddie [2957] * trunk/gsdl/src/recpt/receptionist.cpp (modified) Changed my mind about last changes (adding http headers to prevent ... Mon, 04 Feb 2002 01:44:17 GMT sjboddie [2945] * trunk/gsdl/macros/base.dm (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.h (modified) The "l" and "w" (interface language and encoding) arguments are now ... Sun, 03 Feb 2002 23:20:59 GMT sjboddie [2942] * trunk/gsdl/src/recpt/receptionist.cpp (modified) Added some http headers in an attempt to prevent pages output by ... Sun, 03 Feb 2002 22:56:13 GMT jrm21 [2941] * trunk/gsdl/src/mgpp/lib/Makefile.in (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) Renamed variables CPP to CXX, as cpp means "pre-processor", not ... Sun, 03 Feb 2002 22:26:20 GMT sjboddie [2939] * trunk/gsdl/Install.sh (modified) * trunk/gsdl/etc/error.txt (added) * trunk/gsdl/etc/errout.txt (deleted) * trunk/gsdl/etc/initout.txt (deleted) * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/macros/status.dm (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/recpt/statusaction.h (modified) All error messages now go to error.txt (i.e. did away with errout.txt ... Sun, 03 Feb 2002 21:49:17 GMT sjboddie [2937] * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/src/colservr/phrasesearch.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) Fixed a few minor issues that surfaced when attempting to get ... Fri, 01 Feb 2002 02:42:05 GMT sjboddie [2935] * trunk/gsdl/lib/gsdlconf.h (modified) * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/macros/status.dm (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/w32server/fnord.cpp (modified) Added Greenstone version number to admin pages Fri, 01 Feb 2002 02:19:21 GMT sjboddie [2934] * trunk/gsdl/src/recpt/queryaction.cpp (modified) Fixed a minor bug causing "post-processed to find (ignoring word ... Wed, 30 Jan 2002 02:40:53 GMT jrm21 [2928] * trunk/gsdl/src/mgpp/lib/bitio_m_random.cpp (modified) * trunk/gsdl/src/mgpp/lib/huffman.cpp (modified) * trunk/gsdl/src/mgpp/lib/local_strings.cpp (modified) * trunk/gsdl/src/mgpp/lib/lovinstem.cpp (modified) * trunk/gsdl/src/mgpp/lib/perf_hash.cpp (modified) * trunk/gsdl/src/mgpp/text/TextGet.cpp (modified) * trunk/gsdl/src/mgpp/text/locallib.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_compression_dict.cpp (modified) * trunk/gsdl/src/mgpp/text/mgpp_fast_comp_dict.cpp (modified) replaced bzero and bcopy with memset and memcpy in the src, even ... Wed, 30 Jan 2002 02:39:54 GMT jrm21 [2927] * trunk/gsdl/src/mgpp/lib/sysfuncs.h (modified) don't #define alloca if it is already defined (just to remove some ... Wed, 30 Jan 2002 02:22:01 GMT jrm21 [2926] * trunk/gsdl/src/mgpp/lib/xmalloc.c (modified) removed a ';' after a #endif - I think this gave a warning or error ... Mon, 21 Jan 2002 22:43:13 GMT sjboddie [2908] * trunk/gsdl/setup.bat (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) Added bin\windows\perl\bin to path on Windows as perl may now be ... Mon, 21 Jan 2002 20:45:09 GMT say1 [2907] * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/src/colservr/Makefile.in (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) minor makefile fixes for corbaserver Mon, 21 Jan 2002 02:06:48 GMT jrm21 [2905] * trunk/gsdl/src/recpt/browseactiontools.cpp (modified) * trunk/gsdl/src/recpt/z3950proto.cpp (modified) removed some old debugging statements no longer needed. Thu, 20 Dec 2001 01:35:59 GMT jrm21 [2900] * trunk/gsdl/src/db2txt/Makefile.in (modified) * trunk/gsdl/src/getpw/Makefile.in (modified) * trunk/gsdl/src/hashfile/Makefile.in (modified) * trunk/gsdl/src/phind/generate/Makefile.in (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/txt2db/Makefile.in (modified) Modified Makefile.in files to use autodetected configure's install ... Fri, 14 Dec 2001 00:18:02 GMT sjboddie [2899] * trunk/gsdl/perllib/plugins/W3ImgPlug.pm (added) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) Added Alan Christensen's W3ImagePlug Wed, 28 Nov 2001 02:20:14 GMT paynter [2870] * trunk/gsdl/src/phind/generate/check.h (modified) Removed unnecessary call. Wed, 28 Nov 2001 02:14:56 GMT paynter [2869] * trunk/gsdl/src/phind/generate/check.h (modified) Eliminate looping, use more memset and better bitmasks instead. Wed, 28 Nov 2001 02:07:12 GMT paynter [2867] * trunk/gsdl/src/phind/generate/Makefile.in (modified) * trunk/gsdl/src/phind/generate/check.h (added) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) * trunk/gsdl/src/phind/generate/suffix.h (modified) Moved all the sufficCheck functionality into the check.h header and ... Wed, 28 Nov 2001 01:14:30 GMT paynter [2866] * trunk/gsdl/src/phind/generate/suffix2.cpp (deleted) no longer relevant. Fri, 23 Nov 2001 03:20:30 GMT sjboddie [2848] * trunk/gsdl/src/recpt/queryaction.cpp (modified) *** empty log message *** Thu, 22 Nov 2001 20:23:47 GMT sjboddie [2839] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) Minor changes to get compiling on Windows Mon, 19 Nov 2001 23:07:50 GMT sjboddie [2832] * trunk/gsdl/src/checkis/checkis_cd.cpp (added) * trunk/is_gsdl_cdrom/Component Definitions/Default.cdf (modified) * trunk/is_gsdl_cdrom/File Groups/Build-time files.fgl (modified) * trunk/is_gsdl_cdrom/File Groups/Default.fdf (modified) * trunk/is_gsdl_cdrom/File Groups/Not installed files - windows.fgl (added) * trunk/is_gsdl_cdrom/File Groups/Not installed files.fgl (modified) * trunk/is_gsdl_cdrom/File Groups/Source files - Windows.fgl (modified) * trunk/is_gsdl_cdrom/Script Files/SETUP.ino (modified) * trunk/is_gsdl_cdrom/Script Files/SETUP.ins (modified) * trunk/is_gsdl_cdrom/Script Files/SETUP.obs (modified) * trunk/is_gsdl_cdrom/Script Files/setup.rul (modified) * trunk/is_gsdl_cdrom/String Tables/0009-English/value.shl (modified) * trunk/is_gsdl_cdrom/String Tables/Default.shl (modified) *** empty log message *** Tue, 30 Oct 2001 02:49:34 GMT kjm18 [2807] * trunk/gsdl/src/phind/generate/suffix.cpp (modified) changed suffixCheck to bit array. Mon, 29 Oct 2001 20:18:23 GMT kjm18 [2806] * trunk/gsdl/src/phind/generate/suffix.cpp (modified) changed initialisation loops to memset Fri, 26 Oct 2001 05:39:42 GMT manuel [2805] * trunk/gsdl/src/recpt/browsetools.cpp (modified) * trunk/gsdl/src/recpt/browsetools.h (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) added gc=2 option to expand parent levels of hierarchical browser's Mon, 15 Oct 2001 02:02:54 GMT kjm18 [2801] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) new version of suffix, based on suffix2 (gordon and craigs simpler ... Wed, 10 Oct 2001 22:38:18 GMT kjm18 [2789] * trunk/gsdl/src/java/org/nzdl/gsdl/Phind/Phind.java (modified) fixed the Prev and Next buttons Tue, 09 Oct 2001 04:21:29 GMT sjboddie [2785] * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/bin/script/buildcol.pl (modified) * trunk/gsdl/bin/script/classinfo.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/bin/script/mirror.pl (modified) * trunk/gsdl/bin/script/nightly.pl (modified) * trunk/gsdl/bin/script/pluginfo.pl (modified) * trunk/gsdl/bin/script/update.pl (modified) * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/macros/bsummary.dm (added) * trunk/gsdl/macros/collect.dm (modified) * trunk/gsdl/macros/english.dm (modified) * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/perllib/acronym.pm (modified) * trunk/gsdl/perllib/mgbuilder.pm (modified) * trunk/gsdl/perllib/plugin.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) * trunk/gsdl/perllib/plugins/PSPlug.pm (modified) * trunk/gsdl/perllib/plugins/RTFPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) * trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.h (modified) The build process now creates a summary of how many files were ... Thu, 04 Oct 2001 02:14:58 GMT dmm9 [2782] * trunk/gsdl/src/recpt/pageaction.cpp (modified) setting up modified query interface in pageaction (for about page) Wed, 03 Oct 2001 05:47:37 GMT dmm9 [2776] * trunk/gsdl/src/recpt/queryaction.cpp (modified) cleaning up some little bits before advertising a live demo Tue, 02 Oct 2001 10:36:37 GMT sjboddie [2774] * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/macros/collect.dm (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.h (modified) Tidied up the collector's error handling. Hopefully the situation ... Tue, 02 Oct 2001 03:54:58 GMT kjm18 [2773] * trunk/gsdl/src/recpt/receptionist.cpp (modified) changes to enable language specific collectionmeta Tue, 02 Oct 2001 02:50:50 GMT dmm9 [2770] * trunk/gsdl/src/recpt/queryaction.cpp (modified) oops! removing debugs Tue, 02 Oct 2001 02:35:28 GMT dmm9 [2769] * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.h (modified) added function define_query_interface for dynamic query interface changes Tue, 02 Oct 2001 00:05:43 GMT sjboddie [2767] * trunk/gsdl/macros/docs.dm (modified) * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/pageaction.h (modified) altered the docs page to avoid broken links when documentation isn't ... Sun, 30 Sep 2001 21:37:26 GMT sjboddie [2763] * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) fixed bug in recent changes to default formatstring Mon, 24 Sep 2001 05:15:15 GMT sjboddie [2751] * trunk/gsdl/collect/modelcol/etc/collect.cfg (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) Had a go at enriching the default document structure. Added ... Mon, 24 Sep 2001 04:46:17 GMT kjm18 [2750] * trunk/gsdl/src/recpt/userdb.cpp (modified) * trunk/gsdl/src/recpt/userdb.h (modified) * trunk/gsdl/src/recpt/usersaction.cpp (modified) can now have spaces after the commas in the groups field of add user ... Fri, 21 Sep 2001 00:20:54 GMT kjm18 [2745] * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.h (modified) * trunk/gsdl/src/recpt/querytools.cpp (modified) changes for gselection for mgpp queries, and some form query parsing ... Thu, 30 Aug 2001 23:03:10 GMT sjboddie [2727] * trunk/gsdl/src/recpt/collectoraction.cpp (modified) Modified the error message slightly when perl can't be detected (at ... Thu, 30 Aug 2001 05:12:33 GMT jrm21 [2724] * trunk/gsdl/src/recpt/Makefile.in (modified) added an empty line after the test: target - it seemed to do funny ... Wed, 22 Aug 2001 03:32:02 GMT sjboddie [2712] * trunk/gsdl/src/colservr/collectserver.cpp (modified) "supercollection" is now a synonym for the "ccscols" collect.cfg option Wed, 22 Aug 2001 02:38:08 GMT cs025 [2710] * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/lib/win32in.c (modified) * trunk/gsdl/src/mgpp/lib/win32in.h (modified) Make sure that WIN32 compilation uses the supplied hton/ntoh endian ... Mon, 20 Aug 2001 22:44:35 GMT sjboddie [2706] * trunk/gsdl/src/recpt/formattools.cpp (modified) * trunk/gsdl/src/recpt/formattools.h (modified) added [href] format string entity Sat, 18 Aug 2001 22:37:04 GMT paynter [2704] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) Small efficiency gain in expandWhileUniqueSuffixExpansion. Wed, 15 Aug 2001 02:11:17 GMT jrm21 [2703] * trunk/gsdl/src/colservr/Makefile.in (modified) Updated to successfully make with Kathy's latest changes (some files ... Wed, 15 Aug 2001 02:00:30 GMT jrm21 [2702] * trunk/gsdl/src/mgpp/lib/win32in.c (modified) typo in argument name!! (It's only one letter long.....) Wed, 15 Aug 2001 00:52:36 GMT kjm18 [2701] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) previous changes broke linux version. all fixed now hopefully :-) Tue, 14 Aug 2001 22:47:08 GMT cs025 [2699] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) mgpp collections now work on windows Mon, 13 Aug 2001 03:50:33 GMT jrm21 [2698] * trunk/gsdl/packages/mg/src/text/text.pass1.c (modified) * trunk/gsdl/src/mgpp/text/text.pass1.cpp (modified) Now also gives error message under win32. Mon, 13 Aug 2001 01:13:06 GMT kjm18 [2697] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.h (modified) keep a pointer to an IndexData structure so keep state between ... Sun, 12 Aug 2001 23:56:33 GMT jrm21 [2696] * trunk/gsdl/src/phind/generate/Makefile.in (modified) Removed reference to CC stuff, as we currently only need CXX compiler. Sat, 11 Aug 2001 22:28:09 GMT paynter [2694] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) * trunk/gsdl/src/phind/generate/suffix2.cpp (modified) Various improvements to the Phrase code, including new copy ... Fri, 10 Aug 2001 00:20:23 GMT kjm18 [2693] * trunk/gsdl/src/mgpp/text/GSDLQueryLex.cpp (modified) changed this to parse terms in the same way that the indexer does. ... Fri, 10 Aug 2001 00:15:36 GMT kjm18 [2692] * trunk/gsdl/src/mgpp/text/GSDLQueryParser.cpp (modified) phrases now use the case and stem preference settings, they are no ... Tue, 07 Aug 2001 03:49:34 GMT jrm21 [2687] * trunk/gsdl/src/java/org/nzdl/gsdl/Phind/Makefile (modified) added classpath so it compiles without manual intervention now Thu, 02 Aug 2001 00:13:43 GMT jrm21 [2684] * trunk/gsdl/src/recpt/hlistbrowserclass.cpp (modified) attempt to gracefully add rows to the table if the text content of ... Fri, 27 Jul 2001 01:51:20 GMT kjm18 [2679] * trunk/gsdl/src/colservr/mgppsearch.cpp (modified) * trunk/gsdl/src/colservr/mgppsearch.h (modified) * trunk/gsdl/src/colservr/mgsearch.h (modified) * trunk/gsdl/src/colservr/search.h (modified) added unload_database() function to search and mgppsearch classes ... Fri, 27 Jul 2001 01:49:54 GMT kjm18 [2678] * trunk/gsdl/src/colservr/collectset.h (modified) tidy up Fri, 27 Jul 2001 01:31:17 GMT kjm18 [2677] * trunk/gsdl/src/colservr/collectset.cpp (modified) fixed a bug in mgpp collections Thu, 26 Jul 2001 23:33:44 GMT paynter [2676] * trunk/gsdl/src/phind/generate (modified) * trunk/gsdl/src/phind/generate/.cvsignore (added) A list of files that CVS needn't give errors about. Thu, 26 Jul 2001 23:31:58 GMT paynter [2675] * trunk/gsdl/src/phind/generate/symbol-names.pl (modified) Changed phind dir to /phind1/ from /phind/. Thu, 26 Jul 2001 23:29:15 GMT paynter [2674] * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) Changes for the new version of suffix: Added ...