48 Commits (91673a8ec0ae55e188a790bd2dfdc99246adf20e)

Author SHA1 Message Date
Roberto Ierusalimschy f99509581e Removed extra information from RCS keyword strings 6 years ago
Roberto Ierusalimschy e2b15aa21d janitor work on casts 7 years ago
Roberto Ierusalimschy e663a24ab0 more freedom in handling memory-allocation errors (not all allocations 7 years ago
Roberto Ierusalimschy 7622373033 using explicit tests for allocation overflow whenever possible 7 years ago
Roberto Ierusalimschy 49dfaf7447 avoid using one function for different tasks (malloc, free, etc.) 7 years ago
Roberto Ierusalimschy eb45f3a9b6 details in 'luaM_reallocvchar' 10 years ago
Roberto Ierusalimschy 6321041058 new macro 'luaM_reallocvchar' to allocate arrays of chars (avoids 10 years ago
Roberto Ierusalimschy ffe7401ceb avoid warnings in macro 'luaM_reallocv' + comments 10 years ago
Roberto Ierusalimschy d0c038da07 typo in comment 12 years ago
Roberto Ierusalimschy f993771c70 avoids warning with 'clang' + comment explaining macro 12 years ago
Roberto Ierusalimschy ca9c405fef some compilers (e.g., gcc C++) do not accept NULL as a pointer in 13 years ago
Roberto Ierusalimschy e21b26a964 avoid 'return' "to avoid warnings" 13 years ago
Roberto Ierusalimschy 055104f5b6 keep memory-error message in the global state, so that its use 15 years ago
Roberto Ierusalimschy 0bbdddc86b allocator function receives the tag of object being allocated in 'osize' 15 years ago
Roberto Ierusalimschy c6b442bd36 'luaM_freearray' does not need array type as argument 16 years ago
Roberto Ierusalimschy 08f902cf49 better documentation for auxiliary functions (that should be called only 18 years ago
Roberto Ierusalimschy bd869c7b31 details 18 years ago
Roberto Ierusalimschy 8718fda9b2 added LUAI_FUNC to functions not in the API 20 years ago
Roberto Ierusalimschy 2cbd9eecfb try to avoid warnings 20 years ago
Roberto Ierusalimschy 97e2dab1fb better control of overflows in size computations 20 years ago
Roberto Ierusalimschy 0e002005b1 better names for `luaM_free...' macros 20 years ago
Roberto Ierusalimschy 6f1ea817f5 better control over memory-size overflows 20 years ago
Roberto Ierusalimschy 751cd867d3 new way to handle errors 23 years ago
Roberto Ierusalimschy 72659a0605 no more explicit support for wide-chars; too much troble... 23 years ago
Roberto Ierusalimschy 4d0935ec0f better definition for `luaM_freelem' 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 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 426d3e43bd lock/unlock may use L + better structure for internal debug stuff 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 397905ef86 (much) better handling of memory alloction errors 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 eab57ed6fd details 25 years ago
Roberto Ierusalimschy acdb0b741e comments. 25 years ago
Roberto Ierusalimschy 29ede6aa13 first implementation of multiple states (reentrant code). 25 years ago
Roberto Ierusalimschy c787dccd9b "const" !!! 26 years ago
Roberto Ierusalimschy 72d675aba7 macros "growvector" and "reallocvector" more compact 26 years ago
Roberto Ierusalimschy 26d1e21c89 new way to handle "growing" vectors 26 years ago
Roberto Ierusalimschy 21cff3015a details (for regularity) 26 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
Roberto Ierusalimschy 9e029f98b9 details 27 years ago
Roberto Ierusalimschy 9ae0c082a3 small details by lint. 27 years ago
Roberto Ierusalimschy dadba4d6ed Interface to Memory Manager 28 years ago