Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua_settagmethod does not return old tag method | Roberto Ierusalimschy | 2000-10-31 | 1 | -2/+1 |
* | new macro LUALIB_API (so the lib can be a separate DLL) | Roberto Ierusalimschy | 2000-10-27 | 1 | -2/+2 |
* | in function `read_file', realloc() doesn't free the buffer if it can't | Roberto Ierusalimschy | 2000-10-26 | 1 | -3/+6 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -21/+9 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -2/+2 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+2 |
* | `read("*w")' should return nil at EOF | Roberto Ierusalimschy | 2000-09-22 | 1 | -2/+2 |
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 1 | -2/+2 |
* | details for OLD_ANSI | Roberto Ierusalimschy | 2000-09-13 | 1 | -1/+3 |
* | details in ERRORMESSAGE | Roberto Ierusalimschy | 2000-09-12 | 1 | -11/+11 |
* | read patterns (deprecated) use new auxlib's buffer system | Roberto Ierusalimschy | 2000-09-12 | 1 | -3/+6 |
* | ERRORMESSAGE uses auxlib's buffer to build message string | Roberto Ierusalimschy | 2000-09-12 | 1 | -18/+15 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -10/+8 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -34/+53 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -28/+47 |
* | new API functions `pop', `insert', and `move' | Roberto Ierusalimschy | 2000-08-31 | 1 | -9/+9 |
* | details | Roberto Ierusalimschy | 2000-08-31 | 1 | -3/+4 |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+2 |
* | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 2000-08-29 | 1 | -42/+58 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -87/+109 |
* | simpler way to access _INPUT and _OUTPUT | Roberto Ierusalimschy | 2000-08-22 | 1 | -66/+46 |
* | new name for `lua_[sg]etglobaltable' | Roberto Ierusalimschy | 2000-08-14 | 1 | -3/+3 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | better control over use of `errno' | Roberto Ierusalimschy | 2000-06-20 | 1 | -3/+4 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | files are closed when collected (again) | Roberto Ierusalimschy | 2000-05-30 | 1 | -2/+14 |
* | functions `for...' and `raw...' are obsolete now | Roberto Ierusalimschy | 2000-05-26 | 1 | -3/+8 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -12/+16 |
* | defines for _ERRORMESSAGE and _ALERT | Roberto Ierusalimschy | 2000-05-09 | 1 | -3/+3 |
* | more uniform names | Roberto Ierusalimschy | 2000-04-24 | 1 | -2/+2 |
* | new names for debug types | Roberto Ierusalimschy | 2000-03-30 | 1 | -2/+2 |
* | message detail | Roberto Ierusalimschy | 2000-03-22 | 1 | -2/+2 |
* | new implementation for handling I/O tags + setglobal TM for tracing | Roberto Ierusalimschy | 2000-03-20 | 1 | -120/+136 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -8/+5 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -18/+20 |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -26/+22 |
* | more debug information (still with bug for tag methods...) | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+5 |
* | better error messages | Roberto Ierusalimschy | 1999-12-28 | 1 | -14/+11 |
* | no more "lua" in error messages | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 1 | -3/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -180/+182 |
* | new warnings with option "-W" (gcc) | Roberto Ierusalimschy | 1999-11-09 | 1 | -2/+2 |
* | default `success' for exit is more useful. | Roberto Ierusalimschy | 1999-10-26 | 1 | -2/+2 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -3/+2 |
* | Visual C++ warning | Roberto Ierusalimschy | 1999-10-11 | 1 | -2/+2 |
* | read patterns are deprecated; new option `read(n)' to read n bytes. | Roberto Ierusalimschy | 1999-10-07 | 1 | -28/+77 |
* | details | Roberto Ierusalimschy | 1999-09-13 | 1 | -3/+3 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -24/+24 |
* | writeto, readfrom, and closefile must return an error code when | Roberto Ierusalimschy | 1999-08-10 | 1 | -11/+17 |
* | variables _INPUT and _OUTPUT should be read as rawglobal. | Roberto Ierusalimschy | 1999-07-22 | 1 | -2/+2 |