1470 Commits (8823f371a2a63f634121a0c16cb1d02e5ce9f5c5)
 

Author SHA1 Message Date
Roberto Ierusalimschy 8823f371a2 new header to put together debug-related declarations 24 years ago
Roberto Ierusalimschy e506b864cd no need for tags in boxed values :-( 24 years ago
Roberto Ierusalimschy 9a231afa97 top must be updated when there is any error 24 years ago
Roberto Ierusalimschy 4ab6acacdf better control of relationship top x L->top 24 years ago
Roberto Ierusalimschy 6858763994 bug in lua_pushuserdata(L, NULL) 24 years ago
Roberto Ierusalimschy b68fb7f62e `assert' returns its first argument 24 years ago
Roberto Ierusalimschy 60ff79451c detail in error message 24 years ago
Roberto Ierusalimschy 44a53df688 better to avoid dirty tricks 24 years ago
Roberto Ierusalimschy 63a822c8e1 all boxed types start with their tags 24 years ago
Roberto Ierusalimschy 09def5da44 small corrections 24 years ago
Roberto Ierusalimschy 6b71a9cfe5 smaller tables for machines with 8-bit alignment 24 years ago
Roberto Ierusalimschy fa8c44b510 avoid the use of "reopen" (not that standard) 24 years ago
Roberto Ierusalimschy 3b6f8bfbe6 simpler implementation of for loops 24 years ago
Roberto Ierusalimschy caf01b5bfa better implementation for list "for" 24 years ago
Roberto Ierusalimschy ca1f28b829 avoid side-effects on macros that may use twice their arguments 24 years ago
Roberto Ierusalimschy b82242d4c4 detail 24 years ago
Roberto Ierusalimschy ac390020e9 optimizations based on all types but number and nil are pointers 24 years ago
Roberto Ierusalimschy 9b45439860 details 24 years ago
Roberto Ierusalimschy 7959f3aebb easier way to erase 'dead' keys 24 years ago
Roberto Ierusalimschy bce6572579 new macros + new names to facilitate compilation of threaded version 24 years ago
Roberto Ierusalimschy a53d9b66ca first implementation for type names 24 years ago
Roberto Ierusalimschy c8559e3c8d a small optimization 24 years ago
Roberto Ierusalimschy 71ae4801d6 macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core 24 years ago
Roberto Ierusalimschy 6fda6a5302 support for multiple stacks sharing the same global environment 24 years ago
Roberto Ierusalimschy 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy f2c451d745 all accesses to TObjects done through macros 24 years ago
Roberto Ierusalimschy 619edfd9e4 details 24 years ago
Roberto Ierusalimschy a04de4f0ad no more END opcode 24 years ago
Roberto Ierusalimschy a653d93a43 string comparison only needs to test for "less than" 24 years ago
Roberto Ierusalimschy 321c7fb6f8 details 24 years ago
Roberto Ierusalimschy dabb19fc17 specialized versions for luaH_set (numbers and strings) 24 years ago
Roberto Ierusalimschy 08496eea8b small changes in lstring 24 years ago
Roberto Ierusalimschy 4ff5545709 new macro pushliteral 24 years ago
Roberto Ierusalimschy 595e449537 tighter size for error buffers 24 years ago
Roberto Ierusalimschy a907aeeb1e general corrections 24 years ago
Roberto Ierusalimschy 76f62fc5a1 correct size only after malloc success 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 6af005ec20 bug: when `read' fails it must return nil (and not no value) 24 years ago
Roberto Ierusalimschy f8a0fd268e temporary version 24 years ago
Roberto Ierusalimschy 0066bbbb0b details 24 years ago
Roberto Ierusalimschy 1db05793a0 `time' does not need to correct its table argument (use `date' for that) 24 years ago
Roberto Ierusalimschy af97be026b new function for time and date 24 years ago
Roberto Ierusalimschy cce8ebd306 obsolete `format' option (d$). 24 years ago
Roberto Ierusalimschy 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 10ac68c648 first implementation for position captures 24 years ago
Roberto Ierusalimschy 01b00cc292 better control over extensions of char/short to int 24 years ago
Roberto Ierusalimschy fc7b167ae0 BUG: parser does not accept a `;' after a `return' 24 years ago
Roberto Ierusalimschy 96253ed8ce better support for 64-bit machines (avoid excessive use of longs) 24 years ago
Roberto Ierusalimschy 35d6b15057 some cleaning 24 years ago