fallback.c
|
small corrections to avoid warnings.
|
1995-10-02 14:03:33 -03:00 |
fallback.h
|
fallback for "call expression not a function" errors
|
1994-11-21 16:22:58 -02:00 |
hash.c
|
calls to "lua_reportbug" changed to "lua_error", since
|
1995-05-02 15:43:03 -03:00 |
hash.h
|
control of garbage collection is done with Longs, as there can be
|
1995-01-12 12:19:04 -02:00 |
inout.c
|
new lua function "getstack"; new interface to function luaI_reportbug.
|
1995-05-16 14:23:58 -03:00 |
inout.h
|
new lua function "getstack"; new interface to function luaI_reportbug.
|
1995-05-16 14:23:58 -03:00 |
iolib.c
|
function "stat" needs "sys/types.h"
|
1995-02-06 17:36:13 -02:00 |
lex.c
|
small correction to avoid problems with DOS/Windows
|
1995-10-03 15:06:10 -03:00 |
lua.c
|
included string.h
|
1995-02-07 14:04:15 -02:00 |
lua.h
|
new API function lua_pushlocked
|
1995-01-27 15:19:06 -02:00 |
lua.stx
|
syntax for {...;...} is more flexible now.
|
1995-06-08 16:47:28 -03:00 |
lualib.h
|
no special treatment for C++ (this should be done in the C++ code)
|
1994-12-13 13:59:16 -02:00 |
luamem.c
|
header "string.h" was missing (gcc does not warn that)
|
1995-02-06 17:34:03 -02:00 |
luamem.h
|
strdup is done via mem.c to control its memory allocation
|
1995-01-14 13:40:26 -02:00 |
makefile
|
use yacc++ instead of yacc.
|
1995-02-02 17:04:16 -02:00 |
mathlib.c
|
new function "atan2".
|
1995-10-04 10:52:09 -03:00 |
mathlib.h
|
Math library to LUA
|
1993-12-17 16:41:19 -02:00 |
opcode.c
|
small corrections to avoid warnings.
|
1995-10-02 14:03:33 -03:00 |
opcode.h
|
run-time stack now is controled at run time, instead of
|
1995-04-11 14:56:30 -03:00 |
strlib.c
|
new function for copy strings (strdup is not ANSI)
|
1995-02-06 17:37:51 -02:00 |
strlib.h
|
String library to LUA
|
1993-12-17 16:41:19 -02:00 |
table.c
|
small corrections to avoid uninitialized global variables.
|
1995-09-15 17:47:53 -03:00 |
table.h
|
better control of integer types and their limits
|
1994-12-20 19:20:36 -02:00 |
tree.c
|
control of garbage collection is done with Longs, as there can be
|
1995-01-12 12:19:04 -02:00 |
tree.h
|
control of garbage collection is done with Longs, as there can be
|
1995-01-12 12:19:04 -02:00 |
types.h
|
type names changed to avoid clashes
|
1995-02-06 17:32:43 -02:00 |
ugly.h
|
small changes in 'ugly' part.
|
1994-11-13 12:39:04 -02:00 |