summaryrefslogtreecommitdiff
path: root/lctype.h
Commit message (Expand)AuthorAgeFilesLines
* Better documentation for 'lctype.h'Roberto Ierusalimschy2020-09-031-4/+10
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* change in 'LUAI_DDEC' to allow variables to be static in 'onelua'Roberto Ierusalimschy2018-06-181-2/+2
* detail (cleaned whitespaces at end of lines)Roberto Ierusalimschy2011-07-151-2/+2
* avoid "magic constant" 32 (the difference from 'A' to 'a')Roberto Ierusalimschy2011-06-271-2/+2
* resort to standard C ctype for non-ASCII systems + 'ltoupper' replacedRoberto Ierusalimschy2011-06-241-6/+41
* macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)Roberto Ierusalimschy2011-06-231-3/+13
* new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations andRoberto Ierusalimschy2009-11-191-2/+2
* type of 'luai_ctype_' array changed to unsigned (safer for bitwiseRoberto Ierusalimschy2009-05-271-2/+4
* new property 'lisupper' (needed to compute values for hexa digits)Roberto Ierusalimschy2009-05-181-1/+3
* small bug: EOZ is a valid character to be testedRoberto Ierusalimschy2009-03-261-10/+18
* ctype 'lalpha' includes '_' (as '_' behaves as a letter from theRoberto Ierusalimschy2009-03-111-3/+5
* added macro 'lisxdigit' (just in case :)Roberto Ierusalimschy2009-03-101-1/+3
* global array of ctypes renamed to 'luai_ctype_' (extern names mustRoberto Ierusalimschy2009-02-201-7/+7
* "homemade" version of ctype.hRoberto Ierusalimschy2009-02-191-0/+34