Roberto Ierusalimschy
|
0d31efb365
'lua_stringtonum' -> 'lua_stringtonumber'
|
hace 10 años |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
hace 10 años |
Roberto Ierusalimschy
|
89602bf747
'lua_strtonum' -> 'lua_stringtonum'
|
hace 10 años |
Roberto Ierusalimschy
|
2f4d429071
details (comments)
|
hace 10 años |
Roberto Ierusalimschy
|
27f7bd2e83
detail
|
hace 10 años |
Roberto Ierusalimschy
|
56699cd603
small change to avoid bug in some versions of the clang compiler
|
hace 11 años |
Roberto Ierusalimschy
|
3ccbae84d2
added some casts between integral types (to avoid warnings)
|
hace 11 años |
Roberto Ierusalimschy
|
b9dcf9974d
detail (typos in comments)
|
hace 11 años |
Roberto Ierusalimschy
|
e9d86eddf3
if numeral overflows the reading buffer, signal it as invalid input
|
hace 11 años |
Roberto Ierusalimschy
|
e966e53791
no more use of 'scanf' for reading numbers
|
hace 11 años |
Roberto Ierusalimschy
|
1ddb251d86
using a more conventional handling of stack space in 'io_readline'
|
hace 11 años |
Roberto Ierusalimschy
|
5a5a834975
new API function 'lua_rotate'
|
hace 11 años |
Roberto Ierusalimschy
|
626124d2d8
old POSIX systems need '<sys/types.h>' for 'off_t'
|
hace 11 años |
Roberto Ierusalimschy
|
2f02d264e9
initial '*' in 'io.read' formats is deprecated
|
hace 11 años |
Roberto Ierusalimschy
|
16f8e44924
with 64-bit integers, file offsets do not need to be floats
|
hace 11 años |
Roberto Ierusalimschy
|
a39489194e
changing prefix of configurable macros from "lua_" to "l_"
|
hace 11 años |
Roberto Ierusalimschy
|
c5bb3643ab
simpler code to read a line from a file (using 'getc' or, if present,
|
hace 11 años |
Roberto Ierusalimschy
|
c6c41e85b2
more uniformity for defining system-dependent features
|
hace 11 años |
Roberto Ierusalimschy
|
5715de344f
'read_all' does not need to grow buffer, as 'luaL_prepbuffsize'
|
hace 11 años |
Roberto Ierusalimschy
|
67c5de9283
comment
|
hace 11 años |
Roberto Ierusalimschy
|
48adb6984c
'io.write' writes integers directly (and correctly)
|
hace 12 años |
Roberto Ierusalimschy
|
27f09415e3
new read format "*i" for reading integers
|
hace 12 años |
Roberto Ierusalimschy
|
49c1607157
_FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier to
|
hace 12 años |
Roberto Ierusalimschy
|
c8e96d6e91
logic for checking mode for 'fopen' moved to macro 'lua_checkmode'
|
hace 12 años |
Roberto Ierusalimschy
|
3f6f78ea0b
detail (error message)
|
hace 12 años |
Roberto Ierusalimschy
|
76492b4bb2
macro 'lua_checkmode' + typos in comments
|
hace 12 años |
Roberto Ierusalimschy
|
b0cbe77816
'_fseeki64' and family not available in all Windows platforms
|
hace 13 años |
Roberto Ierusalimschy
|
eb70f58279
'luaIO_Stream' -> 'luaL_Stream'
|
hace 13 años |
Roberto Ierusalimschy
|
ef900f224c
strutcture for file handles exported in 'lauxlib.h'
|
hace 13 años |
Roberto Ierusalimschy
|
ea382b0be1
small bug: error message in 'io.lines' is not the error number
|
hace 13 años |