aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/SString.h
AgeCommit message (Expand)AuthorFilesLines
2004-04-24Removed SString::attach as rolw now perfromed bynyamatongwe1-12/+0
2004-04-24Added SBuffer class to hold a writable buffer that willnyamatongwe1-43/+124
2004-04-12SString::operator= more compatible with embedded \0 bytes.nyamatongwe1-2/+3
2004-04-02String code from Pavol Bosik used by Anjuta.nyamatongwe1-0/+17
2004-03-04Added startswith and endswith methods to SString.nyamatongwe1-1/+3
2004-02-26Bruce moved the constructors from number types out of line.nyamatongwe1-12/+2
2004-01-12Patch from Bruce Dodson to move length string methodsnyamatongwe1-198/+22
2002-10-26Fixed bug when appending one SString to another with +=.nyamatongwe1-1/+1
2002-06-09Using lenpos_t to avoid typing problem.nyamatongwe1-1/+1
2002-04-23Don Paul Beletsky added substr and lowercase methods.nyamatongwe1-0/+22
2002-04-21Some Win64 compatibility and size_t correctness.nyamatongwe1-1/+1
2002-04-21Changed lenpos_t to be size_t as that is WIN64 safe.nyamatongwe1-1/+1
2002-04-19Patch from Don Paul including memcpy use, comments and change method.nyamatongwe1-6/+13
2001-12-20Fixed bug in += where 0 still used rather than measure_length.nyamatongwe1-30/+30
2001-12-19Fixed some old icorrect uses of 0 rather than measure_length.nyamatongwe1-8/+8
2001-12-19Patch from Philippe to change to unsigned for lengths and positions.nyamatongwe1-66/+105
2001-11-16Patch from Philippe to use precision argument to differentiate betweennyamatongwe1-2/+2
2001-11-15Added construction from double to SString.nyamatongwe1-0/+6
2001-11-14Small punctuation edits from Philippe.nyamatongwe1-12/+15
2001-11-10Moved reallocation into one method.nyamatongwe1-38/+25
2001-10-17substitute and remove(string) return the number of changes made.nyamatongwe1-4/+10
2001-10-11Added a remove(string) method which is substitute(string, "").nyamatongwe1-0/+3
2001-10-08Added methods: insert, remove, search, contains and a string version ofnyamatongwe1-3/+52
2001-04-08Removed old unused code from SString.nyamatongwe1-94/+83
2001-03-30Added a contains method so it is easy to see if a string contains anyamatongwe1-0/+6
2001-02-25Added appendwithseparator method as this is common and there is extra messnyamatongwe1-9/+24
2001-02-24Updated documentation comments from Philippe.nyamatongwe1-7/+12
2001-02-06Removed macro substitution of case insensitive string comparison functionsnyamatongwe1-5/+3
2001-01-28Updating copyright notices for 2001.nyamatongwe1-1/+1
2001-01-25Patch from Philippe, containing comments and a fix to SString for emptynyamatongwe1-4/+33
2001-01-04Patch from Philippe to granularise append allocations and remove unusednyamatongwe1-90/+84
2001-01-02From Philippe: SString::clear and SCE_C_COMMENTLINEDOC.nyamatongwe1-0/+6
2000-12-18Added constructor from a const char * with start and end arguments.nyamatongwe1-13/+10
2000-12-10Moved SString class out nto its own header.nyamatongwe1-0/+216