index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bugs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-03-31
fancier way to do sign extension
Roberto Ierusalimschy
1
-4
/
+3
2014-03-31
macro 'tostring' is used only by 'luaV_concat'
Roberto Ierusalimschy
2
-4
/
+4
2014-03-27
missplelling in comments/function names (endianess -> endianness)
Roberto Ierusalimschy
3
-13
/
+13
2014-03-21
definition of LUA_REAL_* and LUA_INT_* moved to the beginning of
Roberto Ierusalimschy
1
-19
/
+23
2014-03-21
native lua_Number may be neither float nor double (in pack/unpackfloat)
Roberto Ierusalimschy
1
-17
/
+22
2014-03-21
details (typos in comments)
Roberto Ierusalimschy
6
-18
/
+18
2014-03-20
copyright year -> 2014
Roberto Ierusalimschy
1
-3
/
+3
2014-03-20
detail (to avoid warnings with '-O3')
Roberto Ierusalimschy
1
-3
/
+3
2014-03-20
does not create library when it is deprecated
Roberto Ierusalimschy
1
-10
/
+2
2014-03-20
configuration for Lua type corresponding to 'time_t'
Roberto Ierusalimschy
1
-10
/
+24
2014-03-20
'posrelat' -> 'u_posrelat' (to avoid name conflict in 'one.c')
Roberto Ierusalimschy
1
-6
/
+6
2014-03-19
with 64-bit integers, file offsets do not need to be floats
Roberto Ierusalimschy
1
-4
/
+4
2014-03-19
removed function 'luaS_eqstr' (not used anywhere)
Roberto Ierusalimschy
2
-12
/
+2
2014-03-19
detail (removed unused prototype)
Roberto Ierusalimschy
1
-2
/
+1
2014-03-18
bitlib has been deprecated
Roberto Ierusalimschy
2
-2
/
+28
2014-03-15
detail (comment)
Roberto Ierusalimschy
1
-2
/
+2
2014-03-14
details
Roberto Ierusalimschy
1
-7
/
+8
2014-03-13
changing prefix of configurable macros from "lua_" to "l_"
Roberto Ierusalimschy
1
-26
/
+26
2014-03-12
lua_gettable and similars return type of gotten value
Roberto Ierusalimschy
7
-44
/
+40
2014-03-12
detail in string.rep: allow large repetitions of the empty string (no
Roberto Ierusalimschy
1
-4
/
+5
2014-03-11
make all dumps/loads go trhough Load/DumpVector (so it is easier
Roberto Ierusalimschy
2
-8
/
+20
2014-03-11
keep chunk's headers compatible at least up to LUAC_VERSION (to be
Roberto Ierusalimschy
2
-10
/
+13
2014-03-11
make sure that LUAC_INT is a lua_Integer and that LUAC_NUM is
Roberto Ierusalimschy
1
-3
/
+4
2014-03-10
detail (breaking too long lines)
Roberto Ierusalimschy
1
-3
/
+5
2014-03-10
no need to avoid negative ints in 'LoadInt'
Roberto Ierusalimschy
1
-3
/
+1
2014-03-10
"indent -kr -i2 -br -brf -nut" plus a few manual formating
Roberto Ierusalimschy
2
-344
/
+363
2014-03-09
small bug (from revision 2.80): LUA_OP* constants are not from
Roberto Ierusalimschy
1
-2
/
+2
2014-03-07
new macro 'cast_void'
Roberto Ierusalimschy
3
-7
/
+9
2014-03-06
simpler code to read a line from a file (using 'getc' or, if present,
Roberto Ierusalimschy
1
-17
/
+24
2014-03-06
back with 'L' for macros 'luai_num*', but now with a new macro
Roberto Ierusalimschy
4
-31
/
+43
2014-03-06
'constfolding' passes a proper Lua state to 'luaO_arith'
Roberto Ierusalimschy
1
-4
/
+4
2014-03-06
detail ('codearith' uses 'LUA_OP*' constants instead of 'OP_*')
Roberto Ierusalimschy
1
-10
/
+15
2014-03-01
no need to store a full 'size_t' fo the size of (frequent) small strings
Roberto Ierusalimschy
2
-16
/
+16
2014-02-28
more regularity with vectors + sizeof computed by the macros themselves
Roberto Ierusalimschy
2
-19
/
+18
2014-02-28
all chars used in binary dumps are unsigned ('lu_byte')
Roberto Ierusalimschy
2
-24
/
+23
2014-02-27
store number of upvalues of main function in front of the dump,
Roberto Ierusalimschy
2
-10
/
+5
2014-02-27
more explicit handling of headers for binary chunks
Roberto Ierusalimschy
3
-59
/
+53
2014-02-26
removal of weird construction in definition of LUA_STRFTIMEOPTIONS
Roberto Ierusalimschy
1
-3
/
+3
2014-02-26
more uniformity for defining system-dependent features
Roberto Ierusalimschy
6
-65
/
+101
2014-02-26
detail (comments)
Roberto Ierusalimschy
1
-9
/
+9
2014-02-26
added macro MAX_UINTEGER
Roberto Ierusalimschy
1
-3
/
+5
2014-02-26
detail (comment)
Roberto Ierusalimschy
1
-2
/
+6
2014-02-25
detail (unknown lines are marked as -1, not 0)
Roberto Ierusalimschy
1
-2
/
+2
2014-02-25
added 'stip' parameter to lua_dump/string.dump
Roberto Ierusalimschy
1
-4
/
+4
2014-02-25
added 'strip' parameter to lua_dump/string.dump
Roberto Ierusalimschy
2
-4
/
+5
2014-02-21
'read_all' does not need to grow buffer, as 'luaL_prepbuffsize'
Roberto Ierusalimschy
1
-11
/
+6
2014-02-19
userdata can have any Lua value as uservalue
Roberto Ierusalimschy
7
-30
/
+37
2014-02-19
detail (better error messages for light userdata)
Roberto Ierusalimschy
1
-1
/
+3
2014-02-18
no need to keep threads in a different GC list, now that there is the
Roberto Ierusalimschy
5
-33
/
+17
2014-02-18
new list 'twups' to allow traversal of upvalues from dead threads
Roberto Ierusalimschy
5
-17
/
+58
[next]