summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 'unpack' moved to table library (and therefore "renamed" toRoberto Ierusalimschy2009-12-281-1/+8
| | | | 'table.unpack'.
* 'lua_cpcall' is deprecatedRoberto Ierusalimschy2009-12-221-1/+9
|
* yet more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-41/+1
|
* more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-34/+1
|
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-238/+1
| | | | luaconf.h and into more internal files
* cleaner way to add extra space in a lua state.Roberto Ierusalimschy2009-12-141-6/+6
|
* detail (comment)Roberto Ierusalimschy2009-12-101-3/+4
|
* 'table.maxn' deprecatedRoberto Ierusalimschy2009-11-261-4/+9
|
* no more compatibility code for 'string.gfind'Roberto Ierusalimschy2009-11-261-9/+1
|
* comment typosRoberto Ierusalimschy2009-11-261-4/+4
|
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+4
|
* new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations andRoberto Ierusalimschy2009-11-191-6/+10
| | | | definitions of non-static variables
* small corrections for 'luaall.c'Roberto Ierusalimschy2009-11-191-4/+4
|
* functions 'getfenv' and 'setfenv' are deprecatedRoberto Ierusalimschy2009-11-161-1/+9
|
* new hash for doubles based on frexp, to avoid low-level tricksRoberto Ierusalimschy2009-10-231-4/+30
|
* parser keeps list of active local variables in a single dynamic array,Roberto Ierusalimschy2009-10-111-8/+1
| | | | therefore saving C stack space
* information about upvalues (where they come from) kept in Proto structure,Roberto Ierusalimschy2009-09-281-8/+1
| | | | instead of sequence of pseudo-opcodes after OP_CLOSURE
* correct way to check arguments to 'strftime'Roberto Ierusalimschy2009-08-251-8/+12
|
* detail (comment: 'correspoding' -> 'corresponding')Roberto Ierusalimschy2009-07-151-2/+2
|
* new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy2009-07-151-21/+9
|
* new module 'lbitlib.c' for bitwise operationsRoberto Ierusalimschy2009-07-011-20/+30
|
* default paths have dot option as the last one (to improve security)Roberto Ierusalimschy2009-06-181-9/+9
|
* no more support for old-style varargsRoberto Ierusalimschy2009-03-261-8/+1
|
* closing a "popen" file returns the process exit statusRoberto Ierusalimschy2009-02-201-4/+4
|
* 'log10' is deprecated nowRoberto Ierusalimschy2009-02-181-1/+16
|
* 'writestring' changed into a configurable macroRoberto Ierusalimschy2009-02-071-1/+8
|
* LUA_COMPAT -> LUA_COMPAT_API (more specific)Roberto Ierusalimschy2008-07-181-3/+3
|
* new macro LUA_COMPAT to control some compatibility macrosRoberto Ierusalimschy2008-07-111-1/+9
|
* added a comment about warnings for __attribute__(visibility) in someRoberto Ierusalimschy2008-06-251-2/+6
| | | | elf targets
* make default GC behavior a little more agressiveRoberto Ierusalimschy2008-04-071-2/+2
| | | | (to avoid falling behind memory consumption)
* maximum C stack should reserve some values for pseudo-indicesRoberto Ierusalimschy2008-02-111-7/+15
|
* better definition for LUAI_MAXCSTACKRoberto Ierusalimschy2008-01-171-2/+3
|
* larger limit for MAXCSTACK (plus removing of some useless definitions)Roberto Ierusalimschy2008-01-021-6/+2
|
* detailRoberto Ierusalimschy2007-11-261-3/+2
|
* detailRoberto Ierusalimschy2007-09-141-2/+2
|
* better to flush all files before starting new process with popenRoberto Ierusalimschy2007-08-301-2/+2
|
* 'debug' library must be required before being usedRoberto Ierusalimschy2007-06-221-1/+9
|
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-29/+1
|
* 'os.date' checks arguments before passing them to 'strftime'Roberto Ierusalimschy2007-05-031-1/+13
|
* detail for windowsRoberto Ierusalimschy2007-02-071-1/+7
|
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-181-2/+2
|
* no more compatibility option for long stringsRoberto Ierusalimschy2006-08-301-9/+1
|
* macros luai_num* take a state L (when available) as argument, to allowRoberto Ierusalimschy2006-08-071-11/+11
| | | | them to generate errors (and other facilities)
* commentRoberto Ierusalimschy2006-08-041-2/+2
|
* environment variable names should be configurableRoberto Ierusalimschy2006-04-101-1/+27
|
* avoid warning in OS X - ansiRoberto Ierusalimschy2006-02-101-4/+4
|
* detailRoberto Ierusalimschy2006-01-271-2/+2
|
* detailsRoberto Ierusalimschy2006-01-231-1/+2
|
* detailRoberto Ierusalimschy2006-01-131-2/+2
|
* lua_assert is an internal matter, not to be configuredRoberto Ierusalimschy2005-12-271-10/+2
|