Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -1/+2 |
* | `newproxy' uses its own weaktable | Roberto Ierusalimschy | 2002-07-01 | 1 | -3/+1 |
* | new `luaL_weakregistry' function | Roberto Ierusalimschy | 2002-06-25 | 1 | -1/+3 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -3/+3 |
* | lua_load* defined in auxlib (and so renamed to luaL_load*) | Roberto Ierusalimschy | 2002-06-03 | 1 | -1/+11 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -2/+1 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -5/+5 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -3/+1 |
* | better support for new libraries | Roberto Ierusalimschy | 2002-04-02 | 1 | -3/+4 |
* | standard libraries in packages | Roberto Ierusalimschy | 2002-03-20 | 1 | -3/+4 |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 1 | -0/+4 |
* | some compatibility macros | Roberto Ierusalimschy | 2002-01-03 | 1 | -0/+9 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -4/+2 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -18/+18 |
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 1 | -1/+4 |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 1 | -4/+4 |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -2/+2 |
* | avoid use of l_char outside INTERNALs (use lua_char instead) | Roberto Ierusalimschy | 2001-04-06 | 1 | -15/+20 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -15/+15 |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -4/+4 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -1/+2 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -3/+3 |
* | all API functions are declared in a single line (to facilitate pre-processing). | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+2 |
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 1 | -18/+23 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -19/+21 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -2/+2 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+3 |
* | new function `luaL_addstring' | Roberto Ierusalimschy | 2000-09-12 | 1 | -1/+2 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+1 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -11/+36 |
* | no more support for single state | Roberto Ierusalimschy | 2000-09-04 | 1 | -41/+1 |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+3 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -7/+5 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -2/+2 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -11/+15 |
* | details | Roberto Ierusalimschy | 1999-12-29 | 1 | -28/+37 |
* | details | Roberto Ierusalimschy | 1999-12-03 | 1 | -3/+3 |
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 1 | -7/+9 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -22/+63 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -10/+10 |
* | format for file source is independent of "ldo". | Roberto Ierusalimschy | 1999-03-10 | 1 | -1/+3 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -1/+5 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 1 | -1/+2 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+6 |
* | luaL_arg_check now is inlined | Roberto Ierusalimschy | 1998-01-09 | 1 | -2/+6 |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -1/+8 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -1/+3 |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 |