source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108   25 years rjmcnab Moved from lib directory.
(edit) @107   25 years rjmcnab Moved to src/recpt.
(edit) @106   25 years rjmcnab Moved to src/recpt directory.
(edit) @105   25 years rjmcnab Moved from src/library directory to lib directory.
(edit) @104   25 years rjmcnab Moved cgiargs to the lib directory.
(edit) @103   25 years rjmcnab Initial revision.
(edit) @102   25 years rjmcnab Initial revision
(edit) @101   25 years rjmcnab Renamed cgiutils to wincgiutils. I want to use the filename cgiutils …
(edit) @100   25 years rjmcnab Added standard header to source files.
(edit) @99   25 years rjmcnab Enabled mg and the library software to read in more than one index at …
(edit) @98   25 years rjmcnab Switched doc.pl over to use unicode. Changed the importing software to …
(edit) @97   25 years rjmcnab Added the Unicode support for European languages back in.
(edit) @96   25 years rjmcnab Removed all collection dependant programming from the index selection. …
(edit) @95   25 years rjmcnab Initial revision.
(edit) @94   25 years rjmcnab Wrote general map file based in and out converters. Fixed bugs related …
(edit) @93   25 years rjmcnab Wrote an output and input converter for GBK. Added an option to …
(edit) @92   25 years rjmcnab Enabled the user to specify the output conversion class. Changed how …
(edit) @91   25 years rjmcnab Changed the directory structure (collect.cfg and site.cfg now reside …
(edit) @90   25 years rjmcnab Added support for the FastCGI protocol.
(edit) @89   25 years rjmcnab Modified the cgi interface so that most of it resides in library files …
(edit) @88   25 years rjmcnab Special characters are now escaped in GML files.
(edit) @87   25 years rjmcnab Fixed a bug in the sorting and then removed the sorting as its too …
(edit) @86   25 years rjmcnab Added a function to determine whether the current machine is big or …
(edit) @85   25 years rjmcnab Fixed a few small bugs.
(edit) @84   26 years rjmcnab Altered char2str (and hence word2str) to produce hex output for …
(edit) @83   26 years rjmcnab Added support for GBK.
(edit) @82   26 years sjboddie minor changes to allow individual sections of documents to belong to …
(edit) @81   26 years sjboddie fixed minor bug in create_index_mapping()
(edit) @80   26 years rjmcnab Initial revision.
(edit) @79   26 years rjmcnab Altered mg to process utf-8 encoded Unicode. The main changes are in …
(edit) @78   26 years rjmcnab Altered mg to process utf-8 encoded Unicode. The main changes are in …
(edit) @77   26 years sjboddie multi-language collection support
(edit) @76   26 years rjmcnab Initial revision.
(edit) @75   26 years rjmcnab Added support for the new version of doc.pl (which uses the UTF-8 …
(edit) @74   26 years rjmcnab Hack to make things work as they used to (until I have finished the …
(edit) @73   26 years rjmcnab Added support for UTF-8.
(edit) @72   26 years rjmcnab Initial Revision.
(edit) @71   26 years rjmcnab Initial Revision.
(edit) @70   26 years sjboddie Put sorting back in for now as removing it caused some problems for …
(edit) @69   26 years sjboddie Sub-collection indexes may now be defined within the collect.cfg file …
(edit) @68   26 years sjboddie Don't need to be sorting files at build time anymore
(edit) @67   26 years sjboddie Minor changes to allow for multi-language interface
(edit) @66   26 years sjboddie replaced my_stricmp with _stricmp and strcasecmp in one instance as …
(edit) @65   26 years sjboddie minor bug fix ('$' missing)
(edit) @64   26 years rjmcnab Initial revision.
(edit) @63   26 years sjboddie Minor change to remove compiler warning.
(edit) @62   26 years rjmcnab Changed source to use my_stricmp, again... ???
(edit) @61   26 years sjboddie changed array.clear() to array.erase(array.begin(), array.end()) to …
(edit) @60   26 years rjmcnab Quoted the value of GSDLHOME (like it should be!)
(edit) @59   26 years pva1 changed the acceptance of meta-data into infodb, so that empty strings …
(edit) @58   26 years sjboddie added niupepa collection and made allowances in libinterface for …
(edit) @57   26 years rjmcnab Initial revision.
(edit) @56   26 years rjmcnab Removed conftools
(edit) @55   26 years rjmcnab Added cfgread
(edit) @54   26 years rjmcnab Minor change.
(edit) @53   26 years sjboddie fixed 1 missing semi-colon..
(edit) @52   26 years rjmcnab Fixed to compile with the changes to the stemming.
(edit) @51   26 years rjmcnab Added mgpass back into the makefile
(edit) @50   26 years rjmcnab Minor change to remove compiler warning
(edit) @49   26 years rjmcnab Initial revision
(edit) @48   26 years rjmcnab Wrote a my_stricmp (_stricmp is windows specific) and altered the code …
(edit) @47   26 years rjmcnab nothing really
(edit) @46   26 years rjmcnab Removed rx and regx from the mg library. The appropriate one for a …
(edit) @45   26 years rjmcnab Altered the makefile to build a object library containing the objects …
(edit) @44   26 years rjmcnab Removed mgpass.c from the makefile (it will be removed from the …
(edit) @43   26 years sjboddie Fixed up the changes I made for formatting dates - oops.
(edit) @42   26 years sjboddie Added function to format dates of type 19991231
(edit) @41   26 years rjmcnab Initial revision
(edit) @40   26 years rjmcnab Fixed a couple of warnings
(edit) @39   26 years rjmcnab Initial revision
(edit) @38   26 years sjboddie Allowed for adding date to infodb
(edit) @37   26 years sjboddie Allowed for source and date to be added to infodb
(edit) @36   26 years sjboddie * empty log message *
(edit) @35   26 years sjboddie Allowed for adding the 'Source' attribute to the infodb
(edit) @34   26 years rjmcnab Modified mg to that you can specify the stemmer you want to use via a …
(edit) @33   26 years rjmcnab Modified mg to that you can specify the stemmer you want to use via a …
(edit) @32   26 years sjboddie Altered existing collections (gberg, unu, unesco and hdl) to fit in …
(edit) @31   26 years sjboddie Removed winmg as mg-1.3d is now combined for both unix and windows
(edit) @30   26 years rjmcnab Altered 'make all' to build libtextin.lib as well
(edit) @29   26 years rjmcnab Incorporated the french stemmer better.
(edit) @28   26 years rjmcnab Fixed a small error in the windows compilation
(edit) @27   26 years rjmcnab Removed some files created in the build process from the distribution
(edit) @26   26 years rjmcnab Fixed a few problems with the windows build
(edit) @25   26 years rjmcnab Initial revision
(edit) @24   26 years rjmcnab Initial revision
(edit) @23   26 years rjmcnab combined unix and windows versions of mg
(edit) @22   26 years sjboddie Added functionality to allow books to be sorted on the fly rather than …
(edit) @21   26 years sjboddie Forgot this when adding w32server to src/library
(edit) @20   26 years sjboddie Added w32server files to src/library
(edit) @19   26 years sjboddie Added Makefile.in for wingdbm
(edit) @18   26 years sjboddie Added windows gdbm and mg versions
(edit) @17   26 years rjmcnab Changed module description
(edit) @16   26 years rjmcnab Altered to work with perllib/ (instead of the old directory name lib/)
(edit) @15   26 years rjmcnab Changed the calling of hashfile so that the program doesn't have to …
(edit) @14   26 years rjmcnab modified internal representation so that order is preserved (and …
(edit) @13   26 years rjmcnab * empty log message *
(edit) @12   26 years rjmcnab moved display.cpp, display.h, text_t.cpp and text_t.h from the …
(edit) @11   26 years rjmcnab moved display.cpp, display.h, text_t.cpp text_t.h to the lib directory
(edit) @10   26 years rjmcnab CVS: ----------------------------------------------------------------------
(edit) @9   26 years sjboddie Changed pathnames from lib to perllib
Note: See TracRevisionLog for help on using the revision log.