63 Commits (dbbf6c073b4203169a0221a082f6d00ccb27754c)

Author SHA1 Message Date
Roberto Ierusalimschy 2ae9c856cf more uniform names 25 years ago
Roberto Ierusalimschy c845ec777a new order for modules (better locality??) 25 years ago
Roberto Ierusalimschy 4d4e6f07c0 all order operators use a single tag method (<) 25 years ago
Roberto Ierusalimschy 3bc925138e first version of code optimizer 25 years ago
Roberto Ierusalimschy 4343420d4d simplified version of `gc' tag method (only for userdata now). 25 years ago
Roberto Ierusalimschy 05f55cc062 more warning checking (mainly related to const strings). 26 years ago
Roberto Ierusalimschy 24a2c08145 details 26 years ago
Roberto Ierusalimschy aa9c75c06e no more EXTRALIBS (and new dependencies) 26 years ago
Roberto Ierusalimschy 76179a1014 compile option EXTRALIB for builtin functions that can be written in Lua. 26 years ago
Roberto Ierusalimschy 19de5b2205 new dependencies 26 years ago
Roberto Ierusalimschy e24f7fd2d2 details 26 years ago
Roberto Ierusalimschy 01772cefa5 new library for debbuging 26 years ago
Roberto Ierusalimschy eb45f8b631 details (dependencies) 27 years ago
Roberto Ierusalimschy 7e59a8901d NEW LL(1) PARSER 27 years ago
Roberto Ierusalimschy 054e0b888a number type in Lua changed for double (by default). 27 years ago
Roberto Ierusalimschy 0c031dcc8b details 27 years ago
Roberto Ierusalimschy 964c503a63 LUA_COMPAT2.5 may use #ifdef instead of #if 27 years ago
Roberto Ierusalimschy d916487d7c auxlib split in two parts (lauxlib and lbuffer) 27 years ago
Roberto Ierusalimschy 502343b402 new scheme for buffers, centralized in auxlib. 27 years ago
Roberto Ierusalimschy 592a3f289b first implementation of centralized global state. 27 years ago
Roberto Ierusalimschy 92791b9dd6 small details 27 years ago
Roberto Ierusalimschy e78cf96c97 first version of Cclosures. 27 years ago
Roberto Ierusalimschy 2bb94d9e22 using bison instead of yacc; lparser.c renamed to lstx.c (to 27 years ago
Roberto Ierusalimschy a580480b07 new implementation for globals: Global value is stored in TaggedString 28 years ago
Roberto Ierusalimschy 9828893f7e Makefile 28 years ago
Roberto Ierusalimschy e8292f076d new dependencies 28 years ago
Roberto Ierusalimschy 7820a47184 LOCALE support 28 years ago
Roberto Ierusalimschy e81f184164 new #define LUA_COMPAT2_5 to select "compatibility mode". 28 years ago
Roberto Ierusalimschy c9a2dfeb2c using "zio" for parsing Lua code. 28 years ago
Roberto Ierusalimschy cb1d8f0fa0 missing small dependency. 28 years ago
Roberto Ierusalimschy 3a9516ffc8 luaL check functions do not need the function name (it can be 28 years ago
Roberto Ierusalimschy f8a571ee35 some new options for warnings and optimizations. 28 years ago
Roberto Ierusalimschy 397e32399b update of ".h" dependencies 28 years ago
Roberto Ierusalimschy 373363cb69 new name for old "mem.h" (conflicts with some compiler libraries) 28 years ago
Roberto Ierusalimschy eea734aa88 new module 'auxlib' centralizes functions to get/check parameters. 28 years ago
Roberto Ierusalimschy c3c0b52a1f atualization of #include dependencies. 28 years ago
Roberto Ierusalimschy fd379b38f7 new flag for STRERROR; libs now are called lib... 28 years ago
Roberto Ierusalimschy a7ca46405d unused "#include". 29 years ago
Roberto Ierusalimschy 0e2297afaa update of dependencies from "#include"s. 29 years ago
Roberto Ierusalimschy 88cf0836fc "isatty" is POSIX, but not ANSI. 29 years ago
Roberto Ierusalimschy 25116a3065 "malloc.h" is not ansi. 29 years ago
Roberto Ierusalimschy 54ba642cc3 new module "undump.o" 29 years ago
Roberto Ierusalimschy ef94999647 parse.o was included twice in lua.a 29 years ago
Roberto Ierusalimschy 0f4903a5d7 new header "lex.h". 29 years ago
Roberto Ierusalimschy bbb23048e3 correction of dependencies (include's). 29 years ago
Roberto Ierusalimschy 19cfa32393 correction of dependencies from "luadebug.h". 29 years ago
Roberto Ierusalimschy 27ae8432b6 names generated by yacc (starting with "yy") are changed to start with 29 years ago
Roberto Ierusalimschy 3bb6443131 changes to improve portability 29 years ago
Roberto Ierusalimschy 2b45f8967c small bug 29 years ago
Roberto Ierusalimschy d80659759b new module luadebug.h. 29 years ago