137 Commits (b7be05ad276360ab4f5464e344079662fcebb13c)

Author SHA1 Message Date
Roberto Ierusalimschy 7dfa4cd655 first implementation of light C functions 15 years ago
Roberto Ierusalimschy d394d5536a new macro 'eqstr' 15 years ago
Roberto Ierusalimschy d00d2eaf51 small changes in 'luaO_pushvfstring' 15 years ago
Roberto Ierusalimschy 3bae8e047c typo (thanks to Gavin) 15 years ago
Roberto Ierusalimschy 3c4d970a7b comment typos 15 years ago
Roberto Ierusalimschy 062e809e54 new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and 15 years ago
Roberto Ierusalimschy 49a67c6d3f new macro 'NILCONSTANT' to initialize nil constants 15 years ago
Roberto Ierusalimschy 6a024df440 new function 'luaO_arith' to perform basic arithmetic operations 16 years ago
Roberto Ierusalimschy 57f8414de1 small bug in 'luaV_concat' (L->top was left incorrect in some cases) 16 years ago
Roberto Ierusalimschy 6905ae900b Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) 16 years ago
Roberto Ierusalimschy a76fa25199 'ceillog2' now is exported (other modules may need it) 17 years ago
Roberto Ierusalimschy fabdaa37b6 'lua_pushfstring' raises an error if called with invalid format 17 years ago
Roberto Ierusalimschy ad60b3ead7 avoid the use of "exotic" libc functions 17 years ago
Roberto Ierusalimschy 94d40f3980 luaO_log2 can be private to ltable.c 18 years ago
Roberto Ierusalimschy 4d7cfff6df comments 18 years ago
Roberto Ierusalimschy 3ca9af51a4 emergency garbage collector (core forces a GC when allocation fails) 19 years ago
Roberto Ierusalimschy 298ae7e230 complete support for hexadecimal constants 19 years ago
Roberto Ierusalimschy dd1221582b details 19 years ago
Roberto Ierusalimschy c505f341d6 small changes in casts 19 years ago
Roberto Ierusalimschy 8e48ebb638 no more L in numer-operator macros (some functions that use those macros 19 years ago
Roberto Ierusalimschy 95f3eefa5b small optimization 20 years ago
Roberto Ierusalimschy 1a343814d8 details 20 years ago
Roberto Ierusalimschy c2f065f405 detail 20 years ago
Roberto Ierusalimschy 90de38bf1f warnings in VS .Net 20 years ago
Roberto Ierusalimschy f21e9c172f details 20 years ago
Roberto Ierusalimschy c2bb9abcec better quotes for strings in error messages 20 years ago
Roberto Ierusalimschy 04c41444e2 wrong comment corrected 20 years ago
Roberto Ierusalimschy 370d31a559 `luac´ -> `luai' (to avoid confusion with other luac stuff) 20 years ago
Roberto Ierusalimschy f8df21bd20 `luaconf.h´ exports all its definitions always (so all of them 20 years ago
Roberto Ierusalimschy b5b230d95c fewer #include's in luaconf.h 20 years ago
Roberto Ierusalimschy 8ddfe3df29 macros for all arithmetic operations over lua_Numbers 20 years ago
Roberto Ierusalimschy 1d99a7360b details 20 years ago
Roberto Ierusalimschy 737ec947d3 better implementation for `floating-point bytes' 20 years ago
Roberto Ierusalimschy bd38017ddf small optimization for table size in machines with double allignment 20 years ago
Roberto Ierusalimschy 76d8b8db06 `lua_pushfstring' now supports `%p' option too 21 years ago
Roberto Ierusalimschy 1c459b881f accept `\r' as newline when looking for line end 21 years ago
Roberto Ierusalimschy b4cd38ba6c new scheme for configuration through `luaconf.h' 21 years ago
Roberto Ierusalimschy 47fc57a252 `TObject' renamed to `TValue' + other name changes and better assertions 21 years ago
Roberto Ierusalimschy b93f67f2ce detail 22 years ago
Roberto Ierusalimschy 01b303c87e simpler log2 implementation 22 years ago
Roberto Ierusalimschy 0d88545b82 warnings from several compilers (mainly typecasts when lua_Number is float) 22 years ago
Roberto Ierusalimschy 60c83ded30 small optimization for sizes of array constructors 22 years ago
Roberto Ierusalimschy 635b7c707d details 22 years ago
Roberto Ierusalimschy 27c6b4d422 each .c file defines its own name 22 years ago
Roberto Ierusalimschy ddc144e4d2 keep L->ci->base in L->base for faster access 22 years ago
Roberto Ierusalimschy dff9be4224 new macros to distinguish different types of object moves (for future GC 22 years ago
Roberto Ierusalimschy 84e0b1bc97 small changes in type configuration facilities 22 years ago
Roberto Ierusalimschy b3d0682fb9 use of different buffers for scanner and concatenation 22 years ago
Roberto Ierusalimschy 829befcc41 small optimization for object comparison 22 years ago
Roberto Ierusalimschy 565e6d74e1 state's buffer is used only for chars 22 years ago