source: trunk/gsdl/lib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @12539   18 years mdewsnip Now includes stdio.h, for sprintf (needed on puka).
(edit) @12526   18 years kjdon added in md5 h/cpp/obj
(edit) @12506   18 years kjdon added md5.h/cpp - needed for fileupload by cgiwrapper
(edit) @12504   18 years kjdon added findlastchar method, and removed cvs log from text_t.cpp
(edit) @11517   18 years cvs_anon change GSDL_VERSION to x.xx
(edit) @11483   18 years cvs_anon update GSDL_VERSION
(edit) @11257   18 years mdewsnip Removed the USE_STLPORT option -- use GSDL_VC4 instead.
(edit) @11256   18 years mdewsnip Added a "GSDL_VC4" option that has to be specified with the nmake …
(edit) @11253   18 years mdewsnip Added "-nologo" to all cc and lib calls (to prevent a two line message …
(edit) @11105   18 years kjdon fixed a bug where nested if statements would crap out if there was no …
(edit) @11054   18 years mdewsnip Somebody whose username is "kjdon" forgot to make equivalent changes …
(edit) @11003   18 years kjdon added new phrases.h/cpp into the list of headers etc
(edit) @11001   18 years kjdon moved the get_phrases function from recpt/querytools to here, so that …
(edit) @10662   19 years kjdon allow _If_(\"_macro_\" eq \"value\", true, false) as well as …
(edit) @10141   19 years kjdon added sw (starts with) and ew (ends with) operators from _If_ macros
(edit) @10140   19 years kjdon added starts_with and ends_with functions
(edit) @9983   19 years mdewsnip Fixed a bug in read_file where characters read weren't converted to …
(edit) @9950   19 years jrm21 minor change to while loop, slightly more efficient but no semantic …
(edit) @9932   19 years kjdon made the splitparams a public method so we can use it elsewhere
(edit) @9752   19 years kjdon moved these into their own repository so they don't clutter up gsdl
(edit) @9630   19 years kjdon delete -> delete [] change submitted by Emanuel Dejanu
(edit) @9593   19 years kjdon added some x++ -> ++x changes submitted by Emanuel Dejanu
(edit) @9515   19 years mdewsnip Fixed a fairly obscure bug where isspace was returning true on …
(edit) @9456   19 years kjdon Makefile.in for gs2build module
(edit) @9404   19 years davidb include statement for <ostream> not needed, and in fact caused …
(edit) @9025   19 years davidb indentation tidy up
(edit) @8976   19 years mdewsnip Added missing return value for one path of execution.
(edit) @8727   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(edit) @8666   19 years jrm21 renamed multibyte variable since that is the name of a macro on solaris.
(edit) @8485   19 years jrm21 1) explicitly added 'l=en' to the list of seen macro parameters, …
(edit) @8451   19 years jrm21 removed comment now that setdefaultmacro is fixed
(edit) @8450   19 years jrm21 setdefaultmacro() didn't work because the args were being passed on in …
(edit) @8222   20 years cs025 Small fix to keep Mac OS X happy with <vector>
(edit) @8188   20 years cs025 Added include of <vector> as this wasn't picked up on Mico 2.3.11/Mac …
(edit) @8187   20 years cs025 Fixed header usage of <vector> which did not get picked up by …
(edit) @7733   20 years jrm21 fixes for compiler warnings
(edit) @7731   20 years jrm21 gcc 3 is more strict about signed vs unsigned chars... and get() wants …
(edit) @7705   20 years jrm21 can now read in utf-8 encoded non-ascii chars from main.cfg file.
(edit) @7397   20 years mdewsnip (Human Info) Use displayclass::defaultpackage instead of "Global".
(edit) @7396   20 years mdewsnip Moved definition of g_EmptyText.
(edit) @7386   20 years davidb Modifications to macro data-structures to support collection specific …
(edit) @7382   20 years mdewsnip (Human Info) Added const text_t g_EmptyText("") to use instead of …
(edit) @7060   20 years sjboddie Added DLL=1 and DLLDEBUG=1 options to the windows makefiles
(edit) @6021   20 years sjboddie Added an unloaddefaultmacros() function to displayclass to allow us to …
(edit) @3667   21 years jrm21 added a utf16 output converter class.
(edit) @3528   21 years jrm21 fixed write_cfg_line() for when given a filedesc for output instead of …
(edit) @3527   21 years jrm21 improved efficiency of file_copy() by using buffered I/O.
(edit) @3521   21 years jrm21 subtle bug fix where if a line ended with a space then the following …
(edit) @3516   21 years jrm21 Apparently darwin doesn't define BSD by default, so we now instead …
(edit) @3425   22 years jrm21 Convert \r and \n to space, otherwise other parts of greenstone might …
(edit) @3424   22 years jrm21 Need some slightly extra stuff for converting times when under darwin. …
(edit) @3417   22 years jrm21 Allow multi-line entries in config files - either ends with a "\", or …
(edit) @3155   22 years sjboddie Removed the crappy GSDL_GET_FILEDESC stuff as it's no longer needed …
(edit) @3055   22 years sjboddie Added -GX flag to Win32 makefiles to prevent compiler warnings under VC++6
(edit) @3052   22 years sjboddie * empty log message *
(edit) @3012   22 years jrm21 istream.get(char&) caused funny problems with gcc3 so they've been …
(edit) @3010   22 years jrm21 overloaded write_cfg_line() to take a file descriptor as argument …
(edit) @3009   22 years jrm21 Modified some macros for GCC only if GCC version is less than 3.
(edit) @2965   22 years jrm21 Allow nested _If_ macros. We now count '(' and ')' characters, so you …
(edit) @2937   22 years sjboddie Fixed a few minor issues that surfaced when attempting to get …
(edit) @2935   22 years sjboddie Added Greenstone version number to admin pages
(edit) @2907   22 years say1 minor makefile fixes for corbaserver
(edit) @2487   23 years sjboddie Changes to get phind working under windows
(edit) @2423   23 years jrm21 minor changes for darwin and cygwin
(edit) @2384   23 years jrm21 minor problem with running idl for corba - set LD_LIBRARY_PATH for …
(edit) @2338   23 years sjboddie Tidied up windows makefiles to make compiling under windows a little …
(edit) @2302   23 years sjboddie Fixed a bug that's been annoying me for a while but that I was far too …
(edit) @2298   23 years sjboddie Made a small change to the gsdl_system function to overcome weird …
(edit) @2261   23 years say1 fixed a minor c initialisation bug
(edit) @2233   23 years say1 added dependances to makefile
(edit) @2175   23 years cs025 Minor blemish in layout made the …
(edit) @2173   23 years cs025 Improvements to configure scripts in their support of various MICO …
(edit) @2127   23 years say1 helps if i add all the files
(edit) @2126   23 years say1 corba updates
(edit) @2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
(edit) @1939   23 years jrm21 added a distclean target.
(edit) @1927   23 years sjboddie Fixed a bug in the C++ encoding support - 8 bit encodings like …
(edit) @1896   23 years sjboddie * empty log message *
(edit) @1870   23 years sjboddie Tidied up language support stuff.
(edit) @1864   23 years sjboddie Fixed a couple of minor things to get it compiling on windows again
(edit) @1860   23 years cs025 Included CORBA branch for first time
(edit) @1837   23 years sjboddie Made a few cosmetic changes to the "Administration" pages and added …
(edit) @1818   23 years sjboddie Tidied up a couple of things arrising from the recent changes to the …
(edit) @1817   23 years sjboddie Completely overhauled the way system calls are made on windows (i.e. …
(edit) @1815   23 years sjboddie Did some tidying up in the windows fileutil stuff
(edit) @1813   23 years sjboddie Fixed a bug in the file_tail function. I'm still not sure it was an …
(edit) @1793   23 years sjboddie Fixed the gsdl_ok() function as it didn't work on linux. I'm still not …
(edit) @1785   23 years sjboddie Fixed some trouble with the get_date() function that showed up on windows
(edit) @1784   23 years sjboddie changed the test for perl as it didn't work on windows with some …
(edit) @1783   23 years sjboddie Added a check to make sure perl is functional before using the collector
(edit) @1782   23 years sjboddie Fixed a couple of problems with LogDateFormat configuration option …
(edit) @1779   23 years sjboddie Implemented LogDateFormat configuration option.
(edit) @1778   23 years sjboddie Implemented the new MailServer, LogEvents, EmailEvents and …
(edit) @1748   23 years sjboddie * empty log message *
(edit) @1739   23 years sjboddie A few changes to get multi-volume cd-roms working again
(edit) @1678   23 years sjboddie Re-added some recent changes that got lost when the cvs repository was …
(edit) @1648   23 years sjboddie Added some comments about weird windows behavioural patterns
(edit) @1596   24 years jrm21 Fixed up appendcstr(const char *) in text_t.h
(edit) @1495   24 years sjboddie Disabled a warning message from within the macro language stuff
(edit) @1485   24 years sjboddie More improvements to collector
Note: See TracRevisionLog for help on using the revision log.