aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* C module names may have an optional `l' prefixRoberto Ierusalimschy2005-03-081-5/+7
|
* detailRoberto Ierusalimschy2005-03-071-4/+4
|
* `loadlib' not global anymore (packaged inside `package')Roberto Ierusalimschy2005-03-071-2/+6
|
* small bug: must use original (previous) baseRoberto Ierusalimschy2005-03-071-2/+2
|
* USHRT_MAX may not fit in a (16-bit) intRoberto Ierusalimschy2005-03-072-4/+4
|
* new functions (to complete math.h)Roberto Ierusalimschy2005-03-041-1/+30
|
* "coroutine.current" -> "running" (compatible with "running" status)Roberto Ierusalimschy2005-02-281-3/+3
|
* commentsRoberto Ierusalimschy2005-02-281-14/+26
|
* avoid access to undefined global variablesRoberto Ierusalimschy2005-02-281-2/+3
|
* detailsRoberto Ierusalimschy2005-02-2311-42/+40
|
* small bugRoberto Ierusalimschy2005-02-181-2/+2
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-1817-111/+206
|
* more secure way to stop GC cycles during finalizersRoberto Ierusalimschy2005-02-141-3/+4
|
* detailRoberto Ierusalimschy2005-02-141-3/+3
|
* all collected userdata must go to the end of the list of finalizersRoberto Ierusalimschy2005-02-112-18/+26
|
* LUA_PATH_SEP -> LUA_PATHSEPRoberto Ierusalimschy2005-02-102-5/+5
|
* cleaner way to free all objectsRoberto Ierusalimschy2005-02-104-43/+40
|
* values holded in open upvalues of suspended threads may beRoberto Ierusalimschy2005-01-191-0/+39
| | | | incorrectly collected
* better control over GC collors of upvaluesRoberto Ierusalimschy2005-01-193-6/+26
|
* small warning in C++Roberto Ierusalimschy2005-01-181-2/+2
|
* cleaner way to remark open upvaluesRoberto Ierusalimschy2005-01-188-63/+74
|