Commit History

Autor SHA1 Mensaxe Data
  Roberto Ierusalimschy 234fb7f695 clearer(?) code (also avoids a warning about 'c' being used %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 1735c05ac7 avoid memory errors while a file is locked (when reading a line) %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy e75c0148c3 comments (references to "ANSI C" changed to "ISO C", which is the %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 28fdbcf393 added include for 'lprefix.h', for stuff that must be added before %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 1a69a3ecea LUA_WIN -> LUA_USE_WINDOWS %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy bdf566a8a3 `name' in comments changed to 'name' %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 88ff582fd8 detail (using 'sizeof' instead of 'strlen' for length of a constant %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 6b12b82532 added 'l_' prefix for names that can be redefined externally %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 0d31efb365 'lua_stringtonum' -> 'lua_stringtonumber' %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy f97c64d7bf macros 'LUA_QL'/'LUA_QL' deprecated %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 89602bf747 'lua_strtonum' -> 'lua_stringtonum' %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 2f4d429071 details (comments) %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 27f7bd2e83 detail %!s(int64=10) %!d(string=hai) anos
  Roberto Ierusalimschy 56699cd603 small change to avoid bug in some versions of the clang compiler %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 3ccbae84d2 added some casts between integral types (to avoid warnings) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy b9dcf9974d detail (typos in comments) %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy e9d86eddf3 if numeral overflows the reading buffer, signal it as invalid input %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy e966e53791 no more use of 'scanf' for reading numbers %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 1ddb251d86 using a more conventional handling of stack space in 'io_readline' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 5a5a834975 new API function 'lua_rotate' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 626124d2d8 old POSIX systems need '<sys/types.h>' for 'off_t' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 2f02d264e9 initial '*' in 'io.read' formats is deprecated %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 16f8e44924 with 64-bit integers, file offsets do not need to be floats %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy a39489194e changing prefix of configurable macros from "lua_" to "l_" %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy c5bb3643ab simpler code to read a line from a file (using 'getc' or, if present, %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy c6c41e85b2 more uniformity for defining system-dependent features %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 5715de344f 'read_all' does not need to grow buffer, as 'luaL_prepbuffsize' %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 67c5de9283 comment %!s(int64=11) %!d(string=hai) anos
  Roberto Ierusalimschy 48adb6984c 'io.write' writes integers directly (and correctly) %!s(int64=12) %!d(string=hai) anos
  Roberto Ierusalimschy 27f09415e3 new read format "*i" for reading integers %!s(int64=12) %!d(string=hai) anos