Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Easy way to allow Unicode characters in identifiers | Roberto Ierusalimschy | 2019-12-17 | 1 | -16/+25 |
| | | | | For those that want to try it... | ||||
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
| | | | | | Version numbers and dates (mostly wrong) from RCS keyword strings removed from all source files; only the file name are kept. | ||||
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -1/+4 |
| | | | | any other header file | ||||
* | missing 'LUA_CORE' definition | Roberto Ierusalimschy | 2011-10-03 | 1 | -1/+4 |
| | |||||
* | resort to standard C ctype for non-ASCII systems | Roberto Ierusalimschy | 2011-06-24 | 1 | -3/+7 |
| | |||||
* | macro 'ltoupper' instead of 'lisupper' (more usefull for Lua) | Roberto Ierusalimschy | 2011-06-23 | 1 | -18/+18 |
| | |||||
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -2/+2 |
| | | | | definitions of non-static variables | ||||
* | type of 'luai_ctype_' array changed to unsigned (safer for bitwise | Roberto Ierusalimschy | 2009-05-27 | 1 | -2/+2 |
| | | | | operations) | ||||
* | new property 'lisupper' (needed to compute values for hexa digits) | Roberto Ierusalimschy | 2009-05-18 | 1 | -6/+6 |
| | |||||
* | small bug: EOZ is a valid character to be tested | Roberto Ierusalimschy | 2009-03-26 | 1 | -2/+3 |
| | |||||
* | ctype 'lalpha' includes '_' (as '_' behaves as a letter from the | Roberto Ierusalimschy | 2009-03-11 | 1 | -2/+2 |
| | | | | point of view of Lua) | ||||
* | added macro 'lisxdigit' (just in case :) | Roberto Ierusalimschy | 2009-03-10 | 1 | -5/+5 |
| | |||||
* | global array of ctypes renamed to 'luai_ctype_' (extern names must | Roberto Ierusalimschy | 2009-02-20 | 1 | -2/+2 |
| | | | | use a "lua" prefix...) | ||||
* | "homemade" version of ctype.h | Roberto Ierusalimschy | 2009-02-19 | 1 | -0/+44 |