Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | a file handle must be a userdata. | Roberto Ierusalimschy | 1997-06-27 | 1 | -1/+1 |
| | |||||
* | new method to handle current files, with global variables | Roberto Ierusalimschy | 1997-06-26 | 1 | -33/+56 |
| | | | | _INPUT and _OUTPUT. | ||||
* | new interface to "lua_seterrormethod" and "lua_settagmethod", to | Roberto Ierusalimschy | 1997-06-19 | 1 | -1/+2 |
| | | | | allow the use of Lua functions too. | ||||
* | error message always shows file names. | Roberto Ierusalimschy | 1997-06-18 | 1 | -3/+6 |
| | |||||
* | "lua_getobjname" must return "tag-method" and not "fallback". | Roberto Ierusalimschy | 1997-06-17 | 1 | -1/+1 |
| | |||||
* | udata is just void * again, so there is no point for function "getbyte". | Roberto Ierusalimschy | 1997-06-09 | 1 | -45/+0 |
| | |||||
* | correction of name (and "iternal" was wrong, any way). | Roberto Ierusalimschy | 1997-04-30 | 1 | -1/+1 |
| | |||||
* | one cannot "create" a userdata. | Roberto Ierusalimschy | 1997-04-08 | 1 | -2/+2 |
| | |||||
* | luaL check functions do not need the function name (it can be | Roberto Ierusalimschy | 1997-04-06 | 1 | -17/+16 |
| | | | | accessed via luadebug interface). | ||||
* | better error messages; | Roberto Ierusalimschy | 1997-04-04 | 1 | -6/+6 |
| | | | | better names for some API functions. | ||||
* | new function "getintmethod" | Roberto Ierusalimschy | 1997-04-02 | 1 | -4/+5 |
| | |||||
* | "getbyte" returns userdata size when called without second parameter. | Roberto Ierusalimschy | 1997-04-02 | 1 | -6/+10 |
| | |||||
* | first version of "setglobal" and "getglobal" internal methods. | Roberto Ierusalimschy | 1997-03-31 | 1 | -1/+1 |
| | |||||
* | new (internal?) functions to manipulate userdata | Roberto Ierusalimschy | 1997-03-26 | 1 | -3/+44 |
| | |||||
* | files now have proper tags. | Roberto Ierusalimschy | 1997-03-20 | 1 | -5/+8 |
| | |||||
* | new header 'auxlib.h' + new function luaL_verror | Roberto Ierusalimschy | 1997-03-18 | 1 | -6/+6 |
| | |||||
* | new module 'auxlib' centralizes functions to get/check parameters. | Roberto Ierusalimschy | 1997-03-17 | 1 | -12/+12 |
| | |||||
* | skips can be nested (why not?). | Roberto Ierusalimschy | 1997-03-05 | 1 | -3/+9 |
| | |||||
* | useless include. | Roberto Ierusalimschy | 1996-11-22 | 1 | -1/+0 |
| | |||||
* | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1996-11-20 | 1 | -2/+3 |
| | |||||
* | although an ANSI function, some systems do not offer "strerror" | Roberto Ierusalimschy | 1996-11-01 | 1 | -0/+4 |
| | |||||
* | new parameters for "read" and "write". BIG CHANGE. | Roberto Ierusalimschy | 1996-11-01 | 1 | -438/+124 |
| | |||||
* | some compilers do not accept "stdin"/"stdout" as constants. | Roberto Ierusalimschy | 1996-10-16 | 1 | -2/+3 |
| | |||||
* | "pushnil" is not needed (default return is nil). | Roberto Ierusalimschy | 1996-08-01 | 1 | -23/+6 |
| | |||||
* | small correction. | Roberto Ierusalimschy | 1996-05-27 | 1 | -2/+2 |
| | |||||
* | variables which contain string lengths must be long (if they also may | Roberto Ierusalimschy | 1996-05-22 | 1 | -13/+15 |
| | | | | be negative) or size_t. | ||||
* | small corrections. | Roberto Ierusalimschy | 1996-05-03 | 1 | -3/+2 |
| | |||||
* | new function "luaI_openlib" to help open libs. | Roberto Ierusalimschy | 1996-04-30 | 1 | -22/+22 |
| | |||||
* | "stat" is not ansi. | Roberto Ierusalimschy | 1996-04-23 | 1 | -7/+3 |
| | |||||
* | "exit" has an optional parameter of status. | Roberto Ierusalimschy | 1996-04-22 | 1 | -4/+3 |
| | |||||
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -3/+4 |
| | |||||
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -16/+26 |
| | |||||
* | small corrections. | Roberto Ierusalimschy | 1996-03-12 | 1 | -26/+4 |
| | |||||
* | function "write_quoted" rewritten more clearly. | Roberto Ierusalimschy | 1996-02-22 | 1 | -16/+7 |
| | |||||
* | more appropriate error message for "date" | Roberto Ierusalimschy | 1996-02-16 | 1 | -2/+2 |
| | |||||
* | a backslash followed by a newline allows the newline to go into | Roberto Ierusalimschy | 1996-02-09 | 1 | -6/+2 |
| | | | | a string. | ||||
* | new function "date", replaces old "date" and "time". | Roberto Ierusalimschy | 1996-02-09 | 1 | -36/+22 |
| | |||||
* | new option "q" in function "write", to write literal strings. | Roberto Ierusalimschy | 1996-02-05 | 1 | -6/+38 |
| | |||||
* | "read('s')" was "eating" delimiter. | Roberto Ierusalimschy | 1996-01-29 | 1 | -3/+3 |
| | |||||
* | add_char now is global. | Roberto Ierusalimschy | 1996-01-22 | 1 | -40/+36 |
| | | | | time returns week-day. | ||||
* | bug: "read" with format MUST read given number of chars (if file ends | Roberto Ierusalimschy | 1996-01-12 | 1 | -5/+17 |
| | | | | | before that reports an error, returning nil). "readuntil" can be called with nil or no parameters to read until EOF. | ||||
* | "read" must return 'nil' on EOF. | Roberto Ierusalimschy | 1995-11-10 | 1 | -1/+6 |
| | |||||
* | re-implementation of functions "write" and "read" | Roberto Ierusalimschy | 1995-11-10 | 1 | -253/+256 |
| | |||||
* | print_stack now gets a parameter (file to print); | Roberto Ierusalimschy | 1995-11-03 | 1 | -115/+64 |
| | | | | small changes. | ||||
* | functions now may be declared with any "var" as a name; | Roberto Ierusalimschy | 1995-10-26 | 1 | -13/+26 |
| | | | | | therefore they do not have a "baptism" name. Changes in debug API to acomodate that. | ||||
* | small changes in the format of debug information. | Roberto Ierusalimschy | 1995-10-23 | 1 | -4/+5 |
| | |||||
* | new module luadebug.h. | Roberto Ierusalimschy | 1995-10-17 | 1 | -2/+31 |
| | |||||
* | bug. "fgets" reads n-1 chars. | Roberto Ierusalimschy | 1995-10-11 | 1 | -2/+2 |
| | |||||
* | new option for "writeto" and "readfrom", to allow piped I/O on | Roberto Ierusalimschy | 1995-10-04 | 1 | -31/+38 |
| | | | | machines that support it. | ||||
* | function "stat" needs "sys/types.h" | Roberto Ierusalimschy | 1995-02-06 | 1 | -1/+2 |
| |