bugs
|
"tonumber" goes crazy with negative numbers in other bases (not 10),
|
1998-12-18 11:26:43 -02:00 |
lapi.c
|
small warnings
|
1998-12-03 13:45:15 -02:00 |
lapi.h
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lauxlib.c
|
function "luaL_argerror" prints wrong argument number (from a user's point
|
1998-09-07 15:59:59 -03:00 |
lauxlib.h
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lbuffer.c
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lbuiltin.c
|
"tonumber" goes crazy with negative numbers in other bases (not 10),
|
1998-12-18 11:26:43 -02:00 |
lbuiltin.h
|
Built-in functions
|
1997-09-16 16:25:59 -03:00 |
ldo.c
|
new implementation for error handling: on error, function _ERRORMESSAGE
|
1998-08-21 14:43:44 -03:00 |
ldo.h
|
auxiliar function "luaD_calln".
|
1998-07-12 13:14:34 -03:00 |
lfunc.c
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lfunc.h
|
optimization: closures without upvalues don't need to be closures
|
1997-12-15 14:17:20 -02:00 |
lgc.c
|
"fileName" cannot be NULL
|
1998-07-12 13:10:38 -03:00 |
lgc.h
|
first version of "lua_close"
|
1997-12-01 18:31:25 -02:00 |
liolib.c
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
1998-11-20 13:41:43 -02:00 |
llex.c
|
small warnings
|
1998-12-03 13:45:15 -02:00 |
llex.h
|
details ("luaX_token2str" doesn't need LexState)
|
1998-07-24 15:02:38 -03:00 |
lmathlib.c
|
"_TRIGMODE" was still being declared.
|
1998-09-08 16:25:35 -03:00 |
lmem.c
|
when debuging, blocks must be kept in double allignment.
|
1998-06-29 19:03:06 -03:00 |
lmem.h
|
details (for regularity)
|
1998-12-15 12:59:43 -02:00 |
lobject.c
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lobject.h
|
NUMBER_FMT also may be predefined in makefile
|
1998-12-01 17:09:47 -02:00 |
lopcodes.h
|
details in comments
|
1998-06-25 11:37:00 -03:00 |
lparser.c
|
better error message for code too long (old one was misleading when the
|
1998-08-11 10:28:05 -03:00 |
lparser.h
|
"zio" now keeps its "name".
|
1997-12-22 18:57:18 -02:00 |
lstate.c
|
API for functions to manipulate global state.
|
1998-06-02 17:37:04 -03:00 |
lstate.h
|
"lua_state" is already declared in lua.h, which is included here.
|
1998-08-30 15:28:58 -03:00 |
lstring.c
|
hash tables may shrink if use rate is too small.
|
1998-08-10 18:36:32 -03:00 |
lstring.h
|
support for strings with '\0'
|
1998-03-06 13:54:42 -03:00 |
lstrlib.c
|
better behavior for "strsub" when indices are out-of-range
|
1998-12-01 16:41:25 -02:00 |
ltable.c
|
small bug: nuse may change when table is rehashed;
|
1998-08-11 13:38:34 -03:00 |
ltable.h
|
auxiliar functions "luaH_setint" & "luaH_getint".
|
1998-07-12 13:15:19 -03:00 |
ltm.c
|
new implementation for error handling: on error, function _ERRORMESSAGE
|
1998-08-21 14:43:44 -03:00 |
ltm.h
|
small details by lint.
|
1997-11-26 16:53:45 -02:00 |
lua.c
|
interrupts lua loops with "^C" (via signals)
|
1998-02-11 18:56:05 -02:00 |
lua.h
|
details (for regularity)
|
1998-12-15 12:59:43 -02:00 |
luadebug.h
|
new function "lua_nups" (number of upvalues).
|
1998-09-07 15:59:59 -03:00 |
lualib.h
|
small corrections in comments
|
1998-06-19 13:14:09 -03:00 |
lundump.c
|
details (for regularity)
|
1998-12-15 12:59:43 -02:00 |
lundump.h
|
details (for regularity)
|
1998-12-15 12:59:43 -02:00 |
lvm.c
|
small warnings
|
1998-12-03 13:45:15 -02:00 |
lvm.h
|
new function "sort" + many small changes
|
1998-07-12 13:16:43 -03:00 |
lzio.c
|
"zio" now keeps its "name".
|
1997-12-22 18:57:18 -02:00 |
lzio.h
|
details
|
1998-01-09 12:57:43 -02:00 |
makefile
|
details (dependencies)
|
1998-06-19 15:52:27 -03:00 |
manual.tex
|
new option "mode" in "readfrom", "writeto" and "appendto" (for
|
1998-11-20 13:41:43 -02:00 |