aboutsummaryrefslogtreecommitdiff
path: root/lvm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2002-03-18new macro to convert double->intRoberto Ierusalimschy4-12/+20
2002-03-18configurable macros should live in llimits.hRoberto Ierusalimschy2-17/+17
2002-03-18special treatment for 'global in nil'Roberto Ierusalimschy2-22/+29
2002-03-15an error may call GC and find an incomplete `ci'Roberto Ierusalimschy1-2/+2
2002-03-14small optimization when returning a single local valueRoberto Ierusalimschy1-7/+9
2002-03-14implementation of `global' statementRoberto Ierusalimschy4-106/+211
2002-03-14commentsRoberto Ierusalimschy1-2/+2
2002-03-11first implementation of `gfind'Roberto Ierusalimschy1-9/+53
2002-03-11avoid C identifiers beginning with '_'Roberto Ierusalimschy7-31/+31
2002-03-08error messageRoberto Ierusalimschy1-2/+3
2002-03-08detailsRoberto Ierusalimschy1-1/+2
2002-03-08cannot store `top' in local variables...Roberto Ierusalimschy1-4/+3
2002-03-08generic for (with any number of control variables)Roberto Ierusalimschy7-68/+98
2002-03-08implementation of long commentsRoberto Ierusalimschy1-17/+25
2002-03-07`lua_stackspace' replaced by `lua_checkstack'Roberto Ierusalimschy3-9/+18
2002-03-07using `ci->top' to control acceptable indices in C callsRoberto Ierusalimschy3-23/+32
2002-03-07detailsRoberto Ierusalimschy2-8/+10
2002-03-05configurable minimum size for the string tableRoberto Ierusalimschy3-5/+10
2002-03-05lu_byte is enough for those fields (maxstack < 256)Roberto Ierusalimschy3-11/+11
2002-03-04`inline' of tonumberRoberto Ierusalimschy2-8/+10
2002-03-04small optimizationRoberto Ierusalimschy1-9/+9
2002-03-04`luaA_index' is a local macro nowRoberto Ierusalimschy3-20/+17
2002-03-04detailRoberto Ierusalimschy1-2/+2
2002-03-04not all unfinished strings with "..." end in EOFRoberto Ierusalimschy1-2/+3
2002-03-04more tests for boolean APIRoberto Ierusalimschy1-1/+7
2002-02-15detailRoberto Ierusalimschy1-2/+2
2002-02-14get error messages from luaL_errstrRoberto Ierusalimschy1-6/+5
2002-02-14no more -DOLD_ANSI option + detailsRoberto Ierusalimschy1-14/+9
2002-02-14towards next version...Roberto Ierusalimschy1-674/+475
2002-02-14prints any results returned by chunkRoberto Ierusalimschy1-8/+6
2002-02-14no more maximum stack sizeRoberto Ierusalimschy6-47/+37
2002-02-14new constructor syntax + new generic `for'Roberto Ierusalimschy1-133/+100
2002-02-14new generic `for'Roberto Ierusalimschy1-11/+14
2002-02-14`luaH_next' works like `next'Roberto Ierusalimschy2-6/+5
2002-02-14LFIELDS_PER_FLUSH is an opcode detailRoberto Ierusalimschy2-14/+7
2002-02-14detailsRoberto Ierusalimschy1-1/+1
2002-02-14`luaH_next' works like `next' + better hash for pointersRoberto Ierusalimschy1-10/+16
2002-02-14better(?) order for types (nil == 0)Roberto Ierusalimschy1-1/+1
2002-02-08better order of record fields for 64-bit machinesRoberto Ierusalimschy7-37/+36
2002-02-08details.Roberto Ierusalimschy1-1/+1
2002-02-08`getstr' now gives const char *Roberto Ierusalimschy1-2/+2
2002-02-08error message compatible with incomplete lines of lua.cRoberto Ierusalimschy1-1/+1
2002-02-08`setlocale' may be used to query the current localeRoberto Ierusalimschy1-6/+6
2002-02-08no more `lua_istrue' functionRoberto Ierusalimschy4-16/+10
2002-02-07incomplete lines (by lhf)Roberto Ierusalimschy1-110/+132
2002-02-07test for lua_pushboolRoberto Ierusalimschy1-0/+3
2002-02-07boolean type must be 0 or 1Roberto Ierusalimschy1-2/+2
2002-02-07no more lua_[gs]etstrRoberto Ierusalimschy5-29/+48
2002-02-07commentsRoberto Ierusalimschy1-1/+1
2002-02-07details.Roberto Ierusalimschy2-12/+12