99 Commits (b1141427991dea7a96597f2aacdedf243b60decd)

Author SHA1 Message Date
Roberto Ierusalimschy b93f67f2ce detail 22 years ago
Roberto Ierusalimschy 01b303c87e simpler log2 implementation 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy 635b7c707d details 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 829befcc41 small optimization for object comparison 22 years ago
Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 22 years ago
Roberto Ierusalimschy 4964e7c8a0 details 23 years ago
Roberto Ierusalimschy c1c100a0c0 warnings in other compilers 23 years ago
Roberto Ierusalimschy 79c8edb6c4 new names for light userdata operations 23 years ago
Roberto Ierusalimschy 864c96f36c new fallback for equality `__eq' 23 years ago
Roberto Ierusalimschy fa23301251 defintions for lua_number2str and lua_str2number don't need to be public 23 years ago
Roberto Ierusalimschy 5094c37988 `strconc' -> `concat' 23 years ago
Roberto Ierusalimschy 955def0348 new names for string formating functions 23 years ago
Roberto Ierusalimschy b7a0503c1d new format for error messages 23 years ago
Roberto Ierusalimschy dea6b6da94 new function `lua_vpushstr' to replace uses of `sprintf' 23 years ago
Roberto Ierusalimschy 0dbf0c5953 new format for test intructions (handle NaN correctly) 23 years ago
Roberto Ierusalimschy f388ee4a82 new way to handle errors 23 years ago
Roberto Ierusalimschy 237969724f support for `light' userdata + simpler support for `boxed' udata 23 years ago
Roberto Ierusalimschy 53aaee6ee6 comments 23 years ago
Roberto Ierusalimschy f856fdeabd details 23 years ago
Roberto Ierusalimschy 9aff171f3b new type `boolean' 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 21aa7e55f2 optimization for array part of a Table 23 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 72d3d155b0 detail 24 years ago
Roberto Ierusalimschy dfd7ce74cf buffer should be void *, as char now is not that neutral... 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 52ee91dd73 better encapsulation of some types 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 24 years ago
Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy 0183b8030c `free' gets size of the block: complete control over memory use 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy 8b88ab07f7 more controled use of `sprintf' 24 years ago
Roberto Ierusalimschy 0ffc676ce7 details 24 years ago
Roberto Ierusalimschy d6232a0b2e better treatment for source names 24 years ago
Roberto Ierusalimschy 001f2bdd0e new definition for types-tags 24 years ago
Roberto Ierusalimschy 6759f3ec5e no more `proprietary' convertion algorithm (too complex) 24 years ago
Roberto Ierusalimschy f6834f4393 new API function `lua_type' + new type lua_Type 24 years ago