Historial de Commits

Autor SHA1 Mensaje Fecha
  Roberto Ierusalimschy 5873786e27 small bug (error of "chunk has too many lines" might use 't.token' hace 10 años
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before hace 10 años
  Roberto Ierusalimschy 4542fb9f78 comments (a few extra quotes around identifiers) hace 10 años
  Roberto Ierusalimschy aef2d711b1 detail hace 10 años
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' hace 10 años
  Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally hace 11 años
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated hace 11 años
  Roberto Ierusalimschy 56d4537879 '$c' in 'lua_pushfstring' prints non-printable characters with hace 11 años
  Roberto Ierusalimschy 34b6664dcb better to use 'long' to represent UTF-8 code points hace 11 años
  Roberto Ierusalimschy ca41b43f53 type 'TString' refers directly to the structure inside the union hace 11 años
  Roberto Ierusalimschy 56137d58ff added check for conversion 'obj2gco' (and corrections for small hace 11 años
  Roberto Ierusalimschy c4eff10322 small improvements concerning 'check_next' hace 11 años
  Roberto Ierusalimschy 5018104a60 better error message for unfinished long strings/comments hace 11 años
  Roberto Ierusalimschy c549d4fe64 'lua_strtonum' (and 'luaO_str2num') now return string size, instead of hace 11 años
  Roberto Ierusalimschy 5388aa9fc0 'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which converts hace 11 años
  Roberto Ierusalimschy 0b04c561f5 new syntax for Unicode escape '\u{012F}' hace 11 años
  Roberto Ierusalimschy 4ea60463f5 UTF-8 encoding exported as format '%U' in 'lua_pushfstring' hace 11 años
  Roberto Ierusalimschy 2f3da00e51 added support for UTF-8 escapes hace 11 años
  Roberto Ierusalimschy 5a73e3ad9e simpler way to create messages for errors in escape sequences hace 11 años
  Roberto Ierusalimschy 1ea2d20f74 first implementation of '<<', '>>', and '~' (bitwise not) hace 11 años
  Roberto Ierusalimschy 8ef9e8460e bug (GC can collect long identifier during parser) + change (using hace 12 años
  Roberto Ierusalimschy 0df6635711 "fixed" objects kept in a separated list (instead of being kept in hace 12 años
  Roberto Ierusalimschy 130c0e40e0 new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible hace 12 años
  Roberto Ierusalimschy 36e8771076 'luaO_str2int' more generic: accepts white spaces around the numeral hace 12 años
  Roberto Ierusalimschy a2f5c28a80 new operation '//' (integer division) hace 12 años
  Roberto Ierusalimschy 1294b09d8e first implementation of literal integers (no constant folding yet) hace 12 años
  Roberto Ierusalimschy 75250a237c typos in comments hace 12 años
  Roberto Ierusalimschy eecc1491f3 added some comments hace 12 años
  Roberto Ierusalimschy 291f564485 field 'reserved' -> 'extra' (may be used for other purposes too) hace 13 años
  Roberto Ierusalimschy 76eab106df bug: Lexical gets confused with some combination of arithmetic hace 13 años