aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* integer formats in 'string.format' may need to operate with larger-than-intRoberto Ierusalimschy2005-12-151-1/+21
| | | | types
* new macro LUA_WIN + new macro luai_numisnanRoberto Ierusalimschy2005-11-251-4/+10
|
* no more "auto-detection"v5.1-betaRoberto Ierusalimschy2005-11-161-13/+15
|
* new macro LUA_USE_POSIX to control POSIX-related macrosRoberto Ierusalimschy2005-11-161-10/+10
|
* better position for lua_number2int (it is related to lua_Number)Roberto Ierusalimschy2005-11-081-26/+26
|
* better control of which values macros useRoberto Ierusalimschy2005-10-251-15/+15
|
* try to ensure that macros actually use their argumentsRoberto Ierusalimschy2005-10-241-17/+17
|
* different organization for platform dependenciesRoberto Ierusalimschy2005-10-131-14/+41
|
* 'string.find' as it was in 5.0Roberto Ierusalimschy2005-09-191-9/+1
|
* separated macros for thread creation and state creationRoberto Ierusalimschy2005-09-141-1/+2
|
* ":" is not a good mark as it is not valid in Windows file namesRoberto Ierusalimschy2005-09-141-2/+2
|
* explicit macro to control use of _longjmpv5.1-alphaRoberto Ierusalimschy2005-09-091-5/+5
|
* small correctionsRoberto Ierusalimschy2005-09-061-12/+12
|
* wrong syntax for Windows-specific optionsRoberto Ierusalimschy2005-09-021-3/+3
|
* detailRoberto Ierusalimschy2005-08-251-2/+2
|
* small changes to facilitate external C coroutinesRoberto Ierusalimschy2005-08-221-5/+9
|
* new coding for while and repeat (with new scoping for repeat)Roberto Ierusalimschy2005-08-171-9/+3
|
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-1/+10
|
* attempt to better control use of _longjmpRoberto Ierusalimschy2005-08-091-6/+5
|
* 'lua_lock' and similars should be hard to useRoberto Ierusalimschy2005-08-041-25/+2
|
* small changesRoberto Ierusalimschy2005-08-011-11/+10
|
* new macro for conversion double->int + small changesRoberto Ierusalimschy2005-07-111-53/+33
|
* several small improvementsRoberto Ierusalimschy2005-07-051-10/+26
|