bugs
|
stack overflow in vararg functions + garbage collector in recursive loops
|
12 years ago |
lapi.c
|
constant folding and API arithmetic with integers
|
12 years ago |
lapi.h
|
extra api checks for number of returns of C functions and for lua_yield
|
15 years ago |
lauxlib.c
|
new format "%I" in 'lua_pushfstring' for lua_Integer
|
12 years ago |
lauxlib.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
lbaselib.c
|
added 'return' (when possible) to calls to error functions
|
12 years ago |
lbitlib.c
|
extra trim applied to 'replace' argument (in case lua_Unsigned is
|
12 years ago |
lcode.c
|
constant folding and API arithmetic with integers
|
12 years ago |
lcode.h
|
new operation '//' (integer division)
|
12 years ago |
lcorolib.c
|
added 'return' (when possible) to calls to error functions
|
12 years ago |
lctype.c
|
missing 'LUA_CORE' definition
|
13 years ago |
lctype.h
|
detail (cleaned whitespaces at end of lines)
|
14 years ago |
ldblib.c
|
BUG: coroutine hooks were not collected together with coroutine
|
13 years ago |
ldebug.c
|
added 'const' to parameters of 'luaG_concaterror'
|
12 years ago |
ldebug.h
|
added 'const' to parameters of 'luaG_concaterror'
|
12 years ago |
ldo.c
|
BUG: stack overflow in vararg functions with many fixed
|
12 years ago |
ldo.h
|
'lua_load' has an extra argument 'mode'
|
13 years ago |
ldump.c
|
dumping and undumping integers
|
12 years ago |
lfunc.c
|
open upvalues cannot be old if thread is not old; when thread is old,
|
12 years ago |
lfunc.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lgc.c
|
bug: garbage collector can trigger too many times in recursive loops,
|
12 years ago |
lgc.h
|
small bug: generational mode is always in 'propagate' mode only
|
12 years ago |
linit.c
|
'luaL_findtable' -> 'luaL_getsubtable'
|
14 years ago |
liolib.c
|
_FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier to
|
12 years ago |
llex.c
|
new operation '//' (integer division)
|
12 years ago |
llex.h
|
new operation '//' (integer division)
|
12 years ago |
llimits.h
|
new cast macros for lua_Integer and lua_Unsigned
|
12 years ago |
lmathlib.c
|
new function 'math.isfloat'
|
12 years ago |
lmem.c
|
removed debug code
|
13 years ago |
lmem.h
|
typo in comment
|
12 years ago |
loadlib.c
|
typos in comments
|
13 years ago |
lobject.c
|
constant folding and API arithmetic with integers
|
12 years ago |
lobject.h
|
constant folding and API arithmetic with integers
|
12 years ago |
lopcodes.c
|
new operation '//' (integer division)
|
12 years ago |
lopcodes.h
|
new operation '//' (integer division)
|
12 years ago |
loslib.c
|
error message in 'os.rename' does not include file name, because error
|
12 years ago |
lparser.c
|
new operation '//' (integer division)
|
12 years ago |
lparser.h
|
first implementation of literal integers (no constant folding yet)
|
12 years ago |
lstate.c
|
cast in 'luai_makeseed' now casts to needed type
|
12 years ago |
lstate.h
|
comment
|
13 years ago |
lstring.c
|
detail
|
12 years ago |
lstring.h
|
random seed used in the hash of all strings to avoid intentional
|
13 years ago |
lstrlib.c
|
more definitions to support integer formatting
|
12 years ago |
ltable.c
|
new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM'
|
12 years ago |
ltable.h
|
"integer" keys in tables are now lua_Integer, not 'int'.
|
12 years ago |
ltablib.c
|
no need to handle 0 as a special case in 'table.remove'
|
12 years ago |
ltests.c
|
new operation '//' (integer division)
|
12 years ago |
ltests.h
|
'module'/'luaL_register' and associates are deprecated
|
14 years ago |
ltm.c
|
new function 'luaT_trybinTM'
|
12 years ago |
ltm.h
|
new function 'luaT_trybinTM'
|
12 years ago |
lua.c
|
pops the string from 'get_prompt' only after using it
|
12 years ago |
lua.h
|
"integer" keys in tables are now lua_Integer, not 'int'.
|
12 years ago |
luaconf.h
|
integer division operates only on integers
|
12 years ago |
lualib.h
|
removed redundant definition for FILEHANDLE
|
13 years ago |
lundump.c
|
dumping and undumping integers
|
12 years ago |
lundump.h
|
no more 'Proto' objects on the stack. Protos are anchored on outer
|
13 years ago |
lvm.c
|
macro 'nvalue' removed + cast to void added to avoid warnings
|
12 years ago |
lvm.h
|
new macro 'intop' (to perform integer arithmetic on unsigned types)
|
12 years ago |
lzio.c
|
details (header comments)
|
13 years ago |
lzio.h
|
no more 'zungetc' (better not to read next char)
|
14 years ago |
makefile
|
dependencies updated (with 'gcc -MM')
|
12 years ago |