summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* very small corrections...oldluaRoberto Ierusalimschy1997-09-161-4/+5
* small optimization in opcodes for "and" and "or"Roberto Ierusalimschy1997-08-044-30/+16
* small optimizations; try to find previous use when coding a real constant.Roberto Ierusalimschy1997-07-311-37/+45
* new dependenciesRoberto Ierusalimschy1997-07-311-8/+6
* prime numbers spread better.Roberto Ierusalimschy1997-07-311-2/+2
* correct support for changing real to double (optional)Roberto Ierusalimschy1997-07-312-16/+15
* "random" accepts an 'n' to return between 1 and 'n'.Roberto Ierusalimschy1997-07-302-6/+12
* BIG CHANGE: functions have their own "constant table".Roberto Ierusalimschy1997-07-3012-277/+278
* free(b) is equivalent to realloc(b, 0)Roberto Ierusalimschy1997-07-302-4/+8
* bug: lua_getlocal breaks when called with a CFunction.Roberto Ierusalimschy1997-07-292-2/+5
* new way to handle global state during compilation.Roberto Ierusalimschy1997-07-294-188/+164
* new opcode, ENDCODE, to signal end of code vector.Roberto Ierusalimschy1997-07-291-2/+3
* unused field "size" in struct TFunc.Roberto Ierusalimschy1997-07-293-7/+6
* BUG: LUA_COMPAT2_5 written wrong...Roberto Ierusalimschy1997-07-292-2/+3
* bug log. Most of the log is done automatically by RCS, and not inRoberto Ierusalimschy1997-07-291-0/+2
* skipping of '#' in first line is done by lex.c.Roberto Ierusalimschy1997-07-292-7/+14
* BUG: files starting with '#' get wrong line numbersRoberto Ierusalimschy1997-07-071-2/+3
* "next" & "nextvar" check if argument is a result of previous callsRoberto Ierusalimschy1997-07-072-9/+13
* new functionality for "format": "%d$...".Roberto Ierusalimschy1997-07-042-16/+31
* error inside an error method could break the stack.Roberto Ierusalimschy1997-07-044-28/+41
* small details.Roberto Ierusalimschy1997-07-022-5/+6
* auxliar support for "locale" (to avoid portability problems)Roberto Ierusalimschy1997-07-021-0/+23
* "locale" support + better uniformity in formatingRoberto Ierusalimschy1997-07-021-42/+55
* LOCALE supportRoberto Ierusalimschy1997-07-015-45/+53
* more uniform source (more macros...)Roberto Ierusalimschy1997-07-011-131/+132
* for security reasons, one cannot change the tag of a udatav3_0v3.0Roberto Ierusalimschy1997-06-272-9/+9
* a file handle must be a userdata.Roberto Ierusalimschy1997-06-271-1/+1
* small corrections.Roberto Ierusalimschy1997-06-271-7/+7
* believe it or not, this makes a difference...Roberto Ierusalimschy1997-06-261-12/+15
* new name for _VERSION (standard of _UPPERCASES for pre-definedRoberto Ierusalimschy1997-06-261-2/+2
* new method to handle current files, with global variablesRoberto Ierusalimschy1997-06-262-75/+105
* new #define LUA_COMPAT2_5 to select "compatibility mode".Roberto Ierusalimschy1997-06-235-24/+36
* incompatibilities with 2.5 + restrictions on tag methodsRoberto Ierusalimschy1997-06-201-20/+48
* zio should not care about how a user creates a FILE (pipe, socket, popen,Roberto Ierusalimschy1997-06-202-46/+2
* better error message for dostring (2nd argument)Roberto Ierusalimschy1997-06-201-1/+3
* "testC" inactive (active only for tests)Roberto Ierusalimschy1997-06-191-2/+2
* new prefix luaZRoberto Ierusalimschy1997-06-191-7/+7
* dostring has an optional error method argumentRoberto Ierusalimschy1997-06-191-1/+10
* dostring has an optional error method argument;Roberto Ierusalimschy1997-06-191-11/+15
* counter for gsub only when there is a table (to keep full compatibility)Roberto Ierusalimschy1997-06-191-3/+4
* setparsedfile is extern; luaz_... changed to luaZ_...Roberto Ierusalimschy1997-06-192-16/+12
* new interface to "lua_seterrormethod" and "lua_settagmethod", toRoberto Ierusalimschy1997-06-195-22/+25
* luaI_initTFunc initializes fileName.Roberto Ierusalimschy1997-06-193-5/+4
* gsub aborts if error occurs.Roberto Ierusalimschy1997-06-191-2/+5
* macros don't need prototypes.Roberto Ierusalimschy1997-06-181-6/+4
* using old version functions.Roberto Ierusalimschy1997-06-182-4/+4
* #if wraps compatibility issueRoberto Ierusalimschy1997-06-181-5/+14
* do not use $...$ to italic.Roberto Ierusalimschy1997-06-181-7/+8
* new functions lua_doFILE and lua_dobuffer to help users...Roberto Ierusalimschy1997-06-182-19/+50
* exported functions follow "lua" prefix rule.Roberto Ierusalimschy1997-06-181-1/+10