2012 Commits (43d1a6af12fb9cf20e55cc6ba8a1b0231d6b7a3c)
 

Author SHA1 Message Date
Roberto Ierusalimschy 43d1a6af12 detail 22 years ago
Roberto Ierusalimschy 3010eb0536 all objects with several children (tables, closures, stacks, prototypes) 22 years ago
Roberto Ierusalimschy 2f91f95d94 better control over GCObjects 22 years ago
Roberto Ierusalimschy 42dd080a2e details 22 years ago
Roberto Ierusalimschy 9957f7d598 better way to open libraries 22 years ago
Roberto Ierusalimschy ac27b7a842 avoid traversing extra elements when cleaning weak tables 22 years ago
Roberto Ierusalimschy 81e142fc14 detail (`key' is always on stack) 22 years ago
Roberto Ierusalimschy 63633c5b5f better name for `lua_movethread' 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 118347d8c3 new API for coroutines 22 years ago
Roberto Ierusalimschy 6820da5096 detail 22 years ago
Roberto Ierusalimschy c3eb4675b9 new module, ldump.c 22 years ago
Roberto Ierusalimschy 7e0f880bc5 C++ demands cast from void to specific types 22 years ago
Roberto Ierusalimschy 118e9cd843 new facility for dumping chunks 22 years ago
Roberto Ierusalimschy de00d0d0ad module for dumping chunks 22 years ago
Roberto Ierusalimschy 1713b64065 Writer type must be public (so, in lua.h) 22 years ago
Roberto Ierusalimschy 671dc6eec2 new version (from lhf) 22 years ago
Roberto Ierusalimschy e356a43dc0 C needs "union" (unlike C++) 22 years ago
Roberto Ierusalimschy f36038e42a assertion must be always valid (not only in debug mode) 22 years ago
Roberto Ierusalimschy 96e15b8501 threads now are real Lua objects, subject to garbage collection 22 years ago
Roberto Ierusalimschy 0fd91b1b08 optional limits for table.concat 22 years ago
Roberto Ierusalimschy a2b353e044 details 22 years ago
Roberto Ierusalimschy 92a2ef9dca field `__globals' protect global tables 22 years ago
Roberto Ierusalimschy 4fb9110a6e tests for compatibility functions lua_dostring/lua_dofile 22 years ago
Roberto Ierusalimschy 11886dc7b0 print error on stderr when _ALERT is not defined 22 years ago
Roberto Ierusalimschy 81bc5711a8 only one instance of registry and default metatable per global state 22 years ago
Roberto Ierusalimschy 6a77a6b73f avoid too much precision when printing numbers 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy 6823a2f57f better tokens for error messages 22 years ago
Roberto Ierusalimschy 313b2fe902 detail 22 years ago
Roberto Ierusalimschy 425e5813b0 free prototype in (more or less) the same order it is created by 22 years ago
Roberto Ierusalimschy 6505503b49 do not pretend that file is closed when close fails 22 years ago
Roberto Ierusalimschy ec748fcb0a correct handling of opened files in presence of memory allocation 22 years ago
Roberto Ierusalimschy c196348717 in case of memory allocation errors, sizecode and sizelineinfo can 22 years ago
Roberto Ierusalimschy 669129a6d8 io.lines() iterate over the standard input file 22 years ago
Roberto Ierusalimschy 46b063ef59 `undump' also uses private buffer 22 years ago
Roberto Ierusalimschy e1d5153a33 details 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 02afc892d5 new ANSI C does not assure that realloc(p,0) == free(p) 22 years ago
Roberto Ierusalimschy fa2f1ec7ba to avoid `strerror', define itself to something else; 22 years ago
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