732 Commits (0e1058cfdd07a3751fce1c79b75241cf770266cf)
 

Author SHA1 Message Date
Roberto Ierusalimschy 2f1fa3d427 Type definitions for Lua objects 28 years ago
Roberto Ierusalimschy 189d64409b Garbage Collector 28 years ago
Roberto Ierusalimschy 60cc473bcf Lexical Analizer 28 years ago
Roberto Ierusalimschy 43a2ee6ea1 Stack and Call structure of Lua 28 years ago
Roberto Ierusalimschy 4b91e9cde6 Tag methods 28 years ago
Roberto Ierusalimschy 26c5f56ad1 Built-in functions 28 years ago
Roberto Ierusalimschy daa858ef27 String table (keep all strings handled by Lua) 28 years ago
Roberto Ierusalimschy ea169d2083 auxiliar functions from Lua API 28 years ago
Roberto Ierusalimschy c31aa863ac Auxiliar functions for building Lua libraries 28 years ago
Roberto Ierusalimschy ff08b0f406 Lua Function structures 28 years ago
Roberto Ierusalimschy c1801e623f Some generic functions over Lua objects 28 years ago
Roberto Ierusalimschy a404f6e0e6 Lua tables (hash) 28 years ago
Roberto Ierusalimschy 2d2440a753 Lua stand-alone interpreter 28 years ago
Roberto Ierusalimschy 0c4ed2b3dc main header file 28 years ago
Roberto Ierusalimschy b945fae40e Lua standard mathematical library 28 years ago
Roberto Ierusalimschy dadba4d6ed Interface to Memory Manager 28 years ago
Roberto Ierusalimschy d600a6b5b3 a generic input stream interface 28 years ago
Roberto Ierusalimschy 75ac0d2172 Standard library for strings and pattern-matching 28 years ago
Roberto Ierusalimschy 9f3785a2f3 Lua standard libraries 28 years ago
Roberto Ierusalimschy 84e92e0976 Debuging API 28 years ago
Roberto Ierusalimschy b8a049abed Global variables 28 years ago
Roberto Ierusalimschy e18f681333 very small corrections... 28 years ago
Roberto Ierusalimschy dd1aa28390 small optimization in opcodes for "and" and "or" 28 years ago
Roberto Ierusalimschy abbf14cd32 small optimizations; try to find previous use when coding a real constant. 28 years ago
Roberto Ierusalimschy e8292f076d new dependencies 28 years ago
Roberto Ierusalimschy 3037dccaf6 prime numbers spread better. 28 years ago
Roberto Ierusalimschy a7793468aa correct support for changing real to double (optional) 28 years ago
Roberto Ierusalimschy caa987faad "random" accepts an 'n' to return between 1 and 'n'. 28 years ago
Roberto Ierusalimschy 0892f0e5b7 BIG CHANGE: functions have their own "constant table". 28 years ago
Roberto Ierusalimschy 1d7857bc63 free(b) is equivalent to realloc(b, 0) 28 years ago
Roberto Ierusalimschy 72a1d81b51 bug: lua_getlocal breaks when called with a CFunction. 28 years ago
Roberto Ierusalimschy 2c580a0afb new way to handle global state during compilation. 28 years ago
Roberto Ierusalimschy 05e8b0ae80 new opcode, ENDCODE, to signal end of code vector. 28 years ago
Roberto Ierusalimschy 16dd77e8d9 unused field "size" in struct TFunc. 28 years ago
Roberto Ierusalimschy 0600f968c3 BUG: LUA_COMPAT2_5 written wrong... 28 years ago
Roberto Ierusalimschy 971b1d557d bug log. Most of the log is done automatically by RCS, and not in 28 years ago
Roberto Ierusalimschy 11d97c34d5 skipping of '#' in first line is done by lex.c. 28 years ago
Roberto Ierusalimschy 66be42549e BUG: files starting with '#' get wrong line numbers 28 years ago
Roberto Ierusalimschy 067db30d71 "next" & "nextvar" check if argument is a result of previous calls 28 years ago
Roberto Ierusalimschy da4dbe65b2 new functionality for "format": "%d$...". 28 years ago
Roberto Ierusalimschy 4321fde2a7 error inside an error method could break the stack. 28 years ago
Roberto Ierusalimschy 8f3df1d471 small details. 28 years ago
Roberto Ierusalimschy 1a17211707 auxliar support for "locale" (to avoid portability problems) 28 years ago
Roberto Ierusalimschy d56e3a6481 "locale" support + better uniformity in formating 28 years ago
Roberto Ierusalimschy 7820a47184 LOCALE support 28 years ago
Roberto Ierusalimschy 88b185ada1 more uniform source (more macros...) 28 years ago
Roberto Ierusalimschy ef3c45d523 for security reasons, one cannot change the tag of a udata 28 years ago
Roberto Ierusalimschy 20a48a818f a file handle must be a userdata. 28 years ago
Roberto Ierusalimschy c9e6ed1d9f small corrections. 28 years ago
Roberto Ierusalimschy 56fdab67d8 believe it or not, this makes a difference... 28 years ago