84 Commits (21259a50e12ca45669379a4b37fbe7e502cdd22d)

Author SHA1 Message Date
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 abdbe883a8 first implementation of unrestricted static scoping 24 years ago
Roberto Ierusalimschy e1d072571e better syntax for type casts 24 years ago
Roberto Ierusalimschy 8c8ad5f3ff better locality of assignment of table values 24 years ago
Roberto Ierusalimschy c3d72096c4 use a table to find (and reuse) constants when parsing 24 years ago
Roberto Ierusalimschy 95988676d8 small bug when creating AsBc instructions in 16-bit machines 24 years ago
Roberto Ierusalimschy a598804a04 small bug in luaK_self (side effects) 24 years ago
Roberto Ierusalimschy 8e586c13fc cleaner way to ensure alignment for strings and userdata 24 years ago
Roberto Ierusalimschy 89c301d180 `(exp)' adjusts exp to 1 result 24 years ago
Roberto Ierusalimschy 0a1b1acdd3 details about opcode parameters 24 years ago
Roberto Ierusalimschy cbc59592ff new definition for `luaD_call' and `luaD_adjusttop' 24 years ago
Roberto Ierusalimschy 0267168675 details. 24 years ago
Roberto Ierusalimschy ba11831d35 smaller structs for udata and for strings 24 years ago
Roberto Ierusalimschy d5b83ead90 new implementation for userdatas, without `keys' 24 years ago
Roberto Ierusalimschy 762d059a13 new implementation for the Virtual Machine 24 years ago
Roberto Ierusalimschy 572a69b6af name changes 24 years ago
Roberto Ierusalimschy a68635a919 list constructors do not adjust last expression 24 years ago
Roberto Ierusalimschy dd3a63c205 new way to handle `profiles' 24 years ago
Roberto Ierusalimschy 5e870f86a2 optimization for tailcall does not seem to pay itself 24 years ago
Roberto Ierusalimschy 8399df5dcf detail 24 years ago
Roberto Ierusalimschy 39b7978329 first (big) step to support wide chars 24 years ago
Roberto Ierusalimschy 95da574dbc some compilers (wrongly) complain about that 24 years ago
Roberto Ierusalimschy 6548bf7462 warnings from Visual C 24 years ago
Roberto Ierusalimschy 7178a5e34a new way to handle top x L->top 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 4ac58853dc thead-specific state separated from "global" state 24 years ago
Roberto Ierusalimschy a04de4f0ad no more END opcode 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 4894c27962 lua_Number defined in lua.h (1st version) 24 years ago
Roberto Ierusalimschy 01b00cc292 better control over extensions of char/short to int 24 years ago
Roberto Ierusalimschy dad808a73a new way to count `nblocks' for GC (try to count bytes). 24 years ago
Roberto Ierusalimschy 100bfec39a new implementation for `next' 25 years ago
Roberto Ierusalimschy 44eb7d91ac comments 25 years ago
Roberto Ierusalimschy 58453dc1e1 small bug in symbolic execution 25 years ago
Roberto Ierusalimschy daf09c476f still better error messages 25 years ago
Roberto Ierusalimschy e238efc536 default now is multi-state 25 years ago
Roberto Ierusalimschy 5f22f8961c better code for unary/binary operators 25 years ago
Roberto Ierusalimschy 0802a9df9e no more options for debug information: it is always on 25 years ago
Roberto Ierusalimschy f90bc248b3 new structure for line information 25 years ago
Roberto Ierusalimschy 435f587ed0 (much) better handling of memory alloction errors 25 years ago
Roberto Ierusalimschy cfba572076 remove dummy argument in LUA_ASSERT 25 years ago
Roberto Ierusalimschy 014a09c509 better error messages 25 years ago
Roberto Ierusalimschy afef009fce new version of debug system 25 years ago
Roberto Ierusalimschy b69e712713 new way to generate SETLINEs 25 years ago
Roberto Ierusalimschy f517759507 details 25 years ago
Roberto Ierusalimschy 2e1b32d873 optimizations for "while 1", "until nil", and the like 25 years ago
Roberto Ierusalimschy 1de5587184 `lua.h' is included before any other Lua header file 25 years ago