Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | closing a "popen" file returns the process exit status | Roberto Ierusalimschy | 2009-02-20 | 1 | -4/+4 | |
| | ||||||
* | 'log10' is deprecated now | Roberto Ierusalimschy | 2009-02-18 | 1 | -1/+16 | |
| | ||||||
* | 'writestring' changed into a configurable macro | Roberto Ierusalimschy | 2009-02-07 | 1 | -1/+8 | |
| | ||||||
* | LUA_COMPAT -> LUA_COMPAT_API (more specific) | Roberto Ierusalimschy | 2008-07-18 | 1 | -3/+3 | |
| | ||||||
* | new macro LUA_COMPAT to control some compatibility macros | Roberto Ierusalimschy | 2008-07-11 | 1 | -1/+9 | |
| | ||||||
* | added a comment about warnings for __attribute__(visibility) in some | Roberto Ierusalimschy | 2008-06-25 | 1 | -2/+6 | |
| | | | | elf targets | |||||
* | make default GC behavior a little more agressive | Roberto Ierusalimschy | 2008-04-07 | 1 | -2/+2 | |
| | | | | (to avoid falling behind memory consumption) | |||||
* | maximum C stack should reserve some values for pseudo-indices | Roberto Ierusalimschy | 2008-02-11 | 1 | -7/+15 | |
| | ||||||
* | better definition for LUAI_MAXCSTACK | Roberto Ierusalimschy | 2008-01-17 | 1 | -2/+3 | |
| | ||||||
* | larger limit for MAXCSTACK (plus removing of some useless definitions) | Roberto Ierusalimschy | 2008-01-02 | 1 | -6/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2007-11-26 | 1 | -3/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2007-09-14 | 1 | -2/+2 | |
| | ||||||
* | better to flush all files before starting new process with popen | Roberto Ierusalimschy | 2007-08-30 | 1 | -2/+2 | |
| | ||||||
* | 'debug' library must be required before being used | Roberto Ierusalimschy | 2007-06-22 | 1 | -1/+9 | |
| | ||||||
* | clearing some old compatibility code | Roberto Ierusalimschy | 2007-06-21 | 1 | -29/+1 | |
| | ||||||
* | 'os.date' checks arguments before passing them to 'strftime' | Roberto Ierusalimschy | 2007-05-03 | 1 | -1/+13 | |
| | ||||||
* | detail for windows | Roberto Ierusalimschy | 2007-02-07 | 1 | -1/+7 | |
| | ||||||
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -2/+2 | |
| | ||||||
* | no more compatibility option for long strings | Roberto Ierusalimschy | 2006-08-30 | 1 | -9/+1 | |
| | ||||||
* | macros luai_num* take a state L (when available) as argument, to allow | Roberto Ierusalimschy | 2006-08-07 | 1 | -11/+11 | |
| | | | | them to generate errors (and other facilities) | |||||
* | comment | Roberto Ierusalimschy | 2006-08-04 | 1 | -2/+2 | |
| | ||||||
* | environment variable names should be configurable | Roberto Ierusalimschy | 2006-04-10 | 1 | -1/+27 | |
| | ||||||
* | avoid warning in OS X - ansi | Roberto Ierusalimschy | 2006-02-10 | 1 | -4/+4 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-01-27 | 1 | -2/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2006-01-23 | 1 | -1/+2 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2006-01-13 | 1 | -2/+2 | |
| | ||||||
* | lua_assert is an internal matter, not to be configured | Roberto Ierusalimschy | 2005-12-27 | 1 | -10/+2 | |
| | ||||||
* | integer formats in 'string.format' may need to operate with larger-than-int | Roberto Ierusalimschy | 2005-12-15 | 1 | -1/+21 | |
| | | | | types | |||||
* | new macro LUA_WIN + new macro luai_numisnan | Roberto Ierusalimschy | 2005-11-25 | 1 | -4/+10 | |
| | ||||||
* | no more "auto-detection"v5.1-beta | Roberto Ierusalimschy | 2005-11-16 | 1 | -13/+15 | |
| | ||||||
* | new macro LUA_USE_POSIX to control POSIX-related macros | Roberto Ierusalimschy | 2005-11-16 | 1 | -10/+10 | |
| | ||||||
* | better position for lua_number2int (it is related to lua_Number) | Roberto Ierusalimschy | 2005-11-08 | 1 | -26/+26 | |
| | ||||||
* | better control of which values macros use | Roberto Ierusalimschy | 2005-10-25 | 1 | -15/+15 | |
| | ||||||
* | try to ensure that macros actually use their arguments | Roberto Ierusalimschy | 2005-10-24 | 1 | -17/+17 | |
| | ||||||
* | different organization for platform dependencies | Roberto Ierusalimschy | 2005-10-13 | 1 | -14/+41 | |
| | ||||||
* | 'string.find' as it was in 5.0 | Roberto Ierusalimschy | 2005-09-19 | 1 | -9/+1 | |
| | ||||||
* | separated macros for thread creation and state creation | Roberto Ierusalimschy | 2005-09-14 | 1 | -1/+2 | |
| | ||||||
* | ":" is not a good mark as it is not valid in Windows file names | Roberto Ierusalimschy | 2005-09-14 | 1 | -2/+2 | |
| | ||||||
* | explicit macro to control use of _longjmpv5.1-alpha | Roberto Ierusalimschy | 2005-09-09 | 1 | -5/+5 | |
| | ||||||
* | small corrections | Roberto Ierusalimschy | 2005-09-06 | 1 | -12/+12 | |
| | ||||||
* | wrong syntax for Windows-specific options | Roberto Ierusalimschy | 2005-09-02 | 1 | -3/+3 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2005-08-25 | 1 | -2/+2 | |
| | ||||||
* | small changes to facilitate external C coroutines | Roberto Ierusalimschy | 2005-08-22 | 1 | -5/+9 | |
| | ||||||
* | new coding for while and repeat (with new scoping for repeat) | Roberto Ierusalimschy | 2005-08-17 | 1 | -9/+3 | |
| | ||||||
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -1/+10 | |
| | ||||||
* | attempt to better control use of _longjmp | Roberto Ierusalimschy | 2005-08-09 | 1 | -6/+5 | |
| | ||||||
* | 'lua_lock' and similars should be hard to use | Roberto Ierusalimschy | 2005-08-04 | 1 | -25/+2 | |
| | ||||||
* | small changes | Roberto Ierusalimschy | 2005-08-01 | 1 | -11/+10 | |
| | ||||||
* | new macro for conversion double->int + small changes | Roberto Ierusalimschy | 2005-07-11 | 1 | -53/+33 | |
| | ||||||
* | several small improvements | Roberto Ierusalimschy | 2005-07-05 | 1 | -10/+26 | |
| |