| Commit message (Expand) | Author | Age | Files | Lines |
* | reorganization of switch in function 'match' (details) | Roberto Ierusalimschy | 2010-01-04 | 1 | -18/+18 |
* | more options moved from luaconf.h into internal files | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+19 |
* | several configuration options that do not change often moved out of | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+10 |
* | no more compatibility code for 'string.gfind' | Roberto Ierusalimschy | 2009-11-26 | 1 | -6/+2 |
* | new mark LUAMOD_API for all luaopen_* functions | Roberto Ierusalimschy | 2009-11-24 | 1 | -2/+2 |
* | better treatment of integer formats in string.format | Roberto Ierusalimschy | 2009-06-18 | 1 | -7/+6 |
* | check for invalid use of '%' in replacement string in 'string.gsub' | Roberto Ierusalimschy | 2009-02-03 | 1 | -2/+6 |
* | 'posrelat' avoids problems with -(-2^31) | Roberto Ierusalimschy | 2008-06-12 | 1 | -2/+2 |
* | 'string.find' cannot find things after subject's end | Roberto Ierusalimschy | 2008-04-14 | 1 | -2/+5 |
* | detail | Roberto Ierusalimschy | 2007-11-12 | 1 | -2/+2 |
* | BUG: 'gsub' may go wild when wrongly called without its third | Roberto Ierusalimschy | 2007-10-29 | 1 | -11/+10 |
* | avoid problems with 'ptrdiff_t' | Roberto Ierusalimschy | 2007-10-25 | 1 | -25/+27 |
* | when formatting with '%q', all control characters are coded | Roberto Ierusalimschy | 2007-02-07 | 1 | -19/+14 |
* | bug: string.format("%") reads past the string | Roberto Ierusalimschy | 2006-09-18 | 1 | -2/+2 |
* | avoid trailing white spaces | Roberto Ierusalimschy | 2006-09-11 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2006-06-22 | 1 | -2/+2 |
* | detail (better error message for invalid format) | Roberto Ierusalimschy | 2006-04-26 | 1 | -2/+3 |
* | BUG: option '%q' for string.format does not handle '\r' correctly | Roberto Ierusalimschy | 2006-04-12 | 1 | -1/+5 |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-12-21 | 1 | -2/+2 |
* | integer formats in 'string.format' may need to operate with larger-than-int | Roberto Ierusalimschy | 2005-12-15 | 1 | -20/+37 |
* | better error message | Roberto Ierusalimschy | 2005-10-26 | 1 | -2/+2 |
* | string.gsub accepts a table as the replacement value | Roberto Ierusalimschy | 2005-10-23 | 1 | -52/+72 |
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-19 | 1 | -2/+4 |
* | 'string.find' as it was in 5.0 | Roberto Ierusalimschy | 2005-09-19 | 1 | -6/+1 |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -2/+2 |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -16/+16 |
* | #string is primitive | Roberto Ierusalimschy | 2005-08-09 | 1 | -3/+1 |
* | "%0" stands for the whole pattern (in gsub) | Roberto Ierusalimschy | 2005-07-31 | 1 | -3/+7 |
* | details (alphabetical order for list of functions) | Roberto Ierusalimschy | 2005-07-12 | 1 | -9/+9 |
* | changes in 'string.find' and 'string.gfind' (new 'string.match' and | Roberto Ierusalimschy | 2005-07-05 | 1 | -12/+43 |
* | warnings in VS .Net | Roberto Ierusalimschy | 2005-05-31 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -5/+6 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -8/+6 |
* | new API function `lua_tolstring' | Roberto Ierusalimschy | 2005-05-16 | 1 | -5/+5 |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -1/+16 |
* | avoid name conflict with some spurious included header files | Roberto Ierusalimschy | 2005-03-22 | 1 | -11/+11 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2004-12-01 | 1 | -14/+12 |
* | details | Roberto Ierusalimschy | 2004-11-19 | 1 | -10/+10 |
* | small corrections (thanks to Mike Pall) | Roberto Ierusalimschy | 2004-11-01 | 1 | -4/+4 |
* | string.byte truncates indices out of range | Roberto Ierusalimschy | 2004-08-09 | 1 | -3/+4 |
* | string.byte may return multiple values | Roberto Ierusalimschy | 2004-08-06 | 1 | -6/+11 |
* | `lua_Chunkwriter' returns 0 in case of success | Roberto Ierusalimschy | 2004-07-09 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2004-06-08 | 1 | -1/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -7/+2 |
* | '%' must be '%%' to avoid formatting problems | Roberto Ierusalimschy | 2004-01-02 | 1 | -5/+5 |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -17/+17 |
* | new function `string.reverse' | Roberto Ierusalimschy | 2003-05-14 | 1 | -1/+13 |