summaryrefslogtreecommitdiff
path: root/lobject.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NILCONSTANT also depends no endianess (with NaN trick)Roberto Ierusalimschy2011-07-041-4/+4
|
* configuration for NaN trick big-endian + macro 'luai_checknum' toRoberto Ierusalimschy2011-06-131-2/+19
| | | | | ensure numbers comming from C are not "improper" (some kinds of signaling NaNs)
* macro 'NNMARK' (mark for non-number values using the NaN trick)Roberto Ierusalimschy2011-06-091-4/+6
|
* first version with 'NANTRICK' (packing all Lua values inside a 'double')Roberto Ierusalimschy2011-06-071-15/+103
|
* stricter control (using tag variants) over closure kinds (Lua x C)Roberto Ierusalimschy2011-06-021-15/+32
|
* yet another macro ('num_')Roberto Ierusalimschy2011-05-311-4/+5
|
* no need for two different implementations for equality (one raw andRoberto Ierusalimschy2011-05-311-2/+2
| | | | one with metamethods)
* yet another macro abstracting TValue representationRoberto Ierusalimschy2011-05-261-12/+13
|
* new macro 'lua_longassert' that is equivalent to an assertion withoutRoberto Ierusalimschy2011-05-051-4/+3
| | | | | a stringfication of the condition, to avoid too long string literals (limited by C90 to ~510 characters)
* new macros abstracting TValue representation (to easy change toRoberto Ierusalimschy2011-05-051-43/+48
| | | | other representations)
* detail in assertionRoberto Ierusalimschy2011-05-041-2/+2
|
* more complete (and hopefuly more correct) handling of 'sizeof(char)'Roberto Ierusalimschy2011-05-031-3/+3
|
* cleaner scheme of bits for variant types (light C functions) andRoberto Ierusalimschy2011-04-071-33/+47
| | | | collectable types
* all names used internally by macros end with '_'Roberto Ierusalimschy2011-04-051-28/+28
|
* small problems with 'luaone.c'Roberto Ierusalimschy2011-02-281-1/+6
|
* prototype for 'luaO_ceillog2' was different from definitionRoberto Ierusalimschy2011-01-071-2/+2
|
* 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too)Roberto Ierusalimschy2010-12-101-1/+2
|
* detection of erroneous numeric strings with \0 (such as "1\0")Roberto Ierusalimschy2010-12-061-2/+2
|
* finalizers (__gc) for tablesRoberto Ierusalimschy2010-11-261-1/+5
|
* several new commentsRoberto Ierusalimschy2010-07-261-27/+43
|
* Lua closures are cached for reuseRoberto Ierusalimschy2010-06-041-1/+2
|
* slightly better definition for 'changenvalue'Roberto Ierusalimschy2010-05-071-3/+2
|
* "light C function" is a better name than "C-function pointer"Roberto Ierusalimschy2010-04-181-6/+6
|
* first implementation of light C functionsRoberto Ierusalimschy2010-04-141-9/+30
|
* new macro LUA_NUMTAGSRoberto Ierusalimschy2010-04-121-10/+4
|
* no more fenvs!Roberto Ierusalimschy2010-03-261-3/+2
|
* first version of _ENV; no more global variablesRoberto Ierusalimschy2010-03-121-2/+1
|
* 'setobj' must assing fields one by one, to allow trick of usingRoberto Ierusalimschy2010-01-081-3/+5
| | | | pad space in table keys
* new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations andRoberto Ierusalimschy2009-11-191-2/+2
| | | | definitions of non-static variables
* several small changes to simplify changing TValue if neededRoberto Ierusalimschy2009-11-061-19/+17
|
* better control over accesses to TValue fieldsRoberto Ierusalimschy2009-11-051-28/+31
|
* first implementation of lexical environmentsRoberto Ierusalimschy2009-09-301-1/+2
|
* information about upvalues (where they come from) kept in Proto structure,Roberto Ierusalimschy2009-09-281-4/+12
| | | | instead of sequence of pseudo-opcodes after OP_CLOSURE
* new macro 'getproto'Roberto Ierusalimschy2009-07-151-1/+2
|
* new macro 'changenvalue'Roberto Ierusalimschy2009-06-181-1/+4
|
* new function 'luaO_arith' to perform basic arithmetic operationsRoberto Ierusalimschy2009-06-171-1/+2
|
* no more support for old-style varargsRoberto Ierusalimschy2009-03-261-7/+1
|
* bug: string at the end of TString must consider the entire TStringRoberto Ierusalimschy2008-08-051-2/+2
| | | | entity, not only its 'tsv' part
* 'ceillog2' now is exported (other modules may need it)Roberto Ierusalimschy2008-01-301-1/+2
|
* luaO_log2 can be private to ltable.cRoberto Ierusalimschy2007-04-101-4/+1
|
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-2/+2
|
* unused macro removedRoberto Ierusalimschy2006-01-181-4/+1
|
* avoids type punning for table keysRoberto Ierusalimschy2006-01-101-5/+9
|
* detailRoberto Ierusalimschy2005-10-241-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-131-3/+6
|
* new mark LUAI_DATA for extern dataRoberto Ierusalimschy2005-06-061-2/+2
|
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-2/+2
|
* debug information for last line of a function definitionRoberto Ierusalimschy2005-05-051-2/+3
|
* added LUAI_FUNC to functions not in the APIRoberto Ierusalimschy2005-04-251-11/+10
|