Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | details | Roberto Ierusalimschy | 2001-11-27 | 1 | -2/+2 |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2001-09-25 | 1 | -4/+4 |
* | new syntax "= exp" to rpint exp + simplifications | Roberto Ierusalimschy | 2001-08-30 | 1 | -38/+50 |
* | unused definition | Roberto Ierusalimschy | 2001-06-11 | 1 | -5/+1 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -2/+3 |
* | old signature for lua_open | Roberto Ierusalimschy | 2001-03-09 | 1 | -2/+2 |
* | `atoi' does not have a wide-char equivalent | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -53/+53 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -9/+13 |
* | better way to handle multi-line input (with concat) | Roberto Ierusalimschy | 2001-02-14 | 1 | -29/+29 |
* | easier to add new initialization functions | Roberto Ierusalimschy | 2001-02-06 | 1 | -3/+11 |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -16/+20 |
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -2/+2 |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 |
* | more controled use of `sprintf' | Roberto Ierusalimschy | 2000-10-20 | 1 | -4/+4 |
* | no more USERINIT (macro) | Roberto Ierusalimschy | 2000-10-17 | 1 | -7/+3 |