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
/
lexlib
/
WordList.cxx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-30
Feature [feature-requests:#1305] Optimize setting up keyword lists in lexers.
Zufu Liu
1
-9
/
+29
2018-05-15
Replace ELEMENTS with std::size and drop inclusion of StringCopy.h.
Neil
1
-1
/
+0
2018-04-22
Remove casts between char and unsigned char where possible.
Neil
1
-4
/
+4
2018-01-28
Use std::end when filling arrays as reduces chance of mistake.
Neil
1
-1
/
+2
2017-09-11
The Scintilla namespace is always active for internal symbols and for the lexer
Neil
1
-2
/
+0
2017-04-18
Add an assert to avoid a warning from Visual C++ Code Analysis.
Neil
1
-0
/
+2
2017-04-06
Added const where possible.
Neil
1
-4
/
+4
2017-04-01
Standardize on C++ headers, remove headers that aren't needed and add <cstddef>
Neil
1
-5
/
+2
2017-02-02
Using better checked static_cast instead of reinterpret_cast for void*.
Neil Hodgson
1
-1
/
+1
2017-01-22
Simplify initialising and reinitialising.
Neil
1
-6
/
+2
2016-09-07
Add InListAbridged to WordList.
oirfeodent
1
-0
/
+60
2016-04-21
Correct comments.
Neil
1
-2
/
+2
2014-12-12
Prevent some static analyzer warnings.
Neil
1
-0
/
+2
2014-05-24
Header include statements are now in a standardised order with that order
Neil
1
-1
/
+1
2014-01-21
Added ELEMENTS macro and use it to clarify determining size of arrays.
Neil Hodgson
1
-1
/
+2
2013-12-22
Avoid unsafe strcpy, strncpy, and strcat replacing with safer functions which
Neil
1
-2
/
+3
2013-12-15
Format normalization - whitespace and braces made consistent.
Neil
1
-1
/
+1
2013-09-10
Cast away char subscripts to avoid warnings from clang.
Unknown
1
-6
/
+6
2013-09-06
Be more explicit about the empty case to avoid warnings from Visual C++ analy...
Neil
1
-13
/
+15
2013-07-25
Minor changes to avoid warnings from Coverity.
Neil
1
-1
/
+1
2013-07-21
Normalising order of language headers.
Neil
1
-1
/
+1
2013-05-08
Hide implementation of WordList.
nyamatongwe
1
-0
/
+21
2013-05-05
Since new throws an exception on failure, remove testing of result.
nyamatongwe
1
-17
/
+13
2011-07-25
Switch to STL sort algorithm on MSVC. Feature #3376826.
Marko Njezic
1
-7
/
+21
2010-10-29
Documentation
nyamatongwe
1
-0
/
+5
2010-07-13
New files for new lexer implementation.
nyamatongwe
1
-0
/
+200