2778 Commits (80a267b1307107745f166c4043d8ea28c881d2f3)
 

Author SHA1 Message Date
Roberto Ierusalimschy 80a267b130 avoid $URL for ident; it is reserved in subversion 18 years ago
Roberto Ierusalimschy 3182ac69a7 towards 5.2 + detail in authors + avoiding reverse plicks 18 years ago
Roberto Ierusalimschy dead3858b8 detail 18 years ago
Roberto Ierusalimschy afa0d0ac0d new constant LUA_OK 18 years ago
Roberto Ierusalimschy 742b8be0c1 detail 18 years ago
Roberto Ierusalimschy 285f926140 avoid using index 0 for free list of references (because it is not 18 years ago
Roberto Ierusalimschy 3c8865cf66 detail 18 years ago
Roberto Ierusalimschy 569a326931 small optimization for ""..x 18 years ago
Roberto Ierusalimschy d1ef7e0ec6 avoid local "pc" in interpreter loop (tricky optimization with no real gain) 18 years ago
Roberto Ierusalimschy d513c3c66b bug: os.date throws error when result is the empty string 18 years ago
Roberto Ierusalimschy 93d3c8450c bug: string.format("%") reads past the string 18 years ago
Roberto Ierusalimschy 8667f29c3b behavior of 'strchr(x, 0)' is ill defined. 18 years ago
Roberto Ierusalimschy d22526ec30 'lua_strlen' is for compatibility only 18 years ago
Roberto Ierusalimschy bd869c7b31 details 18 years ago
Roberto Ierusalimschy d5a23dde90 little better error messages for internal arrays overflows 18 years ago
Roberto Ierusalimschy a7c9e45c64 avoid trailing white spaces 18 years ago
Roberto Ierusalimschy cedd2092eb 'coroutine.running' should return nil (instead of nothing) for main thread 18 years ago
Roberto Ierusalimschy c473818017 avoid "too complex" conditional expression (some compilers get confused...) 18 years ago
Roberto Ierusalimschy 6087e67771 no more compatibility option for long strings 18 years ago
Roberto Ierusalimschy 93bf618504 BUG: there is only one C stack, so nCcalls must be global 18 years ago
Roberto Ierusalimschy dfe2f1eeff macros luai_num* take a state L (when available) as argument, to allow 19 years ago
Roberto Ierusalimschy ca7e5b5cb6 wrong message error in some cases involving closures 19 years ago
Roberto Ierusalimschy 5019b2dd20 math.log now accepts an optional base 19 years ago
Roberto Ierusalimschy 33e7bc88f8 comment 19 years ago
Roberto Ierusalimschy fa0c03aaa6 details 19 years ago
Roberto Ierusalimschy 3fa47c5dc1 bugs now are against 5.1.1 19 years ago
Roberto Ierusalimschy 0782416a74 bug: wrong limit for list constructors 19 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy c7b89dd280 small bug: should not use string after popping it 19 years ago
Roberto Ierusalimschy 74832b2a10 detail 19 years ago
Roberto Ierusalimschy ee41bc03ab details 19 years ago
Roberto Ierusalimschy 98194db429 details 19 years ago
Roberto Ierusalimschy fad7582c9a explicit test for common error (due to compatibility issue) 19 years ago
Roberto Ierusalimschy a62fca1ebb BUG: debug hooks may get wrong when mixed with coroutines 19 years ago
Roberto Ierusalimschy 2b5c1f99e5 small simplifications 19 years ago
Roberto Ierusalimschy e2dc5f5d15 extra assertion 19 years ago
Roberto Ierusalimschy ed64346b9d details 19 years ago
Roberto Ierusalimschy 475b0ecbf1 new macro LUA_RELEASE 19 years ago
Roberto Ierusalimschy 414359b2f1 new version number 19 years ago
Roberto Ierusalimschy 0079efc479 bug: collector did not compensate enough for userdata with finalizers 19 years ago
Roberto Ierusalimschy ad0765b4f0 subtle problem with the garbage collector 19 years ago
Roberto Ierusalimschy 20f4bbdc3a does not accept garbage after options (e.g., -ixxx) 19 years ago
Roberto Ierusalimschy c408158047 only destroy state after running all finalizers 19 years ago
Roberto Ierusalimschy 55e323190e files should not be operated after fclose, even when fclose fails 19 years ago
Roberto Ierusalimschy fe8f4c06f1 detail (better error message for invalid format) 19 years ago
Roberto Ierusalimschy c351392940 details 19 years ago
Roberto Ierusalimschy 18330b6091 lua_dostring/lua_dofile should return any values returned by the chunk 19 years ago
Roberto Ierusalimschy 8487913697 BUG: option '%q' for string.format does not handle '\r' correctly 19 years ago
Roberto Ierusalimschy 672bb67ee6 environment variable names should be configurable 19 years ago
Roberto Ierusalimschy 90df6b7a54 detail 19 years ago