Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid some warnings | Roberto Ierusalimschy | 2005-10-19 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-10-14 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 |
* | luaL_checkudata raises an error if value is not correct | Roberto Ierusalimschy | 2005-08-17 | 1 | -11/+9 |
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -3/+3 |
* | details (alphabetical order for list of functions) | Roberto Ierusalimschy | 2005-07-12 | 1 | -6/+6 |
* | optional size for 'setvbuf' | Roberto Ierusalimschy | 2005-06-06 | 1 | -2/+4 |
* | 'popen' is back | Roberto Ierusalimschy | 2005-06-06 | 1 | -33/+66 |
* | luaL_findstring -> luaL_checkoption | Roberto Ierusalimschy | 2005-05-25 | 1 | -5/+3 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -3/+1 |
* | avoid name colision with `close' function | Roberto Ierusalimschy | 2005-03-18 | 1 | -3/+3 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -17/+17 |
* | better checking for read errors (with `ferrorĀ“) | Roberto Ierusalimschy | 2004-08-13 | 1 | -3/+10 |
* | `io.lines' also can give the file name in its error message | Roberto Ierusalimschy | 2004-08-09 | 1 | -6/+11 |
* | `lua_pushfstring' now supports `%p' option too | Roberto Ierusalimschy | 2004-07-09 | 1 | -7/+5 |
* | separation between io lib and os lib | Roberto Ierusalimschy | 2004-07-09 | 1 | -247/+43 |
* | other modules may need FILEHANDLE definition | Roberto Ierusalimschy | 2004-05-28 | 1 | -8/+6 |
* | `popen' is not ANSI and therefore was removed from the basic library | Roberto Ierusalimschy | 2004-05-28 | 1 | -21/+1 |
* | in `time', uses default if `isdst' is absent | Roberto Ierusalimschy | 2004-05-10 | 1 | -2/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -26/+2 |
* | new function `lua_createtable' | Roberto Ierusalimschy | 2003-10-10 | 1 | -2/+2 |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 1 | -10/+6 |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -12/+12 |
* | bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate | Roberto Ierusalimschy | 2003-08-25 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2003-07-09 | 1 | -4/+4 |
* | bug: file:close cannot be called without a file. | Roberto Ierusalimschy | 2003-07-07 | 1 | -2/+2 |
* | ok to use `#elif' and `#if defined()' | Roberto Ierusalimschy | 2003-05-14 | 1 | -8/+4 |
* | new function `setvbuf' | Roberto Ierusalimschy | 2003-05-14 | 1 | -1/+13 |
* | detail | Roberto Ierusalimschy | 2003-04-30 | 1 | -4/+3 |
* | uses integers as keys to standard i/o files | Roberto Ierusalimschy | 2003-04-30 | 1 | -37/+26 |
* | better error messages | Roberto Ierusalimschy | 2003-03-19 | 1 | -5/+4 |
* | new auxiliary functions for `type' manipulation | Roberto Ierusalimschy | 2003-03-18 | 1 | -21/+9 |
* | detail | Roberto Ierusalimschy | 2003-03-14 | 1 | -10/+7 |
* | `io.input'/`io.output' always return current file | Roberto Ierusalimschy | 2003-03-14 | 1 | -3/+4 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -2/+2 |
* | LUA_USETMPNAME -> USE_TMPNAME | Roberto Ierusalimschy | 2003-03-06 | 1 | -5/+5 |
* | by default, gcc does not get tmpname | Roberto Ierusalimschy | 2003-02-27 | 1 | -9/+37 |
* | use C names for C types | Roberto Ierusalimschy | 2003-02-11 | 1 | -2/+2 |
* | small optimizations | Roberto Ierusalimschy | 2003-02-11 | 1 | -10/+3 |
* | use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE | Roberto Ierusalimschy | 2003-01-17 | 1 | -1/+8 |
* | `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 |
* | new function `io.type' | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+15 |
* | small bug: `write' must return three values in case of errors | Roberto Ierusalimschy | 2002-12-04 | 1 | -3/+2 |
* | `__tostring' for files + small bug (could do invalid read inside | Roberto Ierusalimschy | 2002-11-25 | 1 | -20/+35 |
* | include file name in error messages | Roberto Ierusalimschy | 2002-11-18 | 1 | -15/+23 |
* | better names for auxiliar functions | Roberto Ierusalimschy | 2002-11-14 | 1 | -38/+39 |
* | do not pretend that file is closed when close fails | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+7 |
* | correct handling of opened files in presence of memory allocation | Roberto Ierusalimschy | 2002-10-16 | 1 | -25/+31 |
* | io.lines() iterate over the standard input file | Roberto Ierusalimschy | 2002-10-11 | 1 | -12/+23 |