Roberto Ierusalimschy
063d4e4543
Lua 5.3.5 ported to git
...
This is the first commit for the branch Lua 5.3. All source files
were copied from the official distribution of 5.3.5 in the Lua site.
The test files are the same of 5.3.4. The manual came from the
previous RCS repository, revision 1.167.1.2.
2018-12-17 14:46:37 -02:00
Roberto Ierusalimschy
32a12e2f3f
detail (cleaned whitespaces at end of lines)
2011-07-15 09:50:29 -03:00
Roberto Ierusalimschy
f9eea453b7
avoid "magic constant" 32 (the difference from 'A' to 'a')
2011-06-27 15:22:46 -03:00
Roberto Ierusalimschy
6eadedbfa1
resort to standard C ctype for non-ASCII systems + 'ltoupper' replaced
...
by 'ltolower'
2011-06-24 09:25:33 -03:00
Roberto Ierusalimschy
59547c6cda
macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)
2011-06-23 13:01:06 -03:00
Roberto Ierusalimschy
062e809e54
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
...
definitions of non-static variables
2009-11-19 17:06:52 -02:00
Roberto Ierusalimschy
139d562861
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
...
operations)
2009-05-27 13:51:15 -03:00
Roberto Ierusalimschy
92479f1a8b
new property 'lisupper' (needed to compute values for hexa digits)
2009-05-18 14:15:14 -03:00
Roberto Ierusalimschy
b1e1c15ced
small bug: EOZ is a valid character to be tested
2009-03-26 15:53:52 -03:00
Roberto Ierusalimschy
6ffcf21367
ctype 'lalpha' includes '_' (as '_' behaves as a letter from the
...
point of view of Lua)
2009-03-11 10:27:32 -03:00
Roberto Ierusalimschy
6427c61e7c
added macro 'lisxdigit' (just in case :)
2009-03-10 14:42:33 -03:00
Roberto Ierusalimschy
5438d77221
global array of ctypes renamed to 'luai_ctype_' (extern names must
...
use a "lua" prefix...)
2009-02-20 10:11:15 -03:00
Roberto Ierusalimschy
ada82930fd
"homemade" version of ctype.h
2009-02-19 14:18:25 -03:00