2709 Commits (a666752b1d0a216902601a3dc4e670789d885bb3)
 

Author SHA1 Message Date
Roberto Ierusalimschy 71eb824036 details 20 years ago
Roberto Ierusalimschy 7b6c3b463e small optimizations 20 years ago
Roberto Ierusalimschy 0316308c0d removed dirt optimizations that gave small gains 20 years ago
Roberto Ierusalimschy 409ee99900 detail 20 years ago
Roberto Ierusalimschy 445eda7ead details 20 years ago
Roberto Ierusalimschy 092dc95b06 using `require' to implement `-l' 20 years ago
Roberto Ierusalimschy e6e543a534 better control for compatibility code 20 years ago
Roberto Ierusalimschy 1c9c886974 standard configuration should run out-of-the-box in "any" system 20 years ago
Roberto Ierusalimschy ade585bdf9 no more LUA_FIRSTINDEX 20 years ago
Roberto Ierusalimschy 04c41444e2 wrong comment corrected 20 years ago
Roberto Ierusalimschy 03fb3c39d4 change `#ifdef' for `#if defined' 20 years ago
Roberto Ierusalimschy 8af1ca02e0 LUA_USERCONFIG is no longer necessary 20 years ago
Roberto Ierusalimschy f1eb79fdf4 some line-edit facilities must free the line after its use 20 years ago
Roberto Ierusalimschy 408cb71795 avoid name conflict with some spurious included header files 20 years ago
Roberto Ierusalimschy 390256edf7 better name for GC pause 20 years ago
Roberto Ierusalimschy ad24cff0f1 lua_gc(STEP) returns whether collection cycle finished 20 years ago
Roberto Ierusalimschy 6d475731ca cleaner configuration for lua.c 20 years ago
Roberto Ierusalimschy f41fc0eb0e small bug: a GC step was not proportional to its "size" 20 years ago
Roberto Ierusalimschy d872090248 small errors in previous `ci' of luaconf.h. 20 years ago
Roberto Ierusalimschy fb0f95a2b7 call limit may be larger than shorts 20 years ago
Roberto Ierusalimschy d3a6d95b9a more cleaning on configurations 20 years ago
Roberto Ierusalimschy 47984a0cc2 internal definitions have prefix `luai_' 20 years ago
Roberto Ierusalimschy 086d6b09ce avoid name colision with `close' function 20 years ago
Roberto Ierusalimschy bfe2905618 avoid too much configuration options 20 years ago
Roberto Ierusalimschy 2cbd9eecfb try to avoid warnings 20 years ago
Roberto Ierusalimschy 4494094031 detail 20 years ago
Roberto Ierusalimschy 04bbd01171 new operation *t (for size of t) (may yet be removed...) 20 years ago
Roberto Ierusalimschy 9ffae705ee new "primitive" getn 20 years ago
Roberto Ierusalimschy 6bfef60e77 bug: rawset/rawget do not ignore extra arguments 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy d3902cfa81 entries `{[...] = ...}' need space too. 20 years ago
Roberto Ierusalimschy b5b230d95c fewer #include's in luaconf.h 20 years ago
Roberto Ierusalimschy 7d57ea70bc new `mod' (`%') operator 20 years ago
Roberto Ierusalimschy 2d5b923759 details 20 years ago
Roberto Ierusalimschy 192d185492 C module names may have an optional `l' prefix 20 years ago
Roberto Ierusalimschy e010ef8948 detail 20 years ago
Roberto Ierusalimschy 1e48b20ce0 `loadlib' not global anymore (packaged inside `package') 20 years ago
Roberto Ierusalimschy d1ed6e4c07 small bug: must use original (previous) base 20 years ago
Roberto Ierusalimschy b6a7983b65 USHRT_MAX may not fit in a (16-bit) int 20 years ago
Roberto Ierusalimschy 49f90ffdeb new functions (to complete math.h) 20 years ago
Roberto Ierusalimschy dcabf721f8 "coroutine.current" -> "running" (compatible with "running" status) 20 years ago
Roberto Ierusalimschy 5eeff89f32 comments 20 years ago
Roberto Ierusalimschy d6143b1d7b avoid access to undefined global variables 20 years ago
Roberto Ierusalimschy d55bb795fa details 20 years ago
Roberto Ierusalimschy d84cc9d2db small bug 20 years ago
Roberto Ierusalimschy 7d45a5f48f C functions and userdata also have environments 20 years ago
Roberto Ierusalimschy 73d7640244 more secure way to stop GC cycles during finalizers 20 years ago
Roberto Ierusalimschy a9af455b32 detail 20 years ago
Roberto Ierusalimschy 678d2fb2ac all collected userdata must go to the end of the list of finalizers 20 years ago