Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid conflicts in (re)definition of `isatty' | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+4 |
* | do not mix `--help' with `--' | Roberto Ierusalimschy | 2003-03-24 | 1 | -1/+5 |
* | better error message | Roberto Ierusalimschy | 2003-03-19 | 1 | -2/+3 |
* | `loadlib' now an official library | Roberto Ierusalimschy | 2003-03-17 | 1 | -1/+2 |
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -8/+8 |
* | comments | Roberto Ierusalimschy | 2003-03-07 | 1 | -1/+4 |
* | argv[0] may be NULL | Roberto Ierusalimschy | 2003-01-29 | 1 | -2/+2 |
* | "panic" cannot happen in lua.c, with lua_cpcall + | Roberto Ierusalimschy | 2003-01-29 | 1 | -16/+11 |
* | use the more modern _POSIX_C_SOURCE instead of older _POSIX_SOURCE | Roberto Ierusalimschy | 2003-01-17 | 1 | -2/+2 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -12/+37 |
* | avoid non-raw accesses to globals when variable may not exist | Roberto Ierusalimschy | 2002-12-04 | 1 | -4/+7 |
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -8/+3 |
* | option -l does a `require', instead of `dofile' | Roberto Ierusalimschy | 2002-11-19 | 1 | -17/+28 |
* | C function may leave garbage on the stack (besides return values) | Roberto Ierusalimschy | 2002-11-14 | 1 | -3/+5 |
* | better way to open libraries | Roberto Ierusalimschy | 2002-11-11 | 1 | -12/+25 |
* | detail | Roberto Ierusalimschy | 2002-10-21 | 1 | -3/+3 |
* | EXIT_SUCCESS may be different from 0 | Roberto Ierusalimschy | 2002-09-20 | 1 | -2/+2 |
* | no more newlines at the end of error messages | Roberto Ierusalimschy | 2002-09-05 | 1 | -5/+2 |
* | new LUA_USERCONFIG to include user options | Roberto Ierusalimschy | 2002-08-13 | 1 | -1/+9 |
* | use a linear count for count hook | Roberto Ierusalimschy | 2002-08-12 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-08-08 | 1 | -2/+2 |
* | ensure fixed order for library initialization | Roberto Ierusalimschy | 2002-08-07 | 1 | -9/+10 |
* | `luadebug.h' content now is included in `lua.h' | Roberto Ierusalimschy | 2002-08-06 | 1 | -2/+1 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -36/+38 |
* | ^D in interactive mode finish interaction (no questions asked) | Roberto Ierusalimschy | 2002-07-10 | 1 | -5/+4 |
* | new way to handle macros read_line/save_line | Roberto Ierusalimschy | 2002-07-10 | 1 | -38/+47 |
* | new options; no more _ALERT; no more getargs | Roberto Ierusalimschy | 2002-07-09 | 1 | -144/+120 |
* | details (temporary?) | Roberto Ierusalimschy | 2002-06-26 | 1 | -5/+2 |
* | more robust when printing error messages | Roberto Ierusalimschy | 2002-06-20 | 1 | -4/+9 |
* | accept option arguments without spaces (e.g. "-eprint(a)") | Roberto Ierusalimschy | 2002-06-18 | 1 | -8/+10 |
* | better treatment for error messages | Roberto Ierusalimschy | 2002-06-18 | 1 | -20/+24 |
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 1 | -2/+2 |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -9/+17 |
* | details | Roberto Ierusalimschy | 2002-05-23 | 1 | -9/+9 |
* | _ALERT is a private afair of lua.c | Roberto Ierusalimschy | 2002-05-16 | 1 | -6/+14 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -6/+18 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -79/+68 |
* | details | Roberto Ierusalimschy | 2002-04-23 | 1 | -11/+12 |
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 1 | -5/+5 |
* | `baselib' splited in `baselib' and `tablib' | Roberto Ierusalimschy | 2002-04-09 | 1 | -1/+2 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-04-01 | 1 | -3/+2 |
* | small bug if LUA_USERINIT leaves garbage on the stack | Roberto Ierusalimschy | 2002-03-27 | 1 | -2/+3 |
* | detail | Roberto Ierusalimschy | 2002-02-15 | 1 | -2/+2 |
* | get error messages from luaL_errstr | Roberto Ierusalimschy | 2002-02-14 | 1 | -6/+5 |
* | prints any results returned by chunk | Roberto Ierusalimschy | 2002-02-14 | 1 | -8/+6 |
* | incomplete lines (by lhf) | Roberto Ierusalimschy | 2002-02-07 | 1 | -110/+132 |
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 1 | -3/+2 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -59/+58 |