Roberto Ierusalimschy
|
8496112a18
|
Better documentation for 'lctype.h'
The old documentation said that 'ltolower' only works for alphabetic
characters. However, 'l_str2d' uses it (correctly) also on dots ('.').
|
4 years ago |
Roberto Ierusalimschy
|
f99509581e
|
Removed extra information from RCS keyword strings
Version numbers and dates (mostly wrong) from RCS keyword strings
removed from all source files; only the file name are kept.
|
6 years ago |
Roberto Ierusalimschy
|
b43300c14f
|
change in 'LUAI_DDEC' to allow variables to be static in 'onelua'
+ change in 'LUAMOD_API' as opening functions do not need to be global
|
6 years ago |
Roberto Ierusalimschy
|
32a12e2f3f
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
Roberto Ierusalimschy
|
f9eea453b7
|
avoid "magic constant" 32 (the difference from 'A' to 'a')
|
14 years ago |
Roberto Ierusalimschy
|
6eadedbfa1
|
resort to standard C ctype for non-ASCII systems + 'ltoupper' replaced
by 'ltolower'
|
14 years ago |
Roberto Ierusalimschy
|
59547c6cda
|
macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)
|
14 years ago |
Roberto Ierusalimschy
|
062e809e54
|
new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and
definitions of non-static variables
|
15 years ago |
Roberto Ierusalimschy
|
139d562861
|
type of 'luai_ctype_' array changed to unsigned (safer for bitwise
operations)
|
16 years ago |
Roberto Ierusalimschy
|
92479f1a8b
|
new property 'lisupper' (needed to compute values for hexa digits)
|
16 years ago |
Roberto Ierusalimschy
|
b1e1c15ced
|
small bug: EOZ is a valid character to be tested
|
16 years ago |
Roberto Ierusalimschy
|
6ffcf21367
|
ctype 'lalpha' includes '_' (as '_' behaves as a letter from the
point of view of Lua)
|
16 years ago |
Roberto Ierusalimschy
|
6427c61e7c
|
added macro 'lisxdigit' (just in case :)
|
16 years ago |
Roberto Ierusalimschy
|
5438d77221
|
global array of ctypes renamed to 'luai_ctype_' (extern names must
use a "lua" prefix...)
|
16 years ago |
Roberto Ierusalimschy
|
ada82930fd
|
"homemade" version of ctype.h
|
16 years ago |