summaryrefslogtreecommitdiff
path: root/lvm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+867
| | | | for next version
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-763/+0
|
* extra assertionRoberto Ierusalimschy2006-06-051-1/+2
|
* detailsRoberto Ierusalimschy2006-01-231-3/+5
|
* detailsRoberto Ierusalimschy2006-01-101-2/+2
|
* small changes in castsRoberto Ierusalimschy2005-12-221-6/+6
|
* detailsRoberto Ierusalimschy2005-11-011-50/+20
|
* no more L in numer-operator macros (some functions that use those macrosRoberto Ierusalimschy2005-10-241-21/+21
| | | | have no access to L)
* details (more uniform coding)Roberto Ierusalimschy2005-10-131-11/+10
|
* include of math.h depends on luaconfRoberto Ierusalimschy2005-10-031-2/+1
|
* detail (macro evaluates twice its arguments)Roberto Ierusalimschy2005-09-091-2/+4
|
* new method to handle tests without values (negative values)Roberto Ierusalimschy2005-08-291-1/+7
|
* some bugs related to stack reallocationRoberto Ierusalimschy2005-08-241-5/+11
|
* small improvementsRoberto Ierusalimschy2005-08-221-13/+11
|
* simpler implementation for unary minusRoberto Ierusalimschy2005-08-101-9/+5
|
* small changes (to easy integration with Coco)Roberto Ierusalimschy2005-08-091-11/+5
|
* #string is primitiveRoberto Ierusalimschy2005-08-091-9/+16
|
* detailRoberto Ierusalimschy2005-07-051-4/+3
|
* bug: current line should work for call hookRoberto Ierusalimschy2005-06-131-2/+5
|
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-3/+3
|
* detailsRoberto Ierusalimschy2005-05-201-23/+23
|
* several small detailsRoberto Ierusalimschy2005-05-171-4/+4
|
* better quotes for strings in error messagesRoberto Ierusalimschy2005-05-161-4/+4
|
* no more compatibility code for traversing tablesRoberto Ierusalimschy2005-05-041-9/+1
|
* corrected definition of lua_number2int for WindowsRoberto Ierusalimschy2005-05-031-2/+3
|
* better control of local variables in luaV_executeRoberto Ierusalimschy2005-05-031-79/+96
|
* `*' operator is primitive only for tablesRoberto Ierusalimschy2005-05-021-13/+10
|
* detailRoberto Ierusalimschy2005-04-111-5/+4
|
* small optimizationsRoberto Ierusalimschy2005-04-051-28/+21
|
* removed dirt optimizations that gave small gainsRoberto Ierusalimschy2005-04-041-62/+27
|
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-2/+2
|
* internal definitions have prefix `luai_'Roberto Ierusalimschy2005-03-181-2/+2
|
* new operation *t (for size of t) (may yet be removed...)Roberto Ierusalimschy2005-03-161-1/+16
|
* `luac´ -> `luai' (to avoid confusion with other luac stuff)Roberto Ierusalimschy2005-03-091-21/+21
|
* `luaconf.h´ exports all its definitions always (so all of themRoberto Ierusalimschy2005-03-081-21/+21
| | | | must have a lua/LUA prefix).
* fewer #include's in luaconf.hRoberto Ierusalimschy2005-03-081-1/+3
|
* new `mod' (`%') operatorRoberto Ierusalimschy2005-03-081-12/+31
|
* detailRoberto Ierusalimschy2005-03-071-4/+4
|
* small bug: must use original (previous) baseRoberto Ierusalimschy2005-03-071-2/+2
|
* detailsRoberto Ierusalimschy2005-02-231-2/+2
|
* small bugRoberto Ierusalimschy2005-02-181-2/+2
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-6/+10
|
* detailRoberto Ierusalimschy2005-01-101-2/+2
|
* macros for all arithmetic operations over lua_NumbersRoberto Ierusalimschy2005-01-101-18/+18
|
* a^b calls `pow´ (from math.h) directlyRoberto Ierusalimschy2005-01-071-10/+9
|
* change in hash algorithm so that it does not need empty slotRoberto Ierusalimschy2005-01-051-2/+2
| | | | (tables can be 100% full)
* cleaner interface to `ltable'Roberto Ierusalimschy2005-01-041-4/+4
|
* static names do not need `luaX_' prefixRoberto Ierusalimschy2004-12-031-6/+6
|
* better implementation for `floating-point bytes'Roberto Ierusalimschy2004-11-011-2/+2
|
* more secure way to compute final string lengthRoberto Ierusalimschy2004-10-281-5/+4
|