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