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
/
src
/
CaseConvert.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-23
Updated case conversion and character categories to Unicode 9.
Neil
1
-3
/
+199
2017-03-04
Use C++11 keyword "override" for methods that override a base class.
Neil
1
-1
/
+1
2016-10-30
Add header needed for std::string.
Neil Hodgson
1
-0
/
+1
2016-10-27
Tidy CaseMapString by moving some mechanics into CaseConvert. Use StringEncode
Neil
1
-0
/
+8
2015-07-04
Make std::exception visible to all core code to remove chance that a different
Neil
1
-0
/
+1
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-2
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-1
/
+5
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-08-01
Bug [#1506]. In some locales Visual C++ fails with UTF-8 in string literals.
Neil
1
-128
/
+128
2013-07-15
Fix out-of-bounds access for characters after end of set.
Neil
1
-1
/
+3
2013-07-11
Add namespace so builds on OS X.
nyamatongwe
1
-0
/
+8
2013-07-11
Include case conversion data in Scintilla so that all platforms will perform
Neil
1
-0
/
+620