52 Commits (21259a50e12ca45669379a4b37fbe7e502cdd22d)

Author SHA1 Message Date
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy fffb6f3814 no more MINPOWER2 23 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 099442c41f better separation between basic types 24 years ago
Roberto Ierusalimschy 1f917e709c better use of extra include files (both for tests and for old_ansi) 24 years ago
Roberto Ierusalimschy a894499566 details 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 8c49e19865 explicit control of size for growing vectors 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy 37e9c2e744 macro DEBUG renamed to LUA_DEBUG 24 years ago
Roberto Ierusalimschy b892f0a877 new API function `createuserdata' 24 years ago
Roberto Ierusalimschy 0ffc676ce7 details 24 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago
Roberto Ierusalimschy 190c3be739 details 25 years ago
Roberto Ierusalimschy ed1751bc32 details 25 years ago
Roberto Ierusalimschy ef62b340e0 code cleaner for 16 bits. 25 years ago
Roberto Ierusalimschy 87367e97f3 more information about memory use 25 years ago
Roberto Ierusalimschy 73aa465a8e some name changes 25 years ago
Roberto Ierusalimschy 977b8f65f0 comment detail. 25 years ago
Roberto Ierusalimschy 3c9d999424 many details (most by lhf). 25 years ago
Roberto Ierusalimschy 74f1c3d025 small changes for "clean C" 25 years ago
Roberto Ierusalimschy ea45f3eb28 better separation between debug code and regular code 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy 1b15206cf9 many details + code redistribution 25 years ago
Roberto Ierusalimschy c5fa0895e9 table sizes don't need to be primes; power of 2 gives the same performance. 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy 910836fb53 warnings from Visual C++ 25 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy abfc885079 when debugging, move and erase old blocks to realloc. 26 years ago
Roberto Ierusalimschy 48326500d0 longer marks when controling memory leaks 26 years ago
Roberto Ierusalimschy c390f73e3b block must always have a power-of-2 size (even at the limit) 26 years ago
Roberto Ierusalimschy ae9fd122fa vector do not need to grow until MINSIZE 26 years ago
Roberto Ierusalimschy 038848eccd better control of vector when DEBUGing 26 years ago
Roberto Ierusalimschy 6a853fcb8b details (from lhf) 26 years ago
Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors 26 years ago
Roberto Ierusalimschy 9d7bae0b6a better instrumentation for internal debugging 26 years ago
Roberto Ierusalimschy bc930aa5ff "free" usually handles NULL; handle non ANSI case separately. 26 years ago
Roberto Ierusalimschy 758a381644 "realloc" usually implements "malloc"; handle non ANSI case separately. 26 years ago
Roberto Ierusalimschy 994aba062b when debuging, blocks must be kept in double allignment. 27 years ago
Roberto Ierusalimschy 9618aaf07d small corrections in comments 27 years ago
Roberto Ierusalimschy 0969a971cd better use of "ASSERT". 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 00c122cc29 other distribution of memory debug information. 27 years ago