1972 Commits (829befcc4198a98412757ad8bf4f67091564b515)
 

Author SHA1 Message Date
Roberto Ierusalimschy 829befcc41 small optimization for object comparison 22 years ago
Roberto Ierusalimschy d477e4ffd6 detail 22 years ago
Roberto Ierusalimschy ce09af1e25 easier to define `api_check' using `assert' 22 years ago
Roberto Ierusalimschy 98d0b79613 EXIT_SUCCESS may be different from 0 22 years ago
Roberto Ierusalimschy e8f35fc4ff unification of __index & __gettable (and __newindex & __settable) 22 years ago
Roberto Ierusalimschy 6fb0fd5063 avoid `reclearing' weak tables 22 years ago
Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 22 years ago
Roberto Ierusalimschy f6bc7884be new generators for reading a file line by line 22 years ago
Roberto Ierusalimschy 32a5d96dfc `setmetatable' cannot change protected objects 22 years ago
Roberto Ierusalimschy 8dae071f42 details 22 years ago
Roberto Ierusalimschy afe1305b1a avoid luaS_resize (which may need extra memory) during `main' activities 22 years ago
Roberto Ierusalimschy 728fa167d2 cannot raise memory error when realloc to smaller block 22 years ago
Roberto Ierusalimschy 1bdde38bd2 no more newlines at the end of error messages 22 years ago
Roberto Ierusalimschy b2bc3b44b6 no more reserved word "global" 23 years ago
Roberto Ierusalimschy 7c0ccdfd61 avoid the use of "enum" in the API, as they do not have a fixed representation 23 years ago
Roberto Ierusalimschy 4964e7c8a0 details 23 years ago
Roberto Ierusalimschy 2c670baf24 avoid the use of "obvious" names in header files to avoid conflicts 23 years ago
Roberto Ierusalimschy fdafd4f4a8 new structure for collectable objects, sharing a common header 23 years ago
Roberto Ierusalimschy beeff4ccaf GC metamethod stored in a weak metatable being collected together with 23 years ago
Roberto Ierusalimschy 12c4e48506 `frontier' patterns 23 years ago
Roberto Ierusalimschy c78aaa9a70 better line number for function definitions 23 years ago
Roberto Ierusalimschy 4d7a554921 style for switch statements 23 years ago
Roberto Ierusalimschy fbc23d0245 details 23 years ago
Roberto Ierusalimschy 81a8845e4f detail 23 years ago
Roberto Ierusalimschy 6c283b2f4f new simetric format for ABC instructions, to avoid exchanging operands 23 years ago
Roberto Ierusalimschy 576bded513 details 23 years ago
Roberto Ierusalimschy ecc7769de2 names... 23 years ago
Roberto Ierusalimschy da19c436cc cleaning the stage for generational collection 23 years ago
Roberto Ierusalimschy 0039feb9da warning from Visual C 23 years ago
Roberto Ierusalimschy aa5b15f271 detail 23 years ago
Roberto Ierusalimschy 653416d5c0 angles in radians(!) 23 years ago
Roberto Ierusalimschy 82a3be0671 some corrections + angles in radians 23 years ago
Roberto Ierusalimschy 94b5ad31f4 details 23 years ago
Roberto Ierusalimschy 90d26b9266 update of `debug' library (Lua binding) 23 years ago
Roberto Ierusalimschy a048d71ef3 new LUA_USERCONFIG to include user options 23 years ago
Roberto Ierusalimschy 27f8a4a69e towards 5.0 (one more step)... 23 years ago
Roberto Ierusalimschy 8e4ac679ff use a linear count for count hook 23 years ago
Roberto Ierusalimschy 221b5be7b7 use of `LoadState' struct (instead of several separate arguments) 23 years ago
Roberto Ierusalimschy b6791f5fa5 details 23 years ago
Roberto Ierusalimschy 3b058177af towards 5.0 alpha... 23 years ago
Roberto Ierusalimschy 586e510577 details 23 years ago
Roberto Ierusalimschy 9998082839 external messages add their own extra information 23 years ago
Roberto Ierusalimschy 08da48a73c detail 23 years ago
Roberto Ierusalimschy 00a40f4d6a ensure proper rounding 23 years ago
Roberto Ierusalimschy 3bb5079dd4 ensure fixed order for library initialization 23 years ago
Roberto Ierusalimschy 5016f43aa4 (much) cleaner way to control function states 23 years ago
Roberto Ierusalimschy c1c100a0c0 warnings in other compilers 23 years ago
Roberto Ierusalimschy b6e2f1a86e small bugs when stack is reallocated 23 years ago
Roberto Ierusalimschy 260e35f576 the usual... 23 years ago
Roberto Ierusalimschy a56e01a9a0 towards 5.0 alpha... 23 years ago