Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+1019 |
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -868/+0 |
* | 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 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -11/+11 |
* | better error messages | Roberto Ierusalimschy | 2003-03-19 | 1 | -3/+3 |
* | `string.find' also accepts out-of-range indices | Roberto Ierusalimschy | 2003-03-14 | 1 | -2/+3 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |
* | string.byte returns nil if index is out-of-range | Roberto Ierusalimschy | 2003-02-12 | 1 | -2/+3 |
* | `openlib' functions return new module | Roberto Ierusalimschy | 2002-12-20 | 1 | -2/+2 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | renaming `stringdump' -> `string.dump' | Roberto Ierusalimschy | 2002-11-25 | 1 | -1/+20 |
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -32/+32 |
* | `frontier' patterns | Roberto Ierusalimschy | 2002-08-23 | 1 | -12/+27 |
* | style for switch statements | Roberto Ierusalimschy | 2002-08-21 | 1 | -29/+49 |
* | `concat' goes to `table' library | Roberto Ierusalimschy | 2002-06-26 | 1 | -21/+1 |
* | `lua_upcall' -> `lua_call' | Roberto Ierusalimschy | 2002-06-25 | 1 | -2/+2 |
* | luaL_verror -> luaL_error | Roberto Ierusalimschy | 2002-06-18 | 1 | -12/+12 |