Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | micro-optimization: avoid one API call in 'read_chars' | Roberto Ierusalimschy | 2008-02-12 | 1 | -10/+11 | |
* | remove of useless test in 'read_chars' (if n == 0 then the resulting | Roberto Ierusalimschy | 2008-02-12 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2007-12-08 | 1 | -10/+9 | |
* | does not allow standard files to be closed | Roberto Ierusalimschy | 2007-04-19 | 1 | -15/+36 | |
* | 'lua_strlen' is for compatibility only | Roberto Ierusalimschy | 2006-09-18 | 1 | -3/+3 | |
* | details | Roberto Ierusalimschy | 2006-06-22 | 1 | -2/+2 | |
* | files should not be operated after fclose, even when fclose fails | Roberto Ierusalimschy | 2006-05-08 | 1 | -3/+3 | |
* | empty string may cause out-of-bound access | Roberto Ierusalimschy | 2006-01-28 | 1 | -2/+2 | |
* | detail | Roberto Ierusalimschy | 2006-01-18 | 1 | -4/+5 | |
* | small optimizations (lua_newtable -> lua_createtable) | Roberto Ierusalimschy | 2005-12-29 | 1 | -4/+4 | |
* | 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 |