Go to file
Roberto Ierusalimschy e64dbc390a new version is beta. 1999-04-15 09:33:19 -03:00
bugs file stream cannot call fread after EOF. 1999-03-04 11:50:26 -03:00
lapi.c check first whether function is global. 1999-03-26 10:14:00 -03:00
lapi.h new function "lua_next" (+ new implementation for "next") 1999-02-23 11:57:28 -03:00
lauxlib.c details 1999-03-11 15:59:19 -03:00
lauxlib.h format for file source is independent of "ldo". 1999-03-10 11:19:41 -03:00
lbuffer.c macros "growvector" and "reallocvector" more compact 1999-02-26 12:48:55 -03:00
lbuiltin.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lbuiltin.h
ldblib.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
ldo.c details 1999-03-11 15:59:19 -03:00
ldo.h
lfunc.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lfunc.h
lgc.c storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lgc.h
linit.c
liolib.c "read_pattern" could lock when reading a lookahead from stdin. 1999-04-14 17:40:32 -03:00
llex.c details 1999-03-25 18:05:05 -03:00
llex.h details (from lhf) 1999-02-25 18:07:26 -03:00
lmathlib.c details 1999-02-19 15:33:35 -02:00
lmem.c vector do not need to grow until MINSIZE 1999-03-01 14:49:13 -03:00
lmem.h macros "growvector" and "reallocvector" more compact 1999-02-26 12:48:55 -03:00
lobject.c details. 1999-04-13 16:28:49 -03:00
lobject.h details 1999-03-16 13:43:27 -03:00
lopcodes.h no more assignment expressions (they don't fit in Lua...) 1999-03-10 11:09:45 -03:00
lparser.c do not generate SETLINE after main (it will be after last line) 1999-03-25 18:06:57 -03:00
lparser.h details (from lhf) 1999-02-25 18:07:26 -03:00
lstate.c IMtable must be initialized (and IMtable_size is not needed any more) due 1999-04-13 16:30:51 -03:00
lstate.h IMtable must be initialized (and IMtable_size is not needed any more) due 1999-04-13 16:30:51 -03:00
lstring.c warnings in Solaris 1999-02-26 12:49:53 -03:00
lstring.h
lstrlib.c warnings in Solaris 1999-02-26 12:49:53 -03:00
ltable.c new function "lua_next" (+ new implementation for "next") 1999-02-23 11:57:28 -03:00
ltable.h new function "lua_next" (+ new implementation for "next") 1999-02-23 11:57:28 -03:00
ltm.c macros "growvector" and "reallocvector" more compact 1999-02-26 12:48:55 -03:00
ltm.h
lua.c "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". 1999-02-04 15:47:59 -02:00
lua.h new version is beta. 1999-04-15 09:33:19 -03:00
luadebug.h storing chunk "sources" instead of "filenames". 1999-03-04 18:23:39 -03:00
lualib.h
lundump.c numbers are stored in ascii format for better portability and simplicity 1999-04-13 17:16:37 -03:00
lundump.h numbers are stored in ascii format for better portability and simplicity 1999-04-13 17:16:37 -03:00
lvm.c details. 1999-04-13 16:28:49 -03:00
lvm.h clearer way to set tables. 1999-02-08 15:07:59 -02:00
lzio.c "feof" may be a macro. 1999-03-05 10:15:50 -03:00
lzio.h
makefile details 1999-02-24 18:31:03 -03:00
manual.tex manual for 3.2 beta should be the same one that for 3.2. 1999-04-14 17:47:12 -03:00