auxlib.c
|
new header 'auxlib.h' + new function luaL_verror
|
1997-03-18 12:30:50 -03:00 |
auxlib.h
|
new header for auxiliar functions.
|
1997-03-18 12:30:50 -03:00 |
fallback.c
|
first version of "setglobal" and "getglobal" internal methods.
|
1997-03-31 17:59:09 -03:00 |
fallback.h
|
first version of "setglobal" and "getglobal" internal methods.
|
1997-03-31 17:59:09 -03:00 |
func.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
func.h
|
…
|
|
hash.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
hash.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
inout.c
|
"storeglobal" changed to "setglobal"
|
1997-04-01 16:02:43 -03:00 |
inout.h
|
first step in implementing internal methods.
|
1997-02-26 14:38:41 -03:00 |
iolib.c
|
"getbyte" returns userdata size when called without second parameter.
|
1997-04-02 14:44:18 -03:00 |
lex.c
|
small "bugs" detected by Purify: cannot read "next" after 0.
|
1997-04-01 18:23:20 -03:00 |
lex.h
|
syntax error function is in "lex.c" (it has the token)
|
1996-11-08 10:49:35 -02:00 |
lua.c
|
"dofile" and "dostring" may return values.
|
1996-09-24 14:30:28 -03:00 |
lua.h
|
lua_getuserdata must return NULL if object is not userdata
|
1997-04-02 14:44:18 -03:00 |
lua.stx
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
luadebug.h
|
…
|
|
lualib.h
|
new (internal?) functions to manipulate userdata
|
1997-03-26 19:23:15 -03:00 |
luamem.c
|
small "bugs" detected by Purify: some blocks may be smaller than
|
1997-04-01 18:23:20 -03:00 |
luamem.h
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
makefile
|
some new options for warnings and optimizations.
|
1997-03-31 17:58:42 -03:00 |
manual.tex
|
new explanation about communication between Lua and C.
|
1997-03-06 19:19:08 -03:00 |
mathlib.c
|
mathlib now uses i.m. for "pow" operator.
|
1997-03-21 15:37:28 -03:00 |
mathlib.h
|
…
|
|
opcode.c
|
lua_getuserdata must return NULL if object is not userdata;
|
1997-04-02 14:44:18 -03:00 |
opcode.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
strlib.c
|
new (internal?) functions to manipulate userdata
|
1997-03-26 19:23:15 -03:00 |
strlib.h
|
…
|
|
table.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
table.h
|
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
|
1997-03-31 11:02:58 -03:00 |
tree.c
|
new name for old "mem.h" (conflicts with some compiler libraries)
|
1997-03-31 11:19:01 -03:00 |
tree.h
|
first full implementation of internal methods
|
1997-03-19 16:41:10 -03:00 |
types.h
|
…
|
|
undump.c
|
headers includes sizeof(Word) not sizeof(int)
|
1996-11-18 09:18:29 -02:00 |
undump.h
|
new header version
|
1996-11-14 09:44:34 -02:00 |