提交历史

作者 SHA1 备注 提交日期
  Roberto Ierusalimschy d8d81ba891 new escape sequence '\*' + several comments + moving options from 15 年之前
  Roberto Ierusalimschy 6abde1b05a no need to keep "_ENV" name in global state (can be kept in lex state) 15 年之前
  Roberto Ierusalimschy 347f0c33d1 avoid 'continue' unless necessary 15 年之前
  Roberto Ierusalimschy 35fa276099 parser/scanner keep GC running 16 年之前
  Roberto Ierusalimschy 889284ebd0 hexadecimal escape sequences in strings + better error messages for 16 年之前
  Roberto Ierusalimschy 6ffcf21367 ctype 'lalpha' includes '_' (as '_' behaves as a letter from the 16 年之前
  Roberto Ierusalimschy 6905ae900b Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) 16 年之前
  Roberto Ierusalimschy 41dd32e18e comment (should not use 'go trhough' when simply using multiple labels) 16 年之前
  Roberto Ierusalimschy 4c399c5dfb detail (MAXSRC changed to LUA_IDSIZE) 16 年之前
  Roberto Ierusalimschy 3138afbe2e parser should not call 'luaX_lexerror' 18 年之前
  Roberto Ierusalimschy 2622ed2528 better way to handle redefinitions of 'localeconv' 18 年之前
  Roberto Ierusalimschy 3059579253 detail 18 年之前
  Roberto Ierusalimschy aa003eba8e details 18 年之前
  Roberto Ierusalimschy 92dc64e121 more regularity in the use of quotes in error messages 18 年之前
  Roberto Ierusalimschy 8667f29c3b behavior of 'strchr(x, 0)' is ill defined. 19 年之前
  Roberto Ierusalimschy 6087e67771 no more compatibility option for long strings 19 年之前
  Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 年之前
  Roberto Ierusalimschy 3d61c31e5a 'lparser.h' should not include 'ltable.h' 19 年之前
  Roberto Ierusalimschy 6316a866a3 compiler warning 19 年之前
  Roberto Ierusalimschy 3ef5a6797f detail 19 年之前
  Roberto Ierusalimschy c505f341d6 small changes in casts 19 年之前
  Roberto Ierusalimschy ea6b1b42c7 more robust way to test for decimal point separator 20 年之前
  Roberto Ierusalimschy 87024e257d details 20 年之前
  Roberto Ierusalimschy 16fd4abaf6 corrects decimal point to follow current locale 20 年之前
  Roberto Ierusalimschy d2811e8097 simpler checking for numbers (strtod does the rest) 20 年之前
  Roberto Ierusalimschy 67578ec51f several small details 20 年之前
  Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 年之前
  Roberto Ierusalimschy cf5d1bdd76 nesting of long strings only in compatibility mode 20 年之前
  Roberto Ierusalimschy 61a888518f details 21 年之前
  Roberto Ierusalimschy 8b239eeba1 details 21 年之前