aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* small bugRoberto Ierusalimschy2005-04-291-5/+1
|
* detailRoberto Ierusalimschy2005-04-291-2/+4
|
* commentRoberto Ierusalimschy2005-04-291-2/+2
|
* commentRoberto Ierusalimschy2005-04-271-3/+3
|
* nesting of long strings only in compatibility modeRoberto Ierusalimschy2005-04-272-10/+32
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-2518-160/+179
|
* small bug for tail-recursive debuggingRoberto Ierusalimschy2005-04-141-6/+6
|
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-135-20/+15
|
* stack could overflow with too many command-line argumentsRoberto Ierusalimschy2005-04-111-13/+12
|
* detailRoberto Ierusalimschy2005-04-111-5/+4
|
* detail for Windows (untested)Roberto Ierusalimschy2005-04-071-12/+9
|
* new organization using only one libraryRoberto Ierusalimschy2005-04-071-79/+67
|
* C stack is the same for the parser and the interpreter, so depthRoberto Ierusalimschy2005-04-073-18/+14
| | | | control should be unified in both parts.
* new definition for `lua_number2int' for Windows (not tested yet!)Roberto Ierusalimschy2005-04-061-11/+5
|
* detailRoberto Ierusalimschy2005-04-051-5/+8
|
* detailsRoberto Ierusalimschy2005-04-051-4/+4
|
* small optimizationsRoberto Ierusalimschy2005-04-055-34/+33
|
* removed dirt optimizations that gave small gainsRoberto Ierusalimschy2005-04-044-89/+54
|
* detailRoberto Ierusalimschy2005-04-011-4/+3
|
* detailsRoberto Ierusalimschy2005-03-302-5/+4
|
* using `require' to implement `-l'Roberto Ierusalimschy2005-03-291-10/+6
|
* better control for compatibility codeRoberto Ierusalimschy2005-03-294-10/+43
|
* standard configuration should run out-of-the-box in "any" systemRoberto Ierusalimschy2005-03-292-126/+200
|
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-286-24/+21
|
* wrong comment correctedRoberto Ierusalimschy2005-03-281-2/+3
|
* change `#ifdef' for `#if defined'Roberto Ierusalimschy2005-03-232-5/+5
|
* LUA_USERCONFIG is no longer necessaryRoberto Ierusalimschy2005-03-231-10/+1
|
* some line-edit facilities must free the line after its useRoberto Ierusalimschy2005-03-221-1/+2
|
* avoid name conflict with some spurious included header filesRoberto Ierusalimschy2005-03-221-11/+11
|
* better name for GC pauseRoberto Ierusalimschy2005-03-226-16/+16
|
* lua_gc(STEP) returns whether collection cycle finishedRoberto Ierusalimschy2005-03-211-1/+3
|
* cleaner configuration for lua.cRoberto Ierusalimschy2005-03-212-56/+61
|
* small bug: a GC step was not proportional to its "size"Roberto Ierusalimschy2005-03-181-2/+3
|
* small errors in previous `ci' of luaconf.h.Roberto Ierusalimschy2005-03-184-15/+16
|
* call limit may be larger than shortsRoberto Ierusalimschy2005-03-182-5/+5
|
* more cleaning on configurationsRoberto Ierusalimschy2005-03-183-163/+303
|
* internal definitions have prefix `luai_'Roberto Ierusalimschy2005-03-181-2/+2
|
* avoid name colision with `close' functionRoberto Ierusalimschy2005-03-181-3/+3
|
* avoid too much configuration optionsRoberto Ierusalimschy2005-03-181-5/+16
|
* try to avoid warningsRoberto Ierusalimschy2005-03-181-4/+4
|
* detailRoberto Ierusalimschy2005-03-162-3/+4
|
* new operation *t (for size of t) (may yet be removed...)Roberto Ierusalimschy2005-03-166-15/+47
|
* new "primitive" getnRoberto Ierusalimschy2005-03-167-66/+101
|
* bug: rawset/rawget do not ignore extra argumentsRoberto Ierusalimschy2005-03-112-1/+24
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-0914-126/+126
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-0816-253/+237
| | | | must have a lua/LUA prefix).
* entries `{[...] = ...}' need space too.Roberto Ierusalimschy2005-03-081-2/+2
|
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-086-10/+12
|
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-088-23/+48
|
* detailsRoberto Ierusalimschy2005-03-081-4/+7
|