Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -10/+2 |
* | use macros for 'getc' | Roberto Ierusalimschy | 2001-07-16 | 1 | -3/+3 |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -7/+7 |
* | small bug in read_chars (fread x eof) | Roberto Ierusalimschy | 2001-07-12 | 1 | -9/+10 |
* | new macro to control format for `read"*n"' | Roberto Ierusalimschy | 2001-06-28 | 1 | -2/+2 |
* | new `read' option `*u' (read-until) + simpler implementation for `read' | Roberto Ierusalimschy | 2001-06-22 | 1 | -78/+84 |
* | C++ warning | Roberto Ierusalimschy | 2001-06-08 | 1 | -8/+5 |
* | details | Roberto Ierusalimschy | 2001-06-07 | 1 | -2/+2 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -45/+49 |
* | name changes | Roberto Ierusalimschy | 2001-04-23 | 1 | -7/+7 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -5/+7 |
* | open functions are lua_Cfunctions | Roberto Ierusalimschy | 2001-03-06 | 1 | -2/+3 |
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -3/+3 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -126/+126 |
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -3/+3 |
* | new semantics for pushuserdata | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 |
* | <read(0)> tests for EOF | Roberto Ierusalimschy | 2001-02-09 | 1 | -13/+21 |
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 1 | -19/+15 |
* | details | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+2 |
* | 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 |