Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-10 | Added copy constructor and assignment operator to ease manipulation. | nyamatongwe | 1 | -0/+21 | |
2012-07-02 | Remove unnecessary check. | nyamatongwe | 1 | -1/+1 | |
2012-07-02 | Make IsLowerCase and IsUpperCase not depend on non-portable isascii, take | nyamatongwe | 1 | -0/+8 | |
an int argument to match similar calls, and move to header for wider use. | |||||
2012-07-02 | Remove unnecessary check. | nyamatongwe | 1 | -2/+2 | |
2012-07-02 | Treat negative values as non-ASCII. | nyamatongwe | 1 | -1/+1 | |
2011-05-13 | Removed confusing comment. Bug #3301002. | nyamatongwe | 1 | -1/+0 | |
2011-02-28 | Avoid shadowed variables as reported by Xcode. | nyamatongwe | 1 | -2/+2 | |
2010-07-13 | Changed files for new lexer design. | nyamatongwe | 1 | -5/+95 | |
2010-07-13 | Creating lexlib with lexer support files. | nyamatongwe | 1 | -0/+59 | |