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
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.
nyamatongwe
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