bugs
|
"But" -> "Bug" (misspelling)
|
2009-08-05 10:09:38 -03:00 |
lapi.c
|
'cpcall' reimplemented as a predefined value in the registry
|
2009-09-21 09:09:52 -03:00 |
lapi.h
|
API checks now have explanatory messages
|
2009-08-31 11:26:28 -03:00 |
lauxlib.c
|
references must start after predefined values in the registry
|
2009-09-18 15:58:45 -03:00 |
lauxlib.h
|
'checkversion' implemented in the auxiliary library
|
2009-06-18 15:59:58 -03:00 |
lbaselib.c
|
'collectgarbage"count"' returns a second argument with the count%1024.
|
2009-08-04 15:20:18 -03:00 |
lbitlib.c
|
Standard library for bitwise operations
|
2009-07-01 13:17:08 -03:00 |
lcode.c
|
limit of constants per function changed to 2^26 using extra arguments
|
2009-09-23 17:33:05 -03:00 |
lcode.h
|
limit of constants per function changed to 2^26 using extra arguments
|
2009-09-23 17:33:05 -03:00 |
lctype.c
|
…
|
|
lctype.h
|
…
|
|
ldblib.c
|
'debug.[gs]etupvalue' should be able to access C upvalues too
|
2009-09-09 17:32:19 -03:00 |
ldebug.c
|
limit of constants per function changed to 2^26 using extra arguments
|
2009-09-23 17:33:05 -03:00 |
ldebug.h
|
…
|
|
ldo.c
|
first implementation of 'lua_yieldk' (yield with continuation)
|
2009-09-14 11:30:39 -03:00 |
ldo.h
|
new way to control stack overflow, controling only total size of the stack
|
2009-07-15 14:26:14 -03:00 |
ldump.c
|
…
|
|
lfunc.c
|
…
|
|
lfunc.h
|
…
|
|
lgc.c
|
bug: stack must be cleared until its end (including extra size) +
|
2009-07-16 13:26:09 -03:00 |
lgc.h
|
…
|
|
linit.c
|
details + comments
|
2009-09-05 09:39:29 -03:00 |
liolib.c
|
"file:write" returns "file" in case of success
|
2009-09-01 16:10:48 -03:00 |
llex.c
|
…
|
|
llex.h
|
…
|
|
llimits.h
|
API checks now have explanatory messages
|
2009-08-31 11:26:28 -03:00 |
lmathlib.c
|
…
|
|
lmem.c
|
…
|
|
lmem.h
|
…
|
|
loadlib.c
|
"bug": lua_createtable with sizes changed (array <-> record)
|
2009-09-07 11:24:12 -03:00 |
lobject.c
|
new function 'luaO_arith' to perform basic arithmetic operations
|
2009-06-17 14:48:34 -03:00 |
lobject.h
|
new macro 'getproto'
|
2009-07-15 15:37:19 -03:00 |
lopcodes.c
|
…
|
|
lopcodes.h
|
limit of constants per function changed to 2^26 using extra arguments
|
2009-09-23 17:33:05 -03:00 |
loslib.c
|
correct way to check arguments to 'strftime'
|
2009-08-25 16:58:08 -03:00 |
lparser.c
|
detail (space between function name and its parameter list)
|
2009-09-23 17:14:00 -03:00 |
lparser.h
|
…
|
|
lstate.c
|
'cpcall' reimplemented as a predefined value in the registry
|
2009-09-21 09:09:52 -03:00 |
lstate.h
|
new way to control stack overflow, controling only total size of the stack
|
2009-07-15 14:26:14 -03:00 |
lstring.c
|
…
|
|
lstring.h
|
…
|
|
lstrlib.c
|
better treatment of integer formats in string.format
|
2009-06-18 13:51:03 -03:00 |
ltable.c
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
2009-08-07 14:53:28 -03:00 |
ltable.h
|
luaH_[gs]etnum renamed to luaH_[gs]etint (as they only accept integers,
|
2009-08-07 13:17:41 -03:00 |
ltablib.c
|
'lua_lessthan' replaced by more generic 'lua_compare'
|
2009-06-17 14:53:50 -03:00 |
ltests.c
|
'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD
|
2009-09-17 15:04:21 -03:00 |
ltests.h
|
…
|
|
ltm.c
|
…
|
|
ltm.h
|
…
|
|
lua.c
|
avoid an unprotected call to 'lua_tostring' which theoretically may
|
2009-08-10 13:23:19 -03:00 |
lua.h
|
'cpcall' reimplemented as a predefined value in the registry
|
2009-09-21 09:09:52 -03:00 |
luaconf.h
|
correct way to check arguments to 'strftime'
|
2009-08-25 16:58:08 -03:00 |
lualib.h
|
new module 'lbitlib.c' for bitwise operations
|
2009-07-01 13:16:40 -03:00 |
lundump.c
|
…
|
|
lundump.h
|
…
|
|
lvm.c
|
limit of constants per function changed to 2^26 using extra arguments
|
2009-09-23 17:33:05 -03:00 |
lvm.h
|
exports luaV_arith to be used by lua_arith
|
2009-06-17 14:51:07 -03:00 |
lzio.c
|
…
|
|
lzio.h
|
…
|
|
makefile
|
new module 'lbitlib.c' for bitwise operations
|
2009-07-01 13:16:40 -03:00 |