# # ChangeLog for trunk/gsdl/lib # # Generated by Trac 1.4.2 # 2024-05-01T19:32:00+12:00 Thu, 15 Mar 2007 00:19:42 GMT cvs_anon [13981] * trunk/gsdl/lib/corbaiface.h (modified) * trunk/gsdl/lib/corbaiface.idl (modified) * trunk/gsdl/lib/corbaiface.mpp (modified) Added UseBook variable for Realistic Book Tue, 23 Jan 2007 21:47:33 GMT kjdon [13776] * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/win32.mak (modified) mg now lives in indexers instead of packages Wed, 20 Sep 2006 01:31:31 GMT kjdon [12793] * trunk/gsdl/lib/display.h (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) gcc-4 compilation patch, thanks to Juan Grigera Thu, 24 Aug 2006 03:18:18 GMT mdewsnip [12539] * trunk/gsdl/lib/md5.cpp (modified) Now includes stdio.h, for sprintf (needed on puka). Thu, 24 Aug 2006 00:14:23 GMT kjdon [12526] * trunk/gsdl/lib/win32.mak (modified) added in md5 h/cpp/obj Wed, 23 Aug 2006 22:45:03 GMT kjdon [12506] * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/md5.cpp (added) * trunk/gsdl/lib/md5.h (added) added md5.h/cpp - needed for fileupload by cgiwrapper Wed, 23 Aug 2006 05:17:29 GMT kjdon [12504] * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) added findlastchar method, and removed cvs log from text_t.cpp Tue, 28 Mar 2006 04:39:32 GMT cvs_anon [11517] * trunk/gsdl/lib/gsdlconf.h (modified) change GSDL_VERSION to x.xx Mon, 27 Mar 2006 00:27:37 GMT cvs_anon [11483] * trunk/gsdl/lib/gsdlconf.h (modified) update GSDL_VERSION Wed, 15 Feb 2006 01:46:57 GMT mdewsnip [11257] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/win32.mak (modified) Removed the USE_STLPORT option -- use GSDL_VC4 instead. Wed, 15 Feb 2006 01:36:10 GMT mdewsnip [11256] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/d2m/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/win32.mak (modified) Added a "GSDL_VC4" option that has to be specified with the nmake ... Wed, 15 Feb 2006 00:14:51 GMT mdewsnip [11253] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/d2m/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/oaiservr/win32.mak (modified) * trunk/gsdl/src/phind/generate/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/win32.mak (modified) Added "-nologo" to all cc and lib calls (to prevent a two line ... Thu, 26 Jan 2006 01:24:17 GMT kjdon [11105] * trunk/gsdl/lib/display.cpp (modified) fixed a bug where nested if statements would crap out if there was no ... Tue, 17 Jan 2006 00:15:37 GMT mdewsnip [11054] * trunk/gsdl/lib/win32.mak (modified) Somebody whose username is "kjdon" forgot to make equivalent changes ... Sun, 18 Dec 2005 22:01:04 GMT kjdon [11003] * trunk/gsdl/lib/Makefile.in (modified) added new phrases.h/cpp into the list of headers etc Sun, 18 Dec 2005 21:54:56 GMT kjdon [11001] * trunk/gsdl/lib/phrases.cpp (added) * trunk/gsdl/lib/phrases.h (added) moved the get_phrases function from recpt/querytools to here, so that ... Wed, 28 Sep 2005 04:51:04 GMT kjdon [10662] * trunk/gsdl/lib/display.cpp (modified) allow _If_(\"_macro_\" eq \"value\", true, false) as well as ... Thu, 16 Jun 2005 22:50:27 GMT kjdon [10141] * trunk/gsdl/lib/display.cpp (modified) added sw (starts with) and ew (ends with) operators from _If_ macros Thu, 16 Jun 2005 22:49:44 GMT kjdon [10140] * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) added starts_with and ends_with functions Mon, 30 May 2005 03:07:04 GMT mdewsnip [9983] * trunk/gsdl/lib/fileutil.cpp (modified) Fixed a bug in read_file where characters read weren't converted to ... Wed, 25 May 2005 02:14:50 GMT jrm21 [9950] * trunk/gsdl/lib/display.cpp (modified) minor change to while loop, slightly more efficient but no semantic ... Mon, 23 May 2005 04:37:50 GMT kjdon [9932] * trunk/gsdl/lib/display.h (modified) made the splitparams a public method so we can use it elsewhere Tue, 26 Apr 2005 23:12:26 GMT kjdon [9752] * trunk/gsdl/Makefile.in.gs2build (deleted) * trunk/gsdl/configure.gs2build (deleted) * trunk/gsdl/configure.in.gs2build (deleted) * trunk/gsdl/lib/Makefile.in.gs2build (deleted) * trunk/gsdl/packages/Makefile.gs2build (deleted) * trunk/gsdl/packages/configure.gs2build (deleted) moved these into their own repository so they don't clutter up gsdl Mon, 11 Apr 2005 20:58:49 GMT kjdon [9630] * trunk/gsdl/lib/gsdltimes.cpp (modified) delete -> delete [] change submitted by Emanuel Dejanu Thu, 07 Apr 2005 04:27:18 GMT kjdon [9593] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/fileutil.cpp (modified) * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/lib/text_t.cpp (modified) added some x++ -> ++x changes submitted by Emanuel Dejanu Wed, 30 Mar 2005 03:50:09 GMT mdewsnip [9515] * trunk/gsdl/lib/cfgread.cpp (modified) Fixed a fairly obscure bug where isspace was returning true on ... Wed, 16 Mar 2005 04:28:08 GMT kjdon [9456] * trunk/gsdl/lib/Makefile.in.gs2build (added) Makefile.in for gs2build module Sun, 13 Mar 2005 21:42:26 GMT davidb [9404] * trunk/gsdl/lib/display.cpp (modified) include statement for not needed, and in fact caused ... Mon, 14 Feb 2005 03:45:40 GMT davidb [9025] * trunk/gsdl/lib/display.cpp (modified) indentation tidy up Mon, 07 Feb 2005 01:40:52 GMT mdewsnip [8976] * trunk/gsdl/lib/display.cpp (modified) Added missing return value for one path of execution. Thu, 02 Dec 2004 22:21:34 GMT kjdon [8727] * trunk/gsdl/lib/cfgread.cpp (modified) * trunk/gsdl/lib/cfgread.h (modified) * trunk/gsdl/lib/cnfgable.cpp (modified) * trunk/gsdl/lib/cnfgable.h (modified) * trunk/gsdl/lib/cnfgator.cpp (modified) * trunk/gsdl/lib/cnfgator.h (modified) * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) * trunk/gsdl/lib/fileutil.cpp (modified) * trunk/gsdl/lib/gsdlconf.h (modified) * trunk/gsdl/lib/gsdltimes.cpp (modified) * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/lib/gsdltools.h (modified) * trunk/gsdl/lib/gsdlunicode.cpp (modified) * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) added some changes made by Emanuel Dejanu (Simple Words) Wed, 24 Nov 2004 21:20:30 GMT jrm21 [8666] * trunk/gsdl/lib/gsdlunicode.cpp (modified) * trunk/gsdl/lib/gsdlunicode.h (modified) renamed multibyte variable since that is the name of a macro on solaris. Mon, 08 Nov 2004 03:58:26 GMT jrm21 [8485] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) 1) explicitly added 'l=en' to the list of seen macro parameters, ... Thu, 04 Nov 2004 03:49:45 GMT jrm21 [8451] * trunk/gsdl/lib/display.cpp (modified) removed comment now that setdefaultmacro is fixed Thu, 04 Nov 2004 03:11:00 GMT jrm21 [8450] * trunk/gsdl/lib/display.cpp (modified) setdefaultmacro() didn't work because the args were being passed on ... Tue, 05 Oct 2004 16:39:50 GMT cs025 [8222] * trunk/gsdl/lib/corbaconv_text_t.mpp (modified) Small fix to keep Mac OS X happy with Wed, 29 Sep 2004 13:52:09 GMT cs025 [8188] * trunk/gsdl/lib/corbaconv_text_t.mpp (modified) Added include of as this wasn't picked up on Mico 2.3.11/Mac ... Wed, 29 Sep 2004 13:49:32 GMT cs025 [8187] * trunk/gsdl/lib/corbatext_t.mpp (modified) Fixed header usage of which did not get picked up by ... Fri, 09 Jul 2004 05:20:43 GMT jrm21 [7733] * trunk/gsdl/lib/cfgread.cpp (modified) fixes for compiler warnings Thu, 08 Jul 2004 03:59:21 GMT jrm21 [7731] * trunk/gsdl/lib/cfgread.cpp (modified) gcc 3 is more strict about signed vs unsigned chars... and get() ... Tue, 06 Jul 2004 03:36:50 GMT jrm21 [7705] * trunk/gsdl/lib/cfgread.cpp (modified) can now read in utf-8 encoded non-ascii chars from main.cfg file. Mon, 24 May 2004 05:06:06 GMT mdewsnip [7397] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) (Human Info) Use displayclass::defaultpackage instead of "Global". Mon, 24 May 2004 05:05:39 GMT mdewsnip [7396] * trunk/gsdl/lib/text_t.h (modified) Moved definition of g_EmptyText. Mon, 24 May 2004 04:39:27 GMT davidb [7386] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) Modifications to macro data-structures to support collection specific ... Mon, 24 May 2004 03:44:50 GMT mdewsnip [7382] * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) (Human Info) Added const text_t g_EmptyText("") to use instead of ... Tue, 16 Mar 2004 03:19:55 GMT sjboddie [7060] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/mgpp/lib/WIN32.MAK (modified) * trunk/gsdl/src/mgpp/text/WIN32.MAK (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/win32.mak (modified) Added DLL=1 and DLLDEBUG=1 options to the windows makefiles Fri, 28 Nov 2003 03:40:56 GMT sjboddie [6021] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) Added an unloaddefaultmacros() function to displayclass to allow us ... Mon, 13 Jan 2003 07:12:09 GMT jrm21 [3667] * trunk/gsdl/lib/gsdlunicode.cpp (modified) * trunk/gsdl/lib/gsdlunicode.h (modified) added a utf16 output converter class. Tue, 12 Nov 2002 05:10:30 GMT jrm21 [3528] * trunk/gsdl/lib/cfgread.cpp (modified) fixed write_cfg_line() for when given a filedesc for output instead ... Tue, 12 Nov 2002 04:14:36 GMT jrm21 [3527] * trunk/gsdl/lib/fileutil.cpp (modified) improved efficiency of file_copy() by using buffered I/O. Fri, 08 Nov 2002 01:26:17 GMT jrm21 [3521] * trunk/gsdl/lib/cfgread.cpp (modified) subtle bug fix where if a line ended with a space then the following ... Tue, 05 Nov 2002 05:09:35 GMT jrm21 [3516] * trunk/gsdl/lib/gsdltimes.cpp (modified) Apparently darwin doesn't define BSD by default, so we now instead ... Fri, 13 Sep 2002 03:07:18 GMT jrm21 [3425] * trunk/gsdl/lib/cfgread.cpp (modified) Convert \r and \n to space, otherwise other parts of greenstone might ... Fri, 13 Sep 2002 02:52:20 GMT jrm21 [3424] * trunk/gsdl/lib/gsdltimes.cpp (modified) Need some slightly extra stuff for converting times when under ... Tue, 10 Sep 2002 05:09:10 GMT jrm21 [3417] * trunk/gsdl/lib/cfgread.cpp (modified) Allow multi-line entries in config files - either ends with a "\", or ... Mon, 17 Jun 2002 09:20:27 GMT sjboddie [3155] * trunk/gsdl/lib/gsdlconf.h (modified) Removed the crappy GSDL_GET_FILEDESC stuff as it's no longer needed ... 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:01:53 GMT sjboddie [3052] * trunk/gsdl/lib/gsdlconf.h (modified) *** empty log message *** Tue, 26 Feb 2002 23:01:31 GMT jrm21 [3012] * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/display.h (modified) istream.get(char&) caused funny problems with gcc3 so they've been ... Tue, 26 Feb 2002 22:57:02 GMT jrm21 [3010] * trunk/gsdl/lib/cfgread.cpp (modified) * trunk/gsdl/lib/cfgread.h (modified) overloaded write_cfg_line() to take a file descriptor as argument ... Tue, 26 Feb 2002 22:56:15 GMT jrm21 [3009] * trunk/gsdl/lib/gsdlconf.h (modified) Modified some macros for GCC only if GCC version is less than 3. Tue, 12 Feb 2002 22:46:47 GMT jrm21 [2965] * trunk/gsdl/lib/display.cpp (modified) Allow nested _If_ macros. We now count '(' and ')' characters, so you ... 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 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 Fri, 01 Jun 2001 02:51:29 GMT sjboddie [2487] * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) * trunk/gsdl/macros/document.dm (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/perllib/classify/phind.pm (modified) * trunk/gsdl/src/phind/client/Phind.java (modified) * trunk/gsdl/src/phind/generate/phrase.cpp (modified) * trunk/gsdl/src/phind/generate/phrase.h (modified) * trunk/gsdl/src/phind/generate/suffix.cpp (modified) * trunk/gsdl/src/phind/generate/suffix.h (modified) * trunk/gsdl/src/phind/host/phindcgi.cpp (modified) * trunk/gsdl/src/recpt/librarymain.cpp (modified) * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) Changes to get phind working under windows Wed, 16 May 2001 00:51:51 GMT jrm21 [2423] * trunk/gsdl/lib/gsdlconf.h (modified) * trunk/gsdl/lib/text_t.h (modified) minor changes for darwin and cygwin Tue, 08 May 2001 02:08:42 GMT jrm21 [2384] * trunk/gsdl/lib/Makefile.in (modified) minor problem with running idl for corba - set LD_LIBRARY_PATH for ... Wed, 25 Apr 2001 10:29:11 GMT sjboddie [2338] * trunk/gsdl/Install (added) * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/mg/lib/WIN32.MAK (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/packages/windows/crypt/README.TXT (modified) * trunk/gsdl/packages/windows/crypt/crypt.zip (modified) * trunk/gsdl/packages/windows/gdbm/README.TXT (modified) * trunk/gsdl/packages/windows/gdbm/gdbm.zip (modified) * trunk/gsdl/packages/windows/stlport (added) * trunk/gsdl/packages/windows/stlport/stlport.zip (added) * trunk/gsdl/src/colservr/win32.mak (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/recpt/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) * trunk/gsdl/src/w32server/httpsend.cpp (modified) * trunk/gsdl/src/w32server/win32.mak (modified) * trunk/gsdl/src/w32server/wincgiutils.cpp (modified) * trunk/gsdl/win32.mak (modified) Tidied up windows makefiles to make compiling under windows a little ... Tue, 10 Apr 2001 03:19:31 GMT sjboddie [2302] * trunk/gsdl/lib/fileutil.cpp (modified) Fixed a bug that's been annoying me for a while but that I was far ... Mon, 09 Apr 2001 22:40:56 GMT sjboddie [2298] * trunk/gsdl/lib/gsdltools.cpp (modified) Made a small change to the gsdl_system function to overcome weird ... Mon, 02 Apr 2001 14:13:26 GMT say1 [2261] * trunk/gsdl/lib/corbaiface.h (modified) * trunk/gsdl/lib/corbaiface.mpp (modified) * trunk/gsdl/lib/corbaiface_skel.mpp (modified) * trunk/gsdl/src/colservr/corbaServer.mpp (modified) * trunk/gsdl/src/recpt/OIDtools.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/corbaproto.mpp (modified) fixed a minor c initialisation bug Sat, 31 Mar 2001 13:07:55 GMT say1 [2233] * trunk/gsdl/lib/Makefile.in (modified) added dependances to makefile Tue, 13 Mar 2001 17:09:57 GMT cs025 [2175] * trunk/gsdl/lib/Makefile.in (modified) Minor blemish in layout made the ... Tue, 13 Mar 2001 15:15:23 GMT cs025 [2173] * trunk/gsdl/acconfig.h (modified) * trunk/gsdl/config.h.in (modified) * trunk/gsdl/configure (modified) * trunk/gsdl/configure.in (modified) * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/corbaiface.idl (modified) * trunk/gsdl/micotest.cpp (added) * trunk/gsdl/packages/Makefile.in (modified) * trunk/gsdl/packages/configure (modified) * trunk/gsdl/src/colservr/Makefile.in (modified) * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/colservr/collectserver.h (modified) * trunk/gsdl/src/colservr/corbaServer.mpp (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/corbaproto.mpp (modified) * trunk/gsdl/src/recpt/nullproto.cpp (modified) Improvements to configure scripts in their support of various MICO ... Wed, 07 Mar 2001 03:10:43 GMT say1 [2127] * trunk/gsdl/lib/corbaiface_skel.mpp (added) helps if i add all the files Wed, 07 Mar 2001 03:09:50 GMT say1 [2126] * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/corbaiface.h (modified) * trunk/gsdl/lib/corbaiface.mpp (modified) * trunk/gsdl/src/colservr/Makefile.in (modified) * trunk/gsdl/src/colservr/corbaServer.mpp (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) corba updates Mon, 05 Mar 2001 00:54:26 GMT say1 [2113] * trunk/gsdl/cgi-bin/gsdlsite.cfg (modified) * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/corbaconv_text_t.mpp (modified) * trunk/gsdl/lib/corbaiface.h (modified) * trunk/gsdl/lib/corbaiface.idl (modified) * trunk/gsdl/lib/corbaiface.mpp (modified) * trunk/gsdl/packages/Makefile.in (modified) * trunk/gsdl/packages/configure (modified) * trunk/gsdl/packages/mico (added) * trunk/gsdl/packages/mico/mico-2.3.5.tar.gz (added) * trunk/gsdl/src/colservr/corbaServer.mpp (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/corbaclient.mpp (modified) * trunk/gsdl/src/recpt/corbaproto.h (modified) * trunk/gsdl/src/recpt/corbaproto.mpp (modified) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/nullproto.cpp (modified) * trunk/gsdl/src/recpt/nullproto.h (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/recptproto.cpp (modified) * trunk/gsdl/src/recpt/recptproto.h (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) integrated the new mico package. updated corba to 2.3.7. fixed the ... Fri, 09 Feb 2001 02:08:53 GMT jrm21 [1939] * trunk/gsdl/lib/Makefile.in (modified) added a distclean target. Thu, 08 Feb 2001 00:17:33 GMT sjboddie [1927] * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/lib/gsdlunicode.cpp (modified) * trunk/gsdl/lib/gsdlunicode.h (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) Fixed a bug in the C++ encoding support - 8 bit encodings like ... Thu, 01 Feb 2001 08:17:17 GMT sjboddie [1896] * trunk/gsdl/lib/cnfgator.h (modified) *** empty log message *** Mon, 29 Jan 2001 01:54:58 GMT sjboddie [1870] * trunk/gsdl/bin/script/makemapfile.pl (modified) * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/lib/gsdlunicode.cpp (modified) * trunk/gsdl/lib/gsdlunicode.h (modified) * trunk/gsdl/mappings/README (modified) * trunk/gsdl/mappings/from_uc/big5.ump (added) * trunk/gsdl/mappings/from_uc/euc_jp.ump (added) * trunk/gsdl/mappings/from_uc/gbk.ump (added) * trunk/gsdl/mappings/from_uc/shiftjis.ump (added) * trunk/gsdl/mappings/from_uc/uhc.ump (modified) * trunk/gsdl/mappings/to_uc/big5.ump (added) * trunk/gsdl/mappings/to_uc/euc_jp.ump (added) * trunk/gsdl/mappings/to_uc/gbk.ump (added) * trunk/gsdl/mappings/to_uc/shiftjis.ump (added) * trunk/gsdl/mappings/to_uc/uhc.ump (modified) * trunk/gsdl/perllib/cjk.pm (deleted) * trunk/gsdl/perllib/doc.pm (modified) * trunk/gsdl/perllib/encodings.pm (added) * trunk/gsdl/perllib/multiread.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/textcat/ko-korean.lm (added) * trunk/gsdl/perllib/textcat/ko-uhc.lm (deleted) * trunk/gsdl/perllib/unicode.pm (modified) * trunk/gsdl/src/recpt/converter.cpp (modified) * trunk/gsdl/src/recpt/converter.h (modified) * trunk/gsdl/src/recpt/librarymain.cpp (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/receptionist.h (modified) * trunk/gsdl/unicode (deleted) Tidied up language support stuff. Thu, 25 Jan 2001 21:29:32 GMT sjboddie [1864] * trunk/gsdl/lib/cnfgator.h (modified) * trunk/gsdl/lib/fileutil.cpp (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) Fixed a couple of minor things to get it compiling on windows again Thu, 25 Jan 2001 18:26:45 GMT cs025 [1860] * trunk/gsdl/Makefile.in (modified) * trunk/gsdl/acconfig.h (modified) * trunk/gsdl/config.h.in (modified) * trunk/gsdl/configure (modified) * trunk/gsdl/configure.in (modified) * trunk/gsdl/lib/Makefile.in (modified) * trunk/gsdl/lib/cnfgable.cpp (added) * trunk/gsdl/lib/cnfgable.h (added) * trunk/gsdl/lib/cnfgator.cpp (added) * trunk/gsdl/lib/cnfgator.h (added) * trunk/gsdl/lib/corbaconv_text_t.h (added) * trunk/gsdl/lib/corbaconv_text_t.mpp (added) * trunk/gsdl/lib/corbaiface.h (added) * trunk/gsdl/lib/corbaiface.idl (added) * trunk/gsdl/lib/corbaiface.mpp (added) * trunk/gsdl/lib/corbatext_t.h (added) * trunk/gsdl/lib/corbatext_t.mpp (added) * trunk/gsdl/lib/display.cpp (modified) * trunk/gsdl/lib/text_t.cpp (modified) * trunk/gsdl/lib/text_t.h (modified) * trunk/gsdl/packages/Makefile (modified) * trunk/gsdl/packages/mg/src/text/bool_parser.c (modified) * trunk/gsdl/packages/yaz/Makefile.in (modified) * trunk/gsdl/packages/yaz/config.status (added) * trunk/gsdl/packages/yaz/include/yaz/proto.h (modified) * trunk/gsdl/src/colservr/Makefile.in (modified) * trunk/gsdl/src/colservr/collectserver.cpp (modified) * trunk/gsdl/src/colservr/collectserver.h (modified) * trunk/gsdl/src/colservr/collectset.cpp (added) * trunk/gsdl/src/colservr/collectset.h (added) * trunk/gsdl/src/colservr/colservrconfig.cpp (modified) * trunk/gsdl/src/colservr/corbaServer.mpp (added) * trunk/gsdl/src/colservr/mgsearch.cpp (modified) * trunk/gsdl/src/colservr/queryfilter.cpp (modified) * trunk/gsdl/src/db2txt/Makefile.in (modified) * trunk/gsdl/src/recpt/Makefile.in (modified) * trunk/gsdl/src/recpt/OIDtools.cpp (modified) * trunk/gsdl/src/recpt/browserclass.h (modified) * trunk/gsdl/src/recpt/browsetools.cpp (modified) * trunk/gsdl/src/recpt/cgiwrapper.cpp (modified) * trunk/gsdl/src/recpt/cgiwrapper.h (modified) * trunk/gsdl/src/recpt/comtypes.cpp (modified) * trunk/gsdl/src/recpt/comtypes.h (modified) * trunk/gsdl/src/recpt/corbaclient.mpp (added) * trunk/gsdl/src/recpt/corbaproto.h (added) * trunk/gsdl/src/recpt/corbaproto.mpp (added) * trunk/gsdl/src/recpt/documentaction.cpp (modified) * trunk/gsdl/src/recpt/librarymain.cpp (modified) * trunk/gsdl/src/recpt/nullproto.cpp (modified) * trunk/gsdl/src/recpt/nullproto.h (modified) * trunk/gsdl/src/recpt/pageaction.cpp (modified) * trunk/gsdl/src/recpt/queryaction.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/receptionist.h (modified) * trunk/gsdl/src/recpt/recptconfig.cpp (modified) * trunk/gsdl/src/recpt/recptconfig.h (modified) * trunk/gsdl/src/recpt/recptmain.cpp (modified) * trunk/gsdl/src/recpt/recptproto.cpp (modified) * trunk/gsdl/src/recpt/recptproto.h (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/txt2db/Makefile.in (modified) Included CORBA branch for first time Mon, 15 Jan 2001 02:21:43 GMT sjboddie [1837] * trunk/gsdl/lib/fileutil.cpp (modified) * trunk/gsdl/lib/fileutil.h (modified) * trunk/gsdl/macros/status.dm (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/statusaction.cpp (modified) * trunk/gsdl/src/recpt/statusaction.h (modified) Made a few cosmetic changes to the "Administration" pages and added ... Tue, 19 Dec 2000 23:43:45 GMT sjboddie [1818] * trunk/gsdl/lib/gsdltools.cpp (modified) Tidied up a couple of things arrising from the recent changes to the ... Tue, 19 Dec 2000 22:30:34 GMT sjboddie [1817] * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/lib/gsdltools.h (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) Completely overhauled the way system calls are made on windows (i.e. ... Tue, 19 Dec 2000 08:37:24 GMT sjboddie [1815] * trunk/gsdl/lib/fileutil.cpp (modified) Did some tidying up in the windows fileutil stuff Tue, 19 Dec 2000 03:54:36 GMT sjboddie [1813] * trunk/gsdl/lib/fileutil.cpp (modified) Fixed a bug in the file_tail function. I'm still not sure it was an ... Thu, 14 Dec 2000 21:01:47 GMT sjboddie [1793] * trunk/gsdl/lib/gsdltools.cpp (modified) Fixed the gsdl_ok() function as it didn't work on linux. I'm still ... Tue, 12 Dec 2000 00:55:22 GMT sjboddie [1785] * trunk/gsdl/lib/gsdltimes.cpp (modified) Fixed some trouble with the get_date() function that showed up on windows Mon, 11 Dec 2000 23:31:10 GMT sjboddie [1784] * trunk/gsdl/lib/gsdltools.cpp (modified) changed the test for perl as it didn't work on windows with some ... Mon, 11 Dec 2000 22:51:57 GMT sjboddie [1783] * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/lib/gsdltools.h (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) Added a check to make sure perl is functional before using the collector Mon, 11 Dec 2000 01:47:11 GMT sjboddie [1782] * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/lib/fileutil.cpp (modified) Fixed a couple of problems with LogDateFormat configuration option ... Sun, 10 Dec 2000 23:03:48 GMT sjboddie [1779] * trunk/gsdl/etc/main.cfg (modified) * trunk/gsdl/lib/gsdltimes.cpp (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) * trunk/gsdl/src/recpt/receptionist.h (modified) Implemented LogDateFormat configuration option. Fri, 08 Dec 2000 04:00:35 GMT sjboddie [1778] * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/lib/gsdltimes.cpp (modified) * trunk/gsdl/lib/gsdltimes.h (modified) * trunk/gsdl/perllib/cpan/Mail/Sendmail.pm (modified) * trunk/gsdl/src/recpt/collectoraction.cpp (modified) * trunk/gsdl/src/recpt/collectoraction.h (modified) * trunk/gsdl/src/recpt/receptionist.cpp (modified) Implemented the new MailServer, LogEvents, EmailEvents and ... Wed, 06 Dec 2000 03:14:52 GMT sjboddie [1748] * trunk/gsdl/lib/win32.mak (modified) * trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified) * trunk/gsdl/src/db2txt/win32.mak (modified) * trunk/gsdl/src/hashfile/win32.mak (modified) * trunk/gsdl/src/txt2db/win32.mak (modified) *** empty log message *** Tue, 05 Dec 2000 00:08:17 GMT sjboddie [1739] * trunk/gsdl/lib/cfgread.cpp (modified) * trunk/gsdl/lib/fileutil.cpp (modified) * trunk/gsdl/lib/fileutil.h (modified) * trunk/gsdl/src/recpt/nullproto.h (modified) * trunk/gsdl/src/w32server/cgiwrapper.cpp (modified) * trunk/gsdl/src/w32server/cgiwrapper.h (modified) * trunk/gsdl/src/w32server/settings.cpp (modified) A few changes to get multi-volume cd-roms working again Mon, 20 Nov 2000 01:00:34 GMT sjboddie [1678] * trunk/gsdl/Install.sh (modified) * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/lib/gsdltools.cpp (modified) * trunk/gsdl/lib/gsdltools.h (modified) * trunk/gsdl/macros/collect.dm (modified) Re-added some recent changes that got lost when the cvs repository ... Thu, 02 Nov 2000 21:11:24 GMT sjboddie [1648] * trunk/gsdl/lib/fileutil.cpp (modified) Added some comments about weird windows behavioural patterns