aboutsummaryrefslogtreecommitdiff
path: root/lgc.h (unfollow)
Commit message (Expand)AuthorFilesLines
2010-12-20change in the relationship between totalbytes and GCdebt - luaM_realloc_Roberto Ierusalimschy5-26/+35
2010-12-20better control for GC running or stoppedRoberto Ierusalimschy6-31/+31
2010-12-20error when indexing strings with invalid keysRoberto Ierusalimschy1-7/+19
2010-12-20'debug.setmetatable' returns object (like 'setmetatable')Roberto Ierusalimschy1-3/+3
2010-12-17removed 'newproxy'Roberto Ierusalimschy1-37/+1
2010-12-17allows number of bits used by the library to be changed from outsideRoberto Ierusalimschy1-11/+14
2010-12-17table library respects '#' metamethodsRoberto Ierusalimschy1-4/+4
2010-12-17GC does not mark dead registers inside activation recordRoberto Ierusalimschy1-6/+21
2010-12-17new closures are always created on "next" register (so that GC knowsRoberto Ierusalimschy1-9/+6
2010-12-17new macro 'luaC_condGC' to allow extra code to be run in caseRoberto Ierusalimschy1-2/+4
2010-12-15commentRoberto Ierusalimschy1-2/+2
2010-12-13'loadin' -> 'load'Roberto Ierusalimschy1-44/+29
2010-12-10official support for floating hexa numeralsRoberto Ierusalimschy3-13/+99
2010-12-10'hexafloat' moved to 'lobject.c' (hexa conversion needs it too)Roberto Ierusalimschy2-10/+4
2010-12-10new macro 'cast_uchar'Roberto Ierusalimschy2-4/+5
2010-12-08'loadstring' deprecated; use 'load' insteadRoberto Ierusalimschy2-13/+18
2010-12-07commentRoberto Ierusalimschy1-2/+2
2010-12-06detection of erroneous numeric strings with \0 (such as "1\0")Roberto Ierusalimschy4-13/+17
2010-12-06using 'strspn' to skip spaces in 'tonumber'Roberto Ierusalimschy1-5/+9
2010-12-03'printf' replaced by 'luai_writestring'Roberto Ierusalimschy1-2/+2
2010-12-03'micro' bug: when closing state, old objects are finalized (breakingRoberto Ierusalimschy1-5/+8
2010-12-02commentsRoberto Ierusalimschy1-3/+3
2010-11-30getlocal/setlocal can access vararg parametersRoberto Ierusalimschy1-9/+22
2010-11-29new functions 'extract' and 'replace'Roberto Ierusalimschy1-13/+56
2010-11-26finalizers (__gc) for tablesRoberto Ierusalimschy7-57/+63
2010-11-23removed deprecated functions getn-foreach-foreachiv5.2-alphaRoberto Ierusalimschy1-53/+7
2010-11-22'test' -> 'btest'Roberto Ierusalimschy1-2/+2
2010-11-22conventional names for bitwise operatorsRoberto Ierusalimschy1-13/+13
2010-11-19'gfind' was deprecated in 5.1Roberto Ierusalimschy1-8/+1
2010-11-18keep 'seminfo->ts' even for reserved words, just in caseRoberto Ierusalimschy1-2/+2
2010-11-18avoid "unreacheable code" warningsRoberto Ierusalimschy1-4/+5
2010-11-16small bug: 'find' did not detect magic chars after a \0 in a patternRoberto Ierusalimschy1-3/+15
2010-11-16comment about compatibility-only functionsRoberto Ierusalimschy1-3/+5
2010-11-16'getuservalue' accepts any type of argumentRoberto Ierusalimschy1-11/+8
2010-11-16no more compatibility with (veryyyy) old ref systemRoberto Ierusalimschy2-23/+9
2010-11-16-DLUA_COMPAT_ALL is the defaultRoberto Ierusalimschy1-1/+1
2010-11-12'debug' library is loaded by defaultRoberto Ierusalimschy2-18/+7
2010-11-12'l_tvar' renamed to 'l_tg'Roberto Ierusalimschy1-32/+31
2010-11-11new macro 'l_tvar' to easy the use of mathlib with other floatingRoberto Ierusalimschy1-28/+39
2010-11-11allows larger array parts in tables (no need to restrict it to 2^26)Roberto Ierusalimschy1-3/+3
2010-11-10no more sentinel to detect loops in module dependencies;Roberto Ierusalimschy1-12/+3
2010-11-10better error message when light userdata is used instead of aRoberto Ierusalimschy1-3/+10
2010-11-10new function 'luaL_setmetatable'Roberto Ierusalimschy4-8/+13
2010-11-10'luaL_typeerror' deprecatedRoberto Ierusalimschy3-10/+6
2010-11-09when reading blocks with given size, try to read whole blockRoberto Ierusalimschy1-17/+24
2010-11-09detail (message)Roberto Ierusalimschy1-2/+2
2010-11-08added support for conditional use of %Lg when using long doubleRoberto Ierusalimschy1-8/+25
2010-11-08when reading large files, double buffer size at each iterationRoberto Ierusalimschy1-4/+10
2010-11-08code should not use "defined" types, but "typedef"s types when theyRoberto Ierusalimschy1-10/+11
2010-11-08correction to allow lua_Unsigned larger than usigned intRoberto Ierusalimschy1-2/+2