aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* luaL_tostring -> luaL_tolstring (more generic)Roberto Ierusalimschy2008-01-033-10/+15
|
* larger limit for MAXCSTACK (plus removing of some useless definitions)Roberto Ierusalimschy2008-01-021-6/+2
|
* detail ('name' of baselib is "_G")Roberto Ierusalimschy2008-01-021-2/+2
|
* option to use Sun compiler (on lhf account)Roberto Ierusalimschy2007-12-271-5/+7
|
* stand-alone interpreter shows incorrect error message when theRoberto Ierusalimschy2007-12-271-0/+21
| | | | 'message' is a coroutine (already fixed in 5.2)
* 'lua_pushfstring' raises an error if called with invalid formatRoberto Ierusalimschy2007-12-191-6/+5
|
* new function 'package.searchpath'Roberto Ierusalimschy2007-12-121-11/+29
|
* detailsRoberto Ierusalimschy2007-12-081-10/+9
|
* BUG: lua_setfenv may crash if called over an invalid objectRoberto Ierusalimschy2007-11-282-2/+23
|
* detailsRoberto Ierusalimschy2007-11-281-10/+11
|
* BUG: table.remove removes last element of a table when givenRoberto Ierusalimschy2007-11-262-2/+28
| | | | an out-of-bound index
* detailRoberto Ierusalimschy2007-11-261-3/+2
|
* use prefix in extern names, even those in test filesRoberto Ierusalimschy2007-11-122-15/+15
|
* detailRoberto Ierusalimschy2007-11-121-2/+2
|
* detailRoberto Ierusalimschy2007-11-091-2/+3
|
* avoid the use of "exotic" libc functionsRoberto Ierusalimschy2007-11-091-28/+38
|
* first implementation of ephemeronsRoberto Ierusalimschy2007-10-313-51/+83
|
* some changes toward ephemeronsRoberto Ierusalimschy2007-10-294-55/+98
|
* BUG: 'gsub' may go wild when wrongly called without its thirdRoberto Ierusalimschy2007-10-292-11/+41
| | | | > argument and with a large subject.
* detailRoberto Ierusalimschy2007-10-251-2/+2
|
* avoid problems with 'ptrdiff_t'Roberto Ierusalimschy2007-10-251-25/+27
|
* parser should not call 'luaX_lexerror'Roberto Ierusalimschy2007-10-253-15/+17
|
* detailRoberto Ierusalimschy2007-10-181-5/+4
|
* new metamethods for '__pairs' and '__ipairs'Roberto Ierusalimschy2007-10-171-11/+19
|
* 27 is not a prime number :(Roberto Ierusalimschy2007-09-301-2/+2
|
* better way to handle redefinitions of 'localeconv'Roberto Ierusalimschy2007-09-141-3/+6
|
* avoid warnings about exit; returnRoberto Ierusalimschy2007-09-142-6/+4
|
* detailRoberto Ierusalimschy2007-09-141-2/+2
|
* better error message for 'concat'Roberto Ierusalimschy2007-09-121-2/+4
|
* tables and strings respect __len metamethodRoberto Ierusalimschy2007-09-103-23/+34
|
* An error in a module loaded through the '-l' optionRoberto Ierusalimschy2007-09-051-0/+18
| | | | shows no traceback.
* stand-alone error-message detailsRoberto Ierusalimschy2007-09-052-5/+5
|
* better to flush all files before starting new process with popenRoberto Ierusalimschy2007-08-301-2/+2
|
* no need for ctype.hRoberto Ierusalimschy2007-08-101-2/+1
|
* detailRoberto Ierusalimschy2007-08-091-3/+3
|
* detail (LUA_COPYRIGHT includes release number)Roberto Ierusalimschy2007-08-073-6/+6
|
* detailRoberto Ierusalimschy2007-08-011-1/+1
|
* BUG: too many variables in an assignment may cause a C stack overflowRoberto Ierusalimschy2007-07-312-3/+33
|
* 'debug' library must be required before being usedRoberto Ierusalimschy2007-06-222-2/+33
|
* detailRoberto Ierusalimschy2007-06-222-7/+6
|
* traceback function moved to auxlibRoberto Ierusalimschy2007-06-224-67/+69
|
* "spacial" reorganization to keep related functions in groupsRoberto Ierusalimschy2007-06-211-144/+163
|
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-217-149/+13
|
* detailRoberto Ierusalimschy2007-06-211-2/+2
|
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-13/+4
|
* strong collision for very small numbers used as table keysRoberto Ierusalimschy2007-06-191-0/+17
|
* avoid boolean equality (tricky for some compilers)Roberto Ierusalimschy2007-06-191-3/+3
|
* patch may be a little simplerRoberto Ierusalimschy2007-05-291-4/+10
|
* bug: wrong error message in some concatenationsRoberto Ierusalimschy2007-05-292-4/+25
|
* bug: recursive coroutines may overflow C stackRoberto Ierusalimschy2007-05-251-0/+14
|