source: trunk/gsdl/src/mgpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3048   22 years jrm21 removed #define of setlocale. 1) We don't use setlocale anywhere …
(edit) @3016   22 years jrm21 Check for cygwin - if so, #include stdio before #defining setbuffer, …
(edit) @3015   22 years jrm21 include getopt_old.h if we are compiling on cygwin
(edit) @3008   22 years jrm21 According to the c++ standard, we can't use a UCArray::iterator …
(edit) @2941   22 years jrm21 Renamed variables CPP to CXX, as cpp means "pre-processor", not …
(edit) @2928   22 years jrm21 replaced bzero and bcopy with memset and memcpy in the src, even …
(edit) @2927   22 years jrm21 don't #define alloca if it is already defined (just to remove some …
(edit) @2926   22 years jrm21 removed a ';' after a #endif - I think this gave a warning or error on …
(edit) @2710   23 years cs025 Make sure that WIN32 compilation uses the supplied hton/ntoh endian …
(edit) @2702   23 years jrm21 typo in argument name!! (It's only one letter long.....)
(edit) @2698   23 years jrm21 Now also gives error message under win32.
(edit) @2693   23 years kjm18 changed this to parse terms in the same way that the indexer does. …
(edit) @2692   23 years kjm18 phrases now use the case and stem preference settings, they are no …
(edit) @2557   23 years sjboddie getopt.h was renamed getopt_old.h
(edit) @2556   23 years jrm21 If we have getopt.h in here, gcc will find it instead of …
(edit) @2555   23 years kjm18 changed error messages to be more useful
(edit) @2554   23 years kjm18 changed a comment
(edit) @2541   23 years jrm21 1) replaced obsolete bzero() calls with memset() calls. 2) Makefile.in …
(edit) @2514   23 years sjboddie A few minor changes needed to get mgpp to compile under VC++4.2
(edit) @2513   23 years sjboddie * empty log message *
(edit) @2477   23 years kjm18 changed bindir and make install command so that it would work.
(edit) @2473   23 years sjboddie Renamed all the mgpp binaries to be mgpp_* instead of mg_*
(edit) @2468   23 years sjboddie Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. …
(edit) @2448   23 years kjm18 fixed unsigned long overflow error in Condense Invf function …
(edit) @2445   23 years jrm21 needed #defines
(edit) @2443   23 years jrm21 added some #defines for proper portability. (eg ftruncate needs …
(edit) @2442   23 years jrm21 portability changes, use getopt from unistd.h (all POSIX systems)
(edit) @2383   23 years jrm21 #include string.h for strdup on non-BSD systems.
(edit) @2382   23 years jrm21 needed some #defines to build on non-BSD systems (after my changes for …
(edit) @2377   23 years jrm21 replaced bcopy with memcpy
(edit) @2376   23 years jrm21 modified to get getopt() prototype from system headers.
(edit) @2375   23 years jrm21 Corrected use of BIG_ENDIAN | LITTLE_ENDIAN macros. Also replaced …
(edit) @2374   23 years jrm21 added a check for STDC compiler macro.
(edit) @2373   23 years jrm21 Now use system's memory alloc functions by default, instead of our …
(edit) @2372   23 years jrm21 minor change to get building on mac OS X, but applicable to all - we …
(edit) @2221   23 years jrm21 fixed typo in argument list - `int opt_index' -> 'int *opt_index'
(edit) @1899   23 years kjm18 changed the help message
(edit) @1898   23 years kjm18 added more command line options, and better help message
(edit) @1850   23 years kjm18 added help message
(edit) @1849   23 years kjm18 more options added
(edit) @1848   23 years kjm18 checks added for failure of IndexData.loadLevel()
(edit) @1847   23 years kjm18 added a QueryResult::printShort routine - outputs termfreq stuff, but …
(edit) @1836   23 years kjm18 added support for equiv terms for highlighting. THe …
(edit) @1775   23 years kjm18 fixed a bug in FindWordNumbers()
(edit) @1770   23 years kjm18 changed parseQuery to take a new parameter - defaultBoolCombine - this …
(edit) @1769   23 years kjm18 added options for ranked/non-ranked, all/some searches
(edit) @1768   23 years kjm18 overall term frequency only calculated if needRankInfo=true
(edit) @1688   23 years kjm18 Added actualNumDocs variable to QueryResult - records the total number …
(edit) @1652   23 years jrm21 removed spurious mgpp config.h (it should all now use the toplevel …
(edit) @1597   24 years jrm21 now remove libtextin.a during "make clean"
(edit) @1518   24 years jrm21 Edited various Makefile.in files so that "make distclean" works properly.
(edit) @1364   24 years jrm21 Modified function decl.s from Classic C to Std. C
(edit) @1344   24 years kjm18 changed configure rules at end
(edit) @1340   24 years kjm18 deleted configure stuff from this Makefile
(edit) @1337   24 years kjm18 made NZDL flags the default
(edit) @1300   24 years kjm18 added full text browsing functionality
(edit) @1299   24 years kjm18 added in full text browse functionality. added default stemMethod.
(edit) @1298   24 years kjm18 commented out the cause of a seg fault
(edit) @1297   24 years kjm18 removed BrowseCompare(), added UCArrayVector type
(edit) @1296   24 years kjm18 incorporated default stemMethod to Parse functions, used if stemMethod …
(edit) @1295   24 years kjm18 changed to get mg & mgpp working together
(edit) @1294   24 years kjm18 a #define was causing errors, commented out.
(edit) @1128   24 years kjm18 added GSDLParser stuff
(edit) @1127   24 years kjm18 new parser and lex modules for GSDL syntax (designed for my bibliosystem)
(edit) @1126   24 years kjm18 changed over to GSDLQueryParser, added in level info so can query say …
(edit) @1125   24 years kjm18 added GetCStr and BrowseCompare
(edit) @1124   24 years kjm18 added termFreq - overall word count rather than document count
(edit) @1123   24 years kjm18 added basepath to LoadData, needed if text and index are in different …
(edit) @1122   24 years kjm18 added some comments
(edit) @927   24 years kjm18 added feature to retrieve doc nums at a different level than the level …
(edit) @926   24 years kjm18 added options to change index and level for searching
(edit) @925   24 years kjm18 Rodger's comments
(edit) @879   24 years rjmcnab fixed phrase searching bug.
(edit) @861   24 years rjmcnab fixed a few more bugs
(edit) @860   24 years rjmcnab Fixed a couple of bugs and made building silent if needed.
(edit) @859   24 years sjboddie changed config stuff ... again
(edit) @858   24 years sjboddie fixed compiler warning
(edit) @857   24 years sjboddie fixed config stuff
(edit) @856   24 years sjboddie Rodgers new C++ mg
(edit) @855   24 years sjboddie Rodgers new C++ mg
(edit) @854   24 years sjboddie Rodgers new mg
(edit) @853   24 years sjboddie new mg
(add) @852   24 years sjboddie Rodgers new c++ mg
Note: See TracRevisionLog for help on using the revision log.