Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | '_fseeki64' and family not available in all Windows platforms | Roberto Ierusalimschy | 2011-11-25 | 1 | -2/+4 |
| | |||||
* | 'luaIO_Stream' -> 'luaL_Stream' | Roberto Ierusalimschy | 2011-11-14 | 1 | -2/+2 |
| | |||||
* | strutcture for file handles exported in 'lauxlib.h' | Roberto Ierusalimschy | 2011-11-11 | 1 | -6/+2 |
| | |||||
* | small bug: error message in 'io.lines' is not the error number | Roberto Ierusalimschy | 2011-11-09 | 1 | -4/+5 |
| | |||||
* | using 'long' versions of 'fseek'/'ftell' when available | Roberto Ierusalimschy | 2011-09-13 | 1 | -6/+57 |
| | |||||
* | better error message when trying to open files | Roberto Ierusalimschy | 2011-08-02 | 1 | -6/+4 |
| | |||||
* | detail: factoring in common code for opening files and checking for | Roberto Ierusalimschy | 2011-07-28 | 1 | -16/+14 |
| | | | | errors | ||||
* | use standard "underscore + uppercases" for reserved keys in the registry | Roberto Ierusalimschy | 2011-06-27 | 1 | -2/+2 |
| | |||||
* | change in the representation of file handles | Roberto Ierusalimschy | 2011-06-21 | 1 | -139/+128 |
| | |||||
* | returns for file-related functions and process-related functions | Roberto Ierusalimschy | 2011-03-03 | 1 | -61/+12 |
| | | | | unified in 'auxlib' | ||||
* | correct interpretation of return value from pclose | Roberto Ierusalimschy | 2011-02-21 | 1 | -28/+34 |
| | |||||
* | p-close returns "correct" status plus type of termination | Roberto Ierusalimschy | 2011-02-10 | 1 | -16/+36 |
| | |||||
* | detail (cleaning trailing spaces) | Roberto Ierusalimschy | 2011-01-26 | 1 | -2/+2 |
| | |||||
* | new function 'luaL_setmetatable' | Roberto Ierusalimschy | 2010-11-10 | 1 | -3/+2 |
| | |||||
* | when reading blocks with given size, try to read whole block | Roberto Ierusalimschy | 2010-11-09 | 1 | -17/+24 |
| | | | | at once | ||||
* | when reading large files, double buffer size at each iteration | Roberto Ierusalimschy | 2010-11-08 | 1 | -4/+10 |
| | |||||
* | corrected warnings from different compilers (mostly casts and small | Roberto Ierusalimschy | 2010-10-25 | 1 | -2/+2 |
| | | | | details) | ||||
* | 'module'/'luaL_register' and associates are deprecated | Roberto Ierusalimschy | 2010-07-28 | 1 | -2/+2 |
| | |||||
* | 'lua_[gs]etenv' -> 'lua_[gs]etuservalue' | Roberto Ierusalimschy | 2010-07-25 | 1 | -4/+4 |
| | |||||
* | new module policy: C modules do not create globals and do not register | Roberto Ierusalimschy | 2010-07-02 | 1 | -3/+4 |
| | | | | | | themselves with 'require' (let 'require' do its work); new auxiliary functions luaL_newlib/luaL_newlibtable/luaL_setfuncs/luaL_requiref. Old luaL_register will be deprecated. | ||||
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -4/+4 |
| | |||||
* | avoid using function environments in C libraries (as it probably will | Roberto Ierusalimschy | 2010-03-17 | 1 | -24/+35 |
| | | | | be deprecated) | ||||
* | new option '*L' for io.read + options for io.lines | Roberto Ierusalimschy | 2010-03-03 | 1 | -24/+48 |
| | |||||
* | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 2009-12-17 | 1 | -2/+2 |
| | |||||
* | yet more options moved from luaconf.h into internal files | Roberto Ierusalimschy | 2009-12-17 | 1 | -1/+28 |
| | |||||
* | new mark LUAMOD_API for all luaopen_* functions | Roberto Ierusalimschy | 2009-11-24 | 1 | -2/+2 |
| | |||||
* | "file:write" returns "file" in case of success | Roberto Ierusalimschy | 2009-09-01 | 1 | -4/+7 |
| | |||||
* | ensures that argument 'mode' to 'io.open' matches "[rwa]%+?b?", to | Roberto Ierusalimschy | 2009-08-28 | 1 | -2/+11 |
| | | | | avoid passing invalid modes to 'fopen'. | ||||
* | closing a "popen" file returns the process exit status | Roberto Ierusalimschy | 2009-02-20 | 1 | -3/+8 |
| | |||||
* | 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 |
| | | | | string cannot be empty). | ||||
* | 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 |
| | | | | (like other luaL_check functions) | ||||
* | 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 |
| |