Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new name for POSIX flag (this one turns on some posix stuff in standard | Roberto Ierusalimschy | 1996-07-06 | 1 | -2/+2 |
| | | | | header files). | ||||
* | flag for direct execution is "-e"; argument with an "=" goes to | Roberto Ierusalimschy | 1996-07-05 | 1 | -3/+2 |
| | | | | direct execution, independently of flags. | ||||
* | when "block" is computed, "nentity" == "block". So the change is only | Roberto Ierusalimschy | 1996-06-18 | 1 | -2/+2 |
| | | | | a simpler way to write the same expression. | ||||
* | "lua_dofile" has a more informative return code. | Roberto Ierusalimschy | 1996-06-18 | 1 | -3/+5 |
| | |||||
* | "lua_dofile" returns different error codes if it could not open the file | Roberto Ierusalimschy | 1996-06-10 | 1 | -6/+8 |
| | |||||
* | new option "-x" to execute a string given as argument. | Roberto Ierusalimschy | 1996-06-10 | 1 | -62/+32 |
| | |||||
* | lexical analiser may use luaI_buffer, instead of waste space with | Roberto Ierusalimschy | 1996-05-30 | 1 | -74/+69 |
| | | | | a separate buffer. | ||||
* | first version of vararg facility (plus new function "call"). | Roberto Ierusalimschy | 1996-05-28 | 7 | -115/+217 |
| | |||||
* | small correction. | Roberto Ierusalimschy | 1996-05-27 | 1 | -2/+2 |
| | |||||
* | "luaI_malloc(s)" is just a macro to "luaI_realloc(NULL, s)". | Roberto Ierusalimschy | 1996-05-24 | 2 | -19/+10 |
| | |||||
* | variables which contain string lengths must be long (if they also may | Roberto Ierusalimschy | 1996-05-22 | 2 | -24/+26 |
| | | | | be negative) or size_t. | ||||
* | memory manager for old versions of Lua. It should be in RCS since | Roberto Ierusalimschy | 1996-05-06 | 0 | -0/+0 |
| | | | | the beginning. | ||||
* | unused "#include".v2.4 | Roberto Ierusalimschy | 1996-05-06 | 2 | -13/+10 |
| | |||||
* | update of dependencies from "#include"s. | Roberto Ierusalimschy | 1996-05-06 | 1 | -3/+3 |
| | |||||
* | new version. | Roberto Ierusalimschy | 1996-05-06 | 1 | -2/+2 |
| | |||||
* | tables may grow bigger than words. | Roberto Ierusalimschy | 1996-05-06 | 2 | -30/+31 |
| | |||||
* | as strings are no more duplicated, "nextvar" can use "pushstring". | Roberto Ierusalimschy | 1996-05-06 | 1 | -6/+2 |
| | |||||
* | small corrections. | Roberto Ierusalimschy | 1996-05-03 | 2 | -4/+11 |
| | |||||
* | "isatty" is POSIX, but not ANSI. | Roberto Ierusalimschy | 1996-05-03 | 1 | -2/+3 |
| | |||||
* | new function "luaI_openlib" to help open libs. | Roberto Ierusalimschy | 1996-04-30 | 4 | -55/+79 |
| | |||||
* | new algotithm to adjust garbage collection: it tries to adapt gc calls | Roberto Ierusalimschy | 1996-04-29 | 1 | -9/+7 |
| | | | | so that it collects half of the total objects when it is called. | ||||
* | no more "lua_Reference"; new return value for "append"; | Roberto Ierusalimschy | 1996-04-29 | 1 | -22/+17 |
| | | | | documentation of "exit" (it was not in the manual). | ||||
* | lua_Reference is int, so say so. | Roberto Ierusalimschy | 1996-04-25 | 5 | -20/+18 |
| | |||||
* | "malloc.h" is not ansi. | Roberto Ierusalimschy | 1996-04-25 | 1 | -2/+2 |
| | |||||
* | "stat" is not ansi. | Roberto Ierusalimschy | 1996-04-23 | 1 | -7/+3 |
| | |||||
* | "fileno" is not ansi. | Roberto Ierusalimschy | 1996-04-23 | 1 | -2/+2 |
| | |||||
* | "exit" has an optional parameter of status. | Roberto Ierusalimschy | 1996-04-22 | 1 | -4/+3 |
| | |||||
* | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 1996-04-22 | 9 | -93/+163 |
| | |||||
* | page size "letter". | Roberto Ierusalimschy | 1996-04-01 | 1 | -3/+3 |
| | |||||
* | smaller limit to stack size (otherwise C stack can finish first)v2.4-beta | Roberto Ierusalimschy | 1996-03-22 | 1 | -2/+6 |
| | |||||
* | small "abstraction" | Roberto Ierusalimschy | 1996-03-22 | 1 | -11/+12 |
| | |||||
* | small bug in strfind. | Roberto Ierusalimschy | 1996-03-21 | 1 | -2/+2 |
| | |||||
* | new version | Roberto Ierusalimschy | 1996-03-21 | 1 | -2/+2 |
| | |||||
* | a simplification about memory error messages. | Roberto Ierusalimschy | 1996-03-21 | 5 | -37/+21 |
| | |||||
* | better control when growing arrays. | Roberto Ierusalimschy | 1996-03-21 | 8 | -50/+68 |
| | |||||
* | hook variables are global, no more "lua_set...hook" functions. | Roberto Ierusalimschy | 1996-03-20 | 3 | -42/+23 |
| | |||||
* | dofile accepts pre-compiled chunks. | Roberto Ierusalimschy | 1996-03-19 | 1 | -10/+23 |
| | | | | | lua_is... do coercion. small correction: = versus ==. | ||||
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 1 | -8/+22 |
| | | | | small change when calling call hook. | ||||
* | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1996-03-19 | 5 | -52/+41 |
| | |||||
* | unused "#include" | Roberto Ierusalimschy | 1996-03-19 | 4 | -7/+4 |
| | |||||
* | new module "undump.o" | Roberto Ierusalimschy | 1996-03-15 | 2 | -42/+11 |
| | |||||
* | small correction | Roberto Ierusalimschy | 1996-03-15 | 1 | -2/+2 |
| | |||||
* | "openfile" now returns the file | Roberto Ierusalimschy | 1996-03-15 | 2 | -15/+10 |
| | |||||
* | integration with undump (execution of pre-compiled chuncks) | Roberto Ierusalimschy | 1996-03-15 | 2 | -29/+32 |
| | |||||
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -8/+46 |
| | | | | | new option 'q' for function "format". new example, about vararg. | ||||
* | added cast instead of union [lazy?] | Luiz Henrique de Figueiredo | 1996-03-14 | 1 | -3/+3 |
| | |||||
* | "lua_ntable" and "lua_nconstant" are public (undump.c uses them). | Roberto Ierusalimschy | 1996-03-14 | 2 | -4/+6 |
| | |||||
* | creation of strings must call garbage collector. | Roberto Ierusalimschy | 1996-03-14 | 1 | -1/+2 |
| | |||||
* | new function "luaI_buffer". | Roberto Ierusalimschy | 1996-03-14 | 2 | -2/+13 |
| | |||||
* | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1996-03-14 | 1 | -16/+26 |
| |