Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally před 10 roky
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated před 10 roky
  Roberto Ierusalimschy 56d4537879 '$c' in 'lua_pushfstring' prints non-printable characters with před 11 roky
  Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points před 11 roky
  Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union před 11 roky
  Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small před 11 roky
  Roberto Ierusalimschy c4eff10322 small improvements concerning 'check_next' před 11 roky
  Roberto Ierusalimschy 5018104a60 better error message for unfinished long strings/comments před 11 roky
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of před 11 roky
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts před 11 roky
  Roberto Ierusalimschy 0b04c561f5 new syntax for Unicode escape '\u{012F}' před 11 roky
  Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' před 11 roky
  Roberto Ierusalimschy 2f3da00e51 added support for UTF-8 escapes před 11 roky
  Roberto Ierusalimschy 5a73e3ad9e simpler way to create messages for errors in escape sequences před 11 roky
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) před 11 roky
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using před 12 roky
  Roberto Ierusalimschy 0df6635711 "fixed" objects kept in a separated list (instead of being kept in před 12 roky
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible před 12 roky
  Roberto Ierusalimschy 36e8771076 'luaO_str2int' more generic: accepts white spaces around the numeral před 12 roky
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) před 12 roky
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) před 12 roky
  Roberto Ierusalimschy 75250a237c typos in comments před 12 roky
  Roberto Ierusalimschy eecc1491f3 added some comments před 12 roky
  Roberto Ierusalimschy 291f564485 field 'reserved' -> 'extra' (may be used for other purposes too) před 13 roky
  Roberto Ierusalimschy 76eab106df bug: Lexical gets confused with some combination of arithmetic před 13 roky
  Roberto Ierusalimschy 6d8b672094 more uses of 'l_noret' před 13 roky
  Roberto Ierusalimschy 51471ba748 comments about use of 'luaH_set' před 14 roky
  Roberto Ierusalimschy ea46b750dc comment před 14 roky
  Roberto Ierusalimschy 92afcf2823 no more 'luaH_setstr (used only once) + 'luaH_setint' receives value před 14 roky
  Roberto Ierusalimschy 559bb554c9 no more 'zungetc' (better not to read next char) před 14 roky