bugs
updated several 'fix' fields
2014-05-07 13:57:27 -03:00
lapi.c
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
lapi.h
removed unused parameter Ä'L' in macro 'api_check' and company
2014-07-15 18:26:50 -03:00
lauxlib.c
new conversion float->integer: conversion is valid only when
2014-07-17 09:30:53 -03:00
lauxlib.h
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
2014-06-26 15:38:28 -03:00
lbaselib.c
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
lbitlib.c
deprecated library throws an error if called (instead of silently
2014-05-15 16:28:34 -03:00
lcode.c
comments
2014-05-08 15:58:46 -03:00
lcode.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lcorolib.c
new function 'lua_isyieldable' (and 'coroutine.isyieldable')
2014-05-08 10:52:20 -03:00
lctype.c
…
lctype.h
…
ldblib.c
added lots of new comments + small changes in code
2014-05-15 16:27:33 -03:00
ldebug.c
new conversion float->integer: conversion is valid only when
2014-07-17 09:30:53 -03:00
ldebug.h
detail (unknown lines are marked as -1, not 0)
2014-02-25 11:31:16 -03:00
ldo.c
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
ldo.h
…
ldump.c
allows different 'source' for each prototype, but inherits it from
2014-06-18 15:35:43 -03:00
lfunc.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lfunc.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lgc.c
detail (typos in comments)
2014-06-30 16:48:08 -03:00
lgc.h
detail (removed unused prototype)
2014-03-19 15:51:16 -03:00
linit.c
deprecated library throws an error if called (instead of silently
2014-05-15 16:28:34 -03:00
liolib.c
detail (typos in comments)
2014-06-30 16:48:08 -03:00
llex.c
small improvements concerning 'check_next'
2014-05-21 12:22:02 -03:00
llex.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
llimits.h
removed unused parameter Ä'L' in macro 'api_check' and company
2014-07-15 18:26:50 -03:00
lmathlib.c
new conversion float->integer: conversion is valid only when
2014-07-17 09:30:53 -03:00
lmem.c
removed unused parameter Ä'L' in macro 'api_check' and company
2014-07-15 18:26:50 -03:00
lmem.h
typo in comment
2013-02-20 11:08:21 -03:00
loadlib.c
detail (added placeholders for non-function fields to preallocate
2014-07-16 10:56:14 -03:00
lobject.c
detail (typos in comments)
2014-06-30 16:48:08 -03:00
lobject.h
change in GCObject: instead of being a union, it is now a structure
2014-07-17 14:09:50 -03:00
lopcodes.c
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
lopcodes.h
first implementation of '<<', '>>', and '~' (bitwise not)
2013-12-30 18:47:58 -02:00
loslib.c
template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)
2014-04-29 14:05:13 -03:00
lparser.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lparser.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lstate.c
no need to keep threads in a different GC list, now that there is the
2014-02-18 10:46:26 -03:00
lstate.h
change in GCObject: instead of being a union, it is now a structure
2014-07-17 14:09:50 -03:00
lstring.c
use appropriate macros to convert GCObject to specific types
2014-06-18 19:59:29 -03:00
lstring.h
removed function 'luaS_eqstr' (not used anywhere)
2014-03-19 15:51:42 -03:00
lstrlib.c
using lua_Unsigned (instead of lua_Integer) for bit manipulation
2014-04-27 11:42:26 -03:00
ltable.c
'IntPoint' -> 'point2int' + ensure that casted value fits in
2014-06-26 13:17:35 -03:00
ltable.h
bug (GC can collect long identifier during parser) + change (using
2013-08-30 13:01:37 -03:00
ltablib.c
Table library now respects '__index'/'__newindex' metamethods
2014-07-16 09:44:52 -03:00
ltests.c
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
ltests.h
new macro 'luai_userstateclose' (to test it is being called correctly)
2013-11-08 15:36:05 -02:00
ltm.c
more relaxed rules for __eq metamethod (more similar to other
2014-06-10 15:53:18 -03:00
ltm.h
more relaxed rules for __eq metamethod (more similar to other
2014-06-10 15:53:18 -03:00
lua.c
detail (typos in comments)
2014-06-30 16:48:08 -03:00
lua.h
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
luaconf.h
new type 'lua_Ctx' for continuation-function contexts (to allow type
2014-07-17 10:53:37 -03:00
lualib.h
new library: utf8
2014-02-06 15:32:33 -02:00
lundump.c
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lundump.h
more precision between closure types ('LClosure' x 'CClosure')
2014-06-19 15:27:20 -03:00
lutf8lib.c
detail (added placeholders for non-function fields to preallocate
2014-07-16 10:56:14 -03:00
lvm.c
new conversion float->integer: conversion is valid only when
2014-07-17 09:30:53 -03:00
lvm.h
function 'luaV_numtointeger' changed to a global macro
2014-05-26 14:10:22 -03:00
lzio.c
details (header comments)
2012-05-14 10:34:18 -03:00
lzio.h
simpler way to create messages for errors in escape sequences
2014-01-31 13:14:22 -02:00
makefile
changed macro for compatibility options + details
2014-06-18 10:24:01 -03:00