Historie revizí

Autor SHA1 Zpráva Datum
  Roberto Ierusalimschy ab7086e209 pops the string from 'get_prompt' only after using it před 13 roky
  Roberto Ierusalimschy 054c20cd5b spaces -> tabs in #defines před 13 roky
  Roberto Ierusalimschy 4cca1a436d details (using lua_setglobal/lua_getglobal instead of explicit před 13 roky
  Roberto Ierusalimschy e2fc2ce8df new way to handle -E option (write a mark in the registry to avoid před 13 roky
  Roberto Ierusalimschy 166dd0261a new option '-E' to avoid environment variables před 14 roky
  Roberto Ierusalimschy 6a5d89b39f detail (using array instead of several variables to keep track of před 14 roky
  Roberto Ierusalimschy beab626061 correct length for LUA_COPYRIGHT (without trailing '\0') před 14 roky
  Roberto Ierusalimschy ee7d0c2649 new macro 'luai_writeline' to print newlines (and flush 'stdout') před 14 roky
  Roberto Ierusalimschy ad2531a0ee more complete (and hopefuly more correct) handling of 'sizeof(char)' před 14 roky
  Roberto Ierusalimschy 682cce3813 macro 'mark' renamed 'EOFMARK' ('mark' is too easy to confict, e.g. před 14 roky
  Roberto Ierusalimschy 094a7d0290 detail in 'print_usage' před 14 roky
  Roberto Ierusalimschy ac3afc7cd4 'printf' replaced by 'luai_writestring' před 14 roky
  Roberto Ierusalimschy 4590a89b32 corrected warnings from different compilers (mostly casts and small před 14 roky
  Roberto Ierusalimschy a122688091 better error message for 'lua -e -i' před 15 roky
  Roberto Ierusalimschy 73b0a3451d environment variables consulted by Lua may be version-specific před 15 roky
  Roberto Ierusalimschy 7631c29b2f comand-line option '-l' creates global with given name after před 15 roky
  Roberto Ierusalimschy afdb19ac82 no more 'ccall' nor 'cpcall' functions. (With light C functions they před 15 roky
  Roberto Ierusalimschy 489253d753 better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEX před 15 roky
  Roberto Ierusalimschy 622e448710 removed useless test (argv[i] cannot be NULL when i<argc) před 15 roky
  Roberto Ierusalimschy 4274738e81 new macro 'luai_writestringerror' před 15 roky
  Roberto Ierusalimschy 0d7d559dcc no need to flush either stderr or \n-terminated outputs před 15 roky
  Roberto Ierusalimschy a838b3b496 better usage messages, showing entire offending argument před 15 roky
  Roberto Ierusalimschy 4f5f2fe367 new function 'luaL_cpcall' před 15 roky
  Roberto Ierusalimschy c8ab34ab7a better messages for invalid options před 15 roky
  Roberto Ierusalimschy cc1cbd19a0 'lua_cpcall' is deprecated + other small changes in 'pmain' (comments před 15 roky
  Roberto Ierusalimschy f84b575cfa no more pseudoindex LUA_GLOBALSINDEX; global table now accessible před 15 roky
  Roberto Ierusalimschy c3a6f3fa1c 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' před 15 roky
  Roberto Ierusalimschy adc6a4865b macro name change: LUA_INIT->LUA_INIT_VAR před 15 roky
  Roberto Ierusalimschy de6fc75d63 several configuration options that do not change often moved out of před 15 roky
  Roberto Ierusalimschy 2e51792596 avoid using deprecated macros lua_[gs]etglobal před 15 roky