Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-21 | Replace all instances of isascii with Scintilla-specific IsASCII. | Neil | 1 | -1/+1 | |
iasascii is not part of ISO C or C++ but is a BSD extension so caused problems when compiling in strict compliance mode. | |||||
2011-12-22 | Replace _strupr with portable code. | nyamatongwe | 1 | -1/+9 | |
2011-12-22 | Lexer for the Take Command / TCC scripting language. Feature #3462462. | nyamatongwe | 1 | -0/+503 | |
From Rex Conn. |