Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Using LUAI_UAC* types more consistently on vararg calls | Roberto Ierusalimschy | 2016-12-20 | 1 | -3/+5 |
| | |||||
* | detail (macro 'l_checkmode' reimplemented as function) | Roberto Ierusalimschy | 2016-09-01 | 1 | -5/+6 |
| | |||||
* | 'io.read("n")' accepts both a dot and the locale point as its | Roberto Ierusalimschy | 2016-05-02 | 1 | -8/+11 |
| | | | | | radix character + 'MAXRN' -> 'L_MAXLENNUM' + small detail in 'test2' | ||||
* | easy the way to accept other modifiers for 'mode' in 'io.open' | Roberto Ierusalimschy | 2015-11-23 | 1 | -7/+13 |
| | |||||
* | bug: 'io.lines' does not check maximum number of options | Roberto Ierusalimschy | 2015-07-15 | 1 | -1/+8 |
| | |||||
* | detail (comment) | Roberto Ierusalimschy | 2015-07-07 | 1 | -2/+2 |
| | |||||
* | detail | Roberto Ierusalimschy | 2015-06-21 | 1 | -2/+2 |
| | |||||
* | more consistent use of locale radix character across Lua | Roberto Ierusalimschy | 2015-04-03 | 1 | -9/+4 |
| | |||||
* | detail (use 'lua_pushliteral' to push an empty string) | Roberto Ierusalimschy | 2015-03-06 | 1 | -2/+2 |
| | |||||
* | clearer(?) code (also avoids a warning about 'c' being used | Roberto Ierusalimschy | 2015-01-02 | 1 | -5/+3 |
| | | | | without initialization) | ||||
* | avoid memory errors while a file is locked (when reading a line) | Roberto Ierusalimschy | 2014-11-21 | 1 | -7/+16 |
| | |||||
* | comments (references to "ANSI C" changed to "ISO C", which is the | Roberto Ierusalimschy | 2014-11-02 | 1 | -3/+3 |
| | | | | international name | ||||
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -12/+4 |
| | | | | any other header file | ||||
* | LUA_WIN -> LUA_USE_WINDOWS | Roberto Ierusalimschy | 2014-10-31 | 1 | -3/+3 |
| | |||||
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
| | |||||
* | detail (using 'sizeof' instead of 'strlen' for length of a constantv5.3-beta | Roberto Ierusalimschy | 2014-10-22 | 1 | -2/+3 |
| | | | | string) | ||||
* | added 'l_' prefix for names that can be redefined externally | Roberto Ierusalimschy | 2014-10-22 | 1 | -4/+4 |
| | |||||
* | 'lua_stringtonum' -> 'lua_stringtonumber' | Roberto Ierusalimschy | 2014-10-17 | 1 | -4/+4 |
| | |||||
* | macros 'LUA_QL'/'LUA_QL' deprecated | Roberto Ierusalimschy | 2014-10-17 | 1 | -3/+3 |
| | |||||
* | 'lua_strtonum' -> 'lua_stringtonum' | Roberto Ierusalimschy | 2014-10-15 | 1 | -3/+3 |
| | |||||
* | details (comments) | Roberto Ierusalimschy | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | detail | Roberto Ierusalimschy | 2014-10-01 | 1 | -2/+2 |
| | |||||
* | small change to avoid bug in some versions of the clang compiler | Roberto Ierusalimschy | 2014-09-26 | 1 | -2/+7 |
| | |||||
* | added some casts between integral types (to avoid warnings) | Roberto Ierusalimschy | 2014-07-29 | 1 | -2/+2 |
| | |||||
* | detail (typos in comments) | Roberto Ierusalimschy | 2014-06-30 | 1 | -9/+9 |
| | |||||
* | if numeral overflows the reading buffer, signal it as invalid input | Roberto Ierusalimschy | 2014-06-02 | 1 | -3/+5 |
| | | | | (resulting in nil) | ||||
* | no more use of 'scanf' for reading numbers | Roberto Ierusalimschy | 2014-05-21 | 1 | -17/+81 |
| | |||||
* | using a more conventional handling of stack space in 'io_readline' | Roberto Ierusalimschy | 2014-05-15 | 1 | -3/+2 |
| | |||||
* | new API function 'lua_rotate' | Roberto Ierusalimschy | 2014-05-13 | 1 | -4/+2 |
| | |||||
* | old POSIX systems need '<sys/types.h>' for 'off_t' | Roberto Ierusalimschy | 2014-05-11 | 1 | -1/+3 |
| | |||||
* | initial '*' in 'io.read' formats is deprecated | Roberto Ierusalimschy | 2014-04-15 | 1 | -4/+4 |
| | |||||
* | with 64-bit integers, file offsets do not need to be floats | Roberto Ierusalimschy | 2014-03-19 | 1 | -4/+4 |
| | |||||
* | changing prefix of configurable macros from "lua_" to "l_" | Roberto Ierusalimschy | 2014-03-13 | 1 | -26/+26 |
| | |||||
* | simpler code to read a line from a file (using 'getc' or, if present, | Roberto Ierusalimschy | 2014-03-06 | 1 | -17/+24 |
| | | | | 'getc_unlocked') | ||||
* | more uniformity for defining system-dependent features | Roberto Ierusalimschy | 2014-02-26 | 1 | -20/+21 |
| | |||||
* | 'read_all' does not need to grow buffer, as 'luaL_prepbuffsize' | Roberto Ierusalimschy | 2014-02-21 | 1 | -11/+6 |
| | | | | already does that | ||||
* | comment | Roberto Ierusalimschy | 2014-01-27 | 1 | -2/+2 |
| | |||||
* | 'io.write' writes integers directly (and correctly) | Roberto Ierusalimschy | 2013-06-07 | 1 | -3/+5 |
| | |||||
* | new read format "*i" for reading integers | Roberto Ierusalimschy | 2013-05-14 | 1 | -1/+17 |
| | |||||
* | _FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier to | Roberto Ierusalimschy | 2013-04-11 | 1 | -11/+12 |
| | | | | use default definition for 'l_fseek' in ansi systems | ||||
* | logic for checking mode for 'fopen' moved to macro 'lua_checkmode'v5.2.2 | Roberto Ierusalimschy | 2013-03-21 | 1 | -10/+11 |
| | |||||
* | detail (error message) | Roberto Ierusalimschy | 2013-03-20 | 1 | -3/+2 |
| | |||||
* | macro 'lua_checkmode' + typos in comments | Roberto Ierusalimschy | 2013-03-16 | 1 | -2/+10 |
| | |||||
* | '_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 |