summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* more precise way to check incomplete linesRoberto Ierusalimschy2005-06-281-7/+10
* small bugRoberto Ierusalimschy2005-06-281-3/+3
* detailRoberto Ierusalimschy2005-06-271-5/+5
* several updatesRoberto Ierusalimschy2005-06-131-6/+45
* 'math.mod' -> 'math.fmod'Roberto Ierusalimschy2005-06-131-3/+7
* detailRoberto Ierusalimschy2005-06-131-2/+1
* some extra consistency checksRoberto Ierusalimschy2005-06-131-2/+5
* syntax for length changed from '*' to '#'Roberto Ierusalimschy2005-06-131-2/+2
* bug: last tag is not the number of tags...Roberto Ierusalimschy2005-06-131-5/+7
* better control for compatibility code for varargsRoberto Ierusalimschy2005-06-134-13/+21
* bug: current line should work for call hookRoberto Ierusalimschy2005-06-131-2/+5
* small bug (type error)Roberto Ierusalimschy2005-06-073-12/+12
* optional size for 'setvbuf'Roberto Ierusalimschy2005-06-061-2/+4