224 Commits (b2aa2ba046502bdcdfa3de4af898810667c1843a)

Author SHA1 Message Date
Roberto Ierusalimschy 0232fbffbe now that 'luaO_str2num' always accepts a dot as a radix character, 9 years ago
Roberto Ierusalimschy d103312661 details (typos in comments) 9 years ago
Roberto Ierusalimschy 96ec8671b1 macro 'buff2num' replaced by its body (it caused more harm than good 9 years ago
Roberto Ierusalimschy 6142e663e4 reuse of 'addinfo' by lexical errors 10 years ago
Roberto Ierusalimschy 48d0674c2e more consistent use of locale radix character across Lua 10 years ago
Roberto Ierusalimschy e723c75c02 details (avoid 'lint' warnings) 10 years ago
Roberto Ierusalimschy 29aed28802 detail (use 'luaS_newliteral' when possible) 10 years ago
Roberto Ierusalimschy 5873786e27 small bug (error of "chunk has too many lines" might use 't.token' 10 years ago
Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before 10 years ago
Roberto Ierusalimschy 4542fb9f78 comments (a few extra quotes around identifiers) 10 years ago
Roberto Ierusalimschy aef2d711b1 detail 10 years ago
Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' 10 years ago
Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally 10 years ago
Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated 10 years ago
Roberto Ierusalimschy 56d4537879 '$c' in 'lua_pushfstring' prints non-printable characters with 10 years ago
Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points 10 years ago
Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union 10 years ago
Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small 10 years ago
Roberto Ierusalimschy c4eff10322 small improvements concerning 'check_next' 11 years ago
Roberto Ierusalimschy 5018104a60 better error message for unfinished long strings/comments 11 years ago
Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of 11 years ago
Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts 11 years ago
Roberto Ierusalimschy 0b04c561f5 new syntax for Unicode escape '\u{012F}' 11 years ago
Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' 11 years ago
Roberto Ierusalimschy 2f3da00e51 added support for UTF-8 escapes 11 years ago
Roberto Ierusalimschy 5a73e3ad9e simpler way to create messages for errors in escape sequences 11 years ago
Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) 11 years ago
Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using 11 years ago
Roberto Ierusalimschy 0df6635711 "fixed" objects kept in a separated list (instead of being kept in 11 years ago
Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible 12 years ago
Roberto Ierusalimschy 36e8771076 'luaO_str2int' more generic: accepts white spaces around the numeral 12 years ago
Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) 12 years ago
Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) 12 years ago
Roberto Ierusalimschy 75250a237c typos in comments 12 years ago
Roberto Ierusalimschy eecc1491f3 added some comments 12 years ago
Roberto Ierusalimschy 291f564485 field 'reserved' -> 'extra' (may be used for other purposes too) 13 years ago
Roberto Ierusalimschy 76eab106df bug: Lexical gets confused with some combination of arithmetic 13 years ago
Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' 13 years ago
Roberto Ierusalimschy 51471ba748 comments about use of 'luaH_set' 13 years ago
Roberto Ierusalimschy ea46b750dc comment 13 years ago
Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value 13 years ago
Roberto Ierusalimschy 559bb554c9 no more 'zungetc' (better not to read next char) 14 years ago
Roberto Ierusalimschy 067f761739 better code for numerical escapes 14 years ago
Roberto Ierusalimschy 32e09c2a16 detail 14 years ago
Roberto Ierusalimschy df19931ddc error on invalid escape sequences 14 years ago
Roberto Ierusalimschy b5084fdafe detail (comment) 14 years ago
Roberto Ierusalimschy d8200d5f3c '\*' -> '\z' + '\?' is not an official escape sequence 14 years ago
Roberto Ierusalimschy 3d3355b4f3 label syntax changed to ':🏷️:' 14 years ago
Roberto Ierusalimschy 44b6f496b5 just in case, avoid side effects in 'ctype' macros 14 years ago
Roberto Ierusalimschy bc1c718cc0 removed TOKEN_LEN (useless) 14 years ago