Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1996-05-06 | unused "#include".v2.4 | Roberto Ierusalimschy | 1 | -9/+9 |
1996-05-06 | update of dependencies from "#include"s. | Roberto Ierusalimschy | 1 | -3/+3 |
1996-05-06 | new version. | Roberto Ierusalimschy | 1 | -2/+2 |
1996-05-06 | tables may grow bigger than words. | Roberto Ierusalimschy | 2 | -30/+31 |
1996-05-06 | as strings are no more duplicated, "nextvar" can use "pushstring". | Roberto Ierusalimschy | 1 | -6/+2 |
1996-05-03 | small corrections. | Roberto Ierusalimschy | 2 | -4/+11 |
1996-05-03 | "isatty" is POSIX, but not ANSI. | Roberto Ierusalimschy | 1 | -2/+3 |
1996-04-30 | new function "luaI_openlib" to help open libs. | Roberto Ierusalimschy | 4 | -55/+79 |
1996-04-29 | new algotithm to adjust garbage collection: it tries to adapt gc calls | Roberto Ierusalimschy | 1 | -9/+7 |
1996-04-29 | no more "lua_Reference"; new return value for "append"; | Roberto Ierusalimschy | 1 | -22/+17 |
1996-04-25 | lua_Reference is int, so say so. | Roberto Ierusalimschy | 5 | -20/+18 |
1996-04-25 | "malloc.h" is not ansi. | Roberto Ierusalimschy | 1 | -2/+2 |
1996-04-23 | "stat" is not ansi. | Roberto Ierusalimschy | 1 | -7/+3 |
1996-04-23 | "fileno" is not ansi. | Roberto Ierusalimschy | 1 | -2/+2 |
1996-04-22 | "exit" has an optional parameter of status. | Roberto Ierusalimschy | 1 | -4/+3 |
1996-04-22 | lock mechanism seperseded by the REFERENCE mechanism. | Roberto Ierusalimschy | 9 | -93/+163 |
1996-04-01 | page size "letter". | Roberto Ierusalimschy | 1 | -3/+3 |
1996-03-22 | smaller limit to stack size (otherwise C stack can finish first)v2.4-beta | Roberto Ierusalimschy | 1 | -2/+6 |
1996-03-22 | small "abstraction" | Roberto Ierusalimschy | 1 | -11/+12 |
1996-03-21 | small bug in strfind. | Roberto Ierusalimschy | 1 | -2/+2 |
1996-03-21 | new version | Roberto Ierusalimschy | 1 | -2/+2 |
1996-03-21 | a simplification about memory error messages. | Roberto Ierusalimschy | 5 | -37/+21 |
1996-03-21 | better control when growing arrays. | Roberto Ierusalimschy | 8 | -50/+68 |
1996-03-20 | hook variables are global, no more "lua_set...hook" functions. | Roberto Ierusalimschy | 3 | -42/+23 |
1996-03-19 | dofile accepts pre-compiled chunks. | Roberto Ierusalimschy | 1 | -10/+23 |
1996-03-19 | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 1 | -8/+22 |
1996-03-19 | functions "lua_is..." consider coercions. | Roberto Ierusalimschy | 5 | -52/+41 |
1996-03-19 | unused "#include" | Roberto Ierusalimschy | 4 | -7/+4 |
1996-03-15 | new module "undump.o" | Roberto Ierusalimschy | 2 | -42/+11 |
1996-03-15 | small correction | Roberto Ierusalimschy | 1 | -2/+2 |
1996-03-15 | "openfile" now returns the file | Roberto Ierusalimschy | 2 | -15/+10 |
1996-03-15 | integration with undump (execution of pre-compiled chuncks) | Roberto Ierusalimschy | 2 | -29/+32 |
1996-03-14 | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1 | -8/+46 |
1996-03-14 | added cast instead of union [lazy?] | Luiz Henrique de Figueiredo | 1 | -3/+3 |
1996-03-14 | "lua_ntable" and "lua_nconstant" are public (undump.c uses them). | Roberto Ierusalimschy | 2 | -4/+6 |
1996-03-14 | creation of strings must call garbage collector. | Roberto Ierusalimschy | 1 | -1/+2 |
1996-03-14 | new function "luaI_buffer". | Roberto Ierusalimschy | 2 | -2/+13 |
1996-03-14 | new functions "rename" and "tmpname". | Roberto Ierusalimschy | 1 | -16/+26 |
1996-03-14 | "freefunc" now is public. | Roberto Ierusalimschy | 2 | -3/+5 |
1996-03-14 | both "write" and "format" need "addquoted". | Roberto Ierusalimschy | 1 | -1/+2 |
1996-03-14 | new option 'q' in function "format". | Roberto Ierusalimschy | 1 | -1/+16 |
1996-03-14 | no more "ugly" programs. | Roberto Ierusalimschy | 1 | -23/+2 |
1996-03-12 | removed tf->marked=0; | Luiz Henrique de Figueiredo | 1 | -2/+1 |
1996-03-12 | small corrections. | Roberto Ierusalimschy | 2 | -28/+6 |
1996-03-11 | moved some includes from undump.h | Luiz Henrique de Figueiredo | 1 | -30/+30 |
1996-03-11 | moved some includes to undump.c | Luiz Henrique de Figueiredo | 1 | -6/+3 |
1996-03-08 | undump.c is now a module | Luiz Henrique de Figueiredo | 1 | -33/+159 |