index
:
scintilla-mirror
master
sciteco-dev-pre-v2.0.0
sciteco-rel-5-1-3
sciteco-rel-5-3-4
sciteco-rel-5-5-2
sciteco-rel-5-5-4
sciteco-rel-5-5-7
Git mirror of the Scintilla editor component. Referenced by the SciTECO repository.
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
SString.h
Age
Commit message (
Expand
)
Author
Files
Lines
2002-10-26
Fixed bug when appending one SString to another with +=.
nyamatongwe
1
-1
/
+1
2002-06-09
Using lenpos_t to avoid typing problem.
nyamatongwe
1
-1
/
+1
2002-04-23
Don Paul Beletsky added substr and lowercase methods.
nyamatongwe
1
-0
/
+22
2002-04-21
Some Win64 compatibility and size_t correctness.
nyamatongwe
1
-1
/
+1
2002-04-21
Changed lenpos_t to be size_t as that is WIN64 safe.
nyamatongwe
1
-1
/
+1
2002-04-19
Patch from Don Paul including memcpy use, comments and change method.
nyamatongwe
1
-6
/
+13
2001-12-20
Fixed bug in += where 0 still used rather than measure_length.
nyamatongwe
1
-30
/
+30
2001-12-19
Fixed some old icorrect uses of 0 rather than measure_length.
nyamatongwe
1
-8
/
+8
2001-12-19
Patch from Philippe to change to unsigned for lengths and positions.
nyamatongwe
1
-66
/
+105
2001-11-16
Patch from Philippe to use precision argument to differentiate between
nyamatongwe
1
-2
/
+2
2001-11-15
Added construction from double to SString.
nyamatongwe
1
-0
/
+6
2001-11-14
Small punctuation edits from Philippe.
nyamatongwe
1
-12
/
+15
2001-11-10
Moved reallocation into one method.
nyamatongwe
1
-38
/
+25
2001-10-17
substitute and remove(string) return the number of changes made.
nyamatongwe
1
-4
/
+10
2001-10-11
Added a remove(string) method which is substitute(string, "").
nyamatongwe
1
-0
/
+3
2001-10-08
Added methods: insert, remove, search, contains and a string version of
nyamatongwe
1
-3
/
+52
2001-04-08
Removed old unused code from SString.
nyamatongwe
1
-94
/
+83
2001-03-30
Added a contains method so it is easy to see if a string contains a
nyamatongwe
1
-0
/
+6
2001-02-25
Added appendwithseparator method as this is common and there is extra mess
nyamatongwe
1
-9
/
+24
2001-02-24
Updated documentation comments from Philippe.
nyamatongwe
1
-7
/
+12
2001-02-06
Removed macro substitution of case insensitive string comparison functions
nyamatongwe
1
-5
/
+3
2001-01-28
Updating copyright notices for 2001.
nyamatongwe
1
-1
/
+1
2001-01-25
Patch from Philippe, containing comments and a fix to SString for empty
nyamatongwe
1
-4
/
+33
2001-01-04
Patch from Philippe to granularise append allocations and remove unused
nyamatongwe
1
-90
/
+84
2001-01-02
From Philippe: SString::clear and SCE_C_COMMENTLINEDOC.
nyamatongwe
1
-0
/
+6
2000-12-18
Added constructor from a const char * with start and end arguments.
nyamatongwe
1
-13
/
+10
2000-12-10
Moved SString class out nto its own header.
nyamatongwe
1
-0
/
+216