Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call hooks can only be called when `pc' is active (that is, inside | Roberto Ierusalimschy | 2000-10-04 | 3 | -19/+30 |
* | details. | Roberto Ierusalimschy | 2000-10-03 | 4 | -14/+23 |
* | easier way to change type Number | Roberto Ierusalimschy | 2000-10-03 | 2 | -4/+11 |
* | no more `proprietary' convertion algorithm (too complex) | Roberto Ierusalimschy | 2000-10-03 | 1 | -56/+7 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 15 | -102/+125 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 8 | -62/+87 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 18 | -63/+95 |
* | small optimizations | Roberto Ierusalimschy | 2000-09-29 | 1 | -13/+11 |
* | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 2000-09-27 | 4 | -23/+33 |
* | lua_tag should return LUA_NOTAG for non-valid indices | Roberto Ierusalimschy | 2000-09-27 | 2 | -3/+9 |
* | new version of protected execution | Roberto Ierusalimschy | 2000-09-25 | 5 | -100/+149 |
* | lua_state (now called `L') should not be global | Roberto Ierusalimschy | 2000-09-25 | 1 | -3/+2 |
* | GC may crash when checking C closures | Roberto Ierusalimschy | 2000-09-25 | 2 | -2/+6 |
* | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 2000-09-25 | 3 | -3/+14 |
* | `read("*w")' should return nil at EOF | Roberto Ierusalimschy | 2000-09-22 | 2 | -2/+12 |
* | wrong assertv4.0-beta | Roberto Ierusalimschy | 2000-09-21 | 1 | -2/+1 |
* | by lhf | Roberto Ierusalimschy | 2000-09-21 | 1 | -3/+2 |
* | final version (by lhf) | Roberto Ierusalimschy | 2000-09-20 | 1 | -32/+36 |
* | macros to do jumps | Roberto Ierusalimschy | 2000-09-20 | 2 | -20/+23 |
* | Tochange | Roberto Ierusalimschy | 2000-09-20 | 1 | -5/+9 |
* | error messages in lower case. | Roberto Ierusalimschy | 2000-09-20 | 1 | -2/+2 |
* | warnings in Solaris | Roberto Ierusalimschy | 2000-09-19 | 1 | -3/+3 |
* | final version for 4.0 beta | Roberto Ierusalimschy | 2000-09-18 | 1 | -3/+3 |
* | changes by lhf | Roberto Ierusalimschy | 2000-09-18 | 2 | -12/+9 |
* | updates by lhf | Roberto Ierusalimschy | 2000-09-18 | 1 | -1029/+1154 |
* | small "by 1" bug | Roberto Ierusalimschy | 2000-09-18 | 1 | -2/+2 |
* | avoid assignment to local structure | Roberto Ierusalimschy | 2000-09-18 | 1 | -14/+13 |
* | details | Roberto Ierusalimschy | 2000-09-18 | 1 | -9/+9 |
* | new API function lua_rawget | Roberto Ierusalimschy | 2000-09-14 | 6 | -21/+40 |
* | details for OLD_ANSI | Roberto Ierusalimschy | 2000-09-13 | 1 | -1/+3 |
* | re-implementation of deprecated functions (wiht compiler option) | Roberto Ierusalimschy | 2000-09-13 | 1 | -10/+41 |
* | `back-up' definition for ERRORMESSAGE | Roberto Ierusalimschy | 2000-09-12 | 1 | -2/+16 |
* | details in ERRORMESSAGE | Roberto Ierusalimschy | 2000-09-12 | 1 | -11/+11 |
* | better standard error messages | Roberto Ierusalimschy | 2000-09-12 | 1 | -7/+14 |
* | field short_src | Roberto Ierusalimschy | 2000-09-12 | 1 | -1/+3 |
* | better name for source_id (short_src) | Roberto Ierusalimschy | 2000-09-12 | 2 | -4/+4 |
* | read patterns (deprecated) use new auxlib's buffer system | Roberto Ierusalimschy | 2000-09-12 | 1 | -3/+6 |
* | error codes as strings for dofile and dostring | Roberto Ierusalimschy | 2000-09-12 | 1 | -2/+4 |
* | ERRORMESSAGE uses auxlib's buffer to build message string | Roberto Ierusalimschy | 2000-09-12 | 1 | -18/+15 |
* | new function `luaL_addstring' | Roberto Ierusalimschy | 2000-09-12 | 2 | -2/+8 |
* | topointer handles only types that have no other "to" function | Roberto Ierusalimschy | 2000-09-12 | 1 | -6/+1 |
* | details | Roberto Ierusalimschy | 2000-09-12 | 2 | -4/+5 |
* | _ALERT is used (and assumed) only by the libs | Roberto Ierusalimschy | 2000-09-12 | 2 | -4/+6 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 14 | -122/+134 |
* | API functions check stack overflow | Roberto Ierusalimschy | 2000-09-11 | 2 | -5/+7 |
* | `lua_newstate' renamed to `lua_open' | Roberto Ierusalimschy | 2000-09-11 | 4 | -9/+9 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 13 | -211/+376 |
* | obsolete module | Roberto Ierusalimschy | 2000-09-11 | 1 | -80/+0 |
* | late `lbuiltin.c', now implemented through the official API (and | Roberto Ierusalimschy | 2000-09-05 | 1 | -0/+599 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 13 | -225/+262 |