Histórico de commits

Autor SHA1 Mensagem Data
  Roberto Ierusalimschy 0ff1596476 new form of long strings: `[***[...]***]' 22 anos atrás
  Roberto Ierusalimschy b27664e0db simpler manipulation of buffer count in scanner 22 anos atrás
  Roberto Ierusalimschy 8332d5c8a5 parser fully reentrant(!) 22 anos atrás
  Roberto Ierusalimschy 97af24ea32 newlines can be `\n', `\r', `\r\n', or `\n\r' 22 anos atrás
  Roberto Ierusalimschy 176cd7d1a3 `#!' is detected by loadfile, not by the lexer 22 anos atrás
  Roberto Ierusalimschy 30a411ab3c chars from zio are always unsigned 22 anos atrás
  Roberto Ierusalimschy 6b6bc532a4 better error message for (deprecated) "%global" 22 anos atrás
  Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 23 anos atrás
  Roberto Ierusalimschy a2b353e044 details 23 anos atrás
  Roberto Ierusalimschy 6823a2f57f better tokens for error messages 23 anos atrás
  Roberto Ierusalimschy e1d5153a33 details 23 anos atrás
  Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 23 anos atrás
  Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 23 anos atrás
  Roberto Ierusalimschy 1bdde38bd2 no more newlines at the end of error messages 23 anos atrás
  Roberto Ierusalimschy b2bc3b44b6 no more reserved word "global" 23 anos atrás
  Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection 23 anos atrás
  Roberto Ierusalimschy a8c9eec426 bug: chunk can end just after a '\' in a string 23 anos atrás
  Roberto Ierusalimschy d2d24f0971 details to allow compilation of Lua as a single file 23 anos atrás
  Roberto Ierusalimschy 69906cb56f error message ends with `\n' (is already formatted) 23 anos atrás
  Roberto Ierusalimschy 1dbe708aa8 new protocol for error handling 23 anos atrás
  Roberto Ierusalimschy c398a02110 uses `isspace' to recognize space characters 23 anos atrás
  Roberto Ierusalimschy ff91b355f4 no more use of stdio inside the core (except for `tostring'...) 23 anos atrás
  Roberto Ierusalimschy 955def0348 new names for string formating functions 23 anos atrás
  Roberto Ierusalimschy b7a0503c1d new format for error messages 23 anos atrás
  Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 anos atrás
  Roberto Ierusalimschy 51ad2f1162 error message 23 anos atrás
  Roberto Ierusalimschy 4db04555f0 implementation of long comments 23 anos atrás
  Roberto Ierusalimschy 1b6315ba10 not all unfinished strings with "..." end in EOF 23 anos atrás
  Roberto Ierusalimschy 57a7baafb9 error message compatible with incomplete lines of lua.c 23 anos atrás
  Roberto Ierusalimschy b217ae644e details 23 anos atrás