Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | details | Roberto Ierusalimschy | 2001-01-26 | 1 | -8/+6 | |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -7/+7 | |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -151/+90 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -4/+4 | |
* | details | Roberto Ierusalimschy | 2001-01-11 | 1 | -4/+4 | |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
* | bug: when `read' fails it must return nil (and not no value) | Roberto Ierusalimschy | 2000-12-22 | 1 | -10/+11 | |
* | `time' does not need to correct its table argument (use `date' for that) | Roberto Ierusalimschy | 2000-12-22 | 1 | -18/+11 | |
* | new function for time and date | Roberto Ierusalimschy | 2000-12-18 | 1 | -13/+104 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -2/+2 | |
* | some cleaning | Roberto Ierusalimschy | 2000-11-23 | 1 | -90/+38 | |
* | 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 |