aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* small improvementsRoberto Ierusalimschy2005-08-224-45/+39
|
* small optimizationsRoberto Ierusalimschy2005-08-221-17/+17
|
* simpler implementation for userdata typesRoberto Ierusalimschy2005-08-182-19/+8
|
* luaL_setfield does a non-raw setRoberto Ierusalimschy2005-08-181-4/+3
|
* fancier code ;)Roberto Ierusalimschy2005-08-171-13/+10
|
* luaL_checkudata raises an error if value is not correctRoberto Ierusalimschy2005-08-173-28/+25
| | | | (like other luaL_check functions)
* new coding for while and repeat (with new scoping for repeat)Roberto Ierusalimschy2005-08-173-84/+53
|
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-1510-36/+45
|
* luaL_openlib -> luaL_register and new function luaL_loadstringRoberto Ierusalimschy2005-08-152-7/+36
|
* commentsRoberto Ierusalimschy2005-08-121-2/+2
|
* simpler implementation for unary minusRoberto Ierusalimschy2005-08-101-9/+5
|
* detailRoberto Ierusalimschy2005-08-101-2/+2
|
* correct name to open package libraryRoberto Ierusalimschy2005-08-103-6/+6
|
* small changes (to easy integration with Coco)Roberto Ierusalimschy2005-08-092-26/+21
|
* store some configuration informationRoberto Ierusalimschy2005-08-091-1/+5
|
* new version (and new copyright)...Roberto Ierusalimschy2005-08-091-5/+5
|
* attempt to better control use of _longjmpRoberto Ierusalimschy2005-08-091-6/+5
|
* #string is primitiveRoberto Ierusalimschy2005-08-092-12/+17
|
* detailRoberto Ierusalimschy2005-08-091-2/+3
|
* a small bugRoberto Ierusalimschy2005-08-042-4/+5
|
* 'lua_lock' and similars should be hard to useRoberto Ierusalimschy2005-08-042-26/+13
|
* small changesRoberto Ierusalimschy2005-08-011-11/+10
|
* small optimizationRoberto Ierusalimschy2005-08-011-1/+2
|
* new loader for "all-in-one" C packagesRoberto Ierusalimschy2005-08-011-65/+89
|
* detailsRoberto Ierusalimschy2005-07-312-9/+8
|
* "%0" stands for the whole pattern (in gsub)Roberto Ierusalimschy2005-07-311-3/+7
|
* searchpath is "private affair" of loadlibRoberto Ierusalimschy2005-07-133-54/+48
|
* elimination of common code + better error messageRoberto Ierusalimschy2005-07-121-39/+51
|
* no more path for loadfile + function lists sortedRoberto Ierusalimschy2005-07-121-28/+20
|
* no more "getc" when testing if file existsRoberto Ierusalimschy2005-07-121-9/+3
|
* details (alphabetical order for list of functions)Roberto Ierusalimschy2005-07-125-53/+53
|
* details (function list in alphabetical order)Roberto Ierusalimschy2005-07-111-16/+16
|
* detailRoberto Ierusalimschy2005-07-112-5/+7
|
* new macro for conversion double->int + small changesRoberto Ierusalimschy2005-07-111-53/+33
|
* ';;' in a path is replaced by default path + '!' (in Windows) isRoberto Ierusalimschy2005-07-111-18/+46
| | | | replaced by executable's directory
* detailsRoberto Ierusalimschy2005-07-111-3/+3
|
* warnings from Visual CRoberto Ierusalimschy2005-07-112-5/+5
|
* detailsRoberto Ierusalimschy2005-07-111-3/+4
|
* new test function for conversion from num to intRoberto Ierusalimschy2005-07-111-1/+9
|
* better recovery at panicRoberto Ierusalimschy2005-07-111-15/+32
|
* warnings Visual CRoberto Ierusalimschy2005-07-111-3/+3
|
* avoid names starting with '_'Roberto Ierusalimschy2005-07-091-7/+7
|
* more "polite" way to change a thread's environmentRoberto Ierusalimschy2005-07-071-3/+6
|
* lua_setfenv/lua_getfenv should also manipulate threadsRoberto Ierusalimschy2005-07-061-1/+7
|
* parent modules are also imported toghether with the module itselfRoberto Ierusalimschy2005-07-051-13/+26
|
* several small improvementsRoberto Ierusalimschy2005-07-051-10/+26
|
* detailRoberto Ierusalimschy2005-07-052-6/+5
|
* changes in 'string.find' and 'string.gfind' (new 'string.match' andRoberto Ierusalimschy2005-07-051-12/+43
| | | | 'string.gmatch')
* more precise way to check incomplete linesRoberto Ierusalimschy2005-06-281-7/+10
|
* small bugRoberto Ierusalimschy2005-06-281-3/+3
|