aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* detailRoberto Ierusalimschy2005-01-171-2/+2
|
* auxiliar patch to monitor garbage collectionRoberto Ierusalimschy2005-01-141-1/+17
|
* no more generational collector (and no more `noinc' mode)Roberto Ierusalimschy2005-01-148-66/+49
|
* new implementation for loadersRoberto Ierusalimschy2005-01-141-26/+51
|
* detailRoberto Ierusalimschy2005-01-103-8/+8
|
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-105-30/+38
|
* all function declarations surround name with parenthesesRoberto Ierusalimschy2005-01-102-114/+117
|
* `debug.traceback' gets an optional `initial level' parameterRoberto Ierusalimschy2005-01-101-3/+8
|
* gets `debug.traceback' current when error occursRoberto Ierusalimschy2005-01-101-2/+15
|
* no more `lua_userinit' macroRoberto Ierusalimschy2005-01-103-24/+15
|
* no more `_TRACEBACK' variableRoberto Ierusalimschy2005-01-102-7/+4
|
* a^b calls `pow´ (from math.h) directlyRoberto Ierusalimschy2005-01-073-14/+16
|
* detailsRoberto Ierusalimschy2005-01-073-15/+9
|
* change in hash algorithm so that it does not need empty slotRoberto Ierusalimschy2005-01-059-108/+125
| | | | (tables can be 100% full)