Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -2/+2 |
* | type of 'luai_ctype_' array changed to unsigned (safer for bitwise | Roberto Ierusalimschy | 2009-05-27 | 1 | -2/+4 |
* | new property 'lisupper' (needed to compute values for hexa digits) | Roberto Ierusalimschy | 2009-05-18 | 1 | -1/+3 |
* | small bug: EOZ is a valid character to be tested | Roberto Ierusalimschy | 2009-03-26 | 1 | -10/+18 |
* | ctype 'lalpha' includes '_' (as '_' behaves as a letter from the | Roberto Ierusalimschy | 2009-03-11 | 1 | -3/+5 |
* | added macro 'lisxdigit' (just in case :) | Roberto Ierusalimschy | 2009-03-10 | 1 | -1/+3 |
* | global array of ctypes renamed to 'luai_ctype_' (extern names must | Roberto Ierusalimschy | 2009-02-20 | 1 | -7/+7 |
* | "homemade" version of ctype.h | Roberto Ierusalimschy | 2009-02-19 | 1 | -0/+34 |