index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lua.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1998-12-30
tables are better manipulated via "Hash *" instead of "TObject" or
Roberto Ierusalimschy
3
-39
/
+43
1998-12-28
to avoid warnings about "typecast" (Visual C++)
Roberto Ierusalimschy
10
-75
/
+75
1998-12-27
new function "luaO_str2d" to convert strings to numbers, because
Roberto Ierusalimschy
4
-76
/
+108
1998-12-27
format for double is always "%g", do not need #defines
Roberto Ierusalimschy
1
-4
/
+3
1998-12-27
reorder and rename of most functions, for better documentation.
Roberto Ierusalimschy
1
-261
/
+312
1998-12-27
new implementation of function "read", with predifined options.
Roberto Ierusalimschy
1
-119
/
+147
1998-12-24
"strtod" is cleaner than "scanf" for this job.
Roberto Ierusalimschy
1
-8
/
+11
1998-12-23
better error message
Roberto Ierusalimschy
2
-6
/
+14
1998-12-18
"tonumber" goes crazy with negative numbers in other bases (not 10),
Roberto Ierusalimschy
2
-2
/
+8
1998-12-15
details
Roberto Ierusalimschy
1
-88
/
+63
1998-12-15
"print" uses fputs instead of printf (easier to reimplement).
Roberto Ierusalimschy
1
-3
/
+4
1998-12-15
details (for regularity)
Roberto Ierusalimschy
4
-29
/
+26
1998-12-03
small warnings
Roberto Ierusalimschy
4
-9
/
+9
1998-12-01
NUMBER_FMT also may be predefined in makefile
Roberto Ierusalimschy
1
-5
/
+2
1998-12-01
better behavior for "strsub" when indices are out-of-range
Roberto Ierusalimschy
1
-10
/
+8
1998-11-20
new option "mode" in "readfrom", "writeto" and "appendto" (for
Roberto Ierusalimschy
2
-9
/
+25
1998-11-13
new functions "getn" and "foreachi"
Roberto Ierusalimschy
1
-53
/
+143
1998-11-13
small optimization in "sort" + new functions "getn" and "foreachi"
Roberto Ierusalimschy
1
-33
/
+63
1998-11-10
bug: gsub/strfind do not check whether captures are properly finished.
Roberto Ierusalimschy
2
-3
/
+10
1998-09-08
"_TRIGMODE" was still being declared.
Roberto Ierusalimschy
1
-2
/
+1
1998-09-07
function "luaL_argerror" prints wrong argument number (from a user's point
Roberto Ierusalimschy
3
-9
/
+17
1998-09-07
new function "lua_nups" (number of upvalues).
Roberto Ierusalimschy
2
-2
/
+9
1998-08-30
details.
Roberto Ierusalimschy
1
-2
/
+4
1998-08-30
"lua_state" is already declared in lua.h, which is included here.
Roberto Ierusalimschy
1
-4
/
+1
1998-08-24
new functions "seek" and "flush".
Roberto Ierusalimschy
2
-44
/
+107
1998-08-21
new implementation for error handling: on error, function _ERRORMESSAGE
Roberto Ierusalimschy
8
-136
/
+133
1998-08-11
small bug: nuse may change when table is rehashed;
Roberto Ierusalimschy
1
-11
/
+10
1998-08-11
better error message for code too long (old one was misleading when the
Roberto Ierusalimschy
1
-2
/
+3
1998-08-10
hash tables may shrink if use rate is too small.
Roberto Ierusalimschy
2
-14
/
+6
1998-07-27
new hash function.
Roberto Ierusalimschy
1
-3
/
+3
1998-07-24
details ("luaX_token2str" doesn't need LexState)
Roberto Ierusalimschy
3
-8
/
+8
1998-07-12
new function "sort" + many small changes
Roberto Ierusalimschy
3
-61
/
+142
1998-07-12
small changes to use new auxiliar functions
Roberto Ierusalimschy
1
-7
/
+3
1998-07-12
auxiliar functions "luaH_setint" & "luaH_getint".
Roberto Ierusalimschy
2
-3
/
+23
1998-07-12
auxiliar function "luaD_calln".
Roberto Ierusalimschy
2
-5
/
+9
1998-07-12
"%q" can handle strings with '\0'.
Roberto Ierusalimschy
1
-8
/
+15
1998-07-12
macro encapsulates de "-".
Roberto Ierusalimschy
1
-1
/
+4
1998-07-12
"fileName" cannot be NULL
Roberto Ierusalimschy
1
-3
/
+2
1998-07-06
"exp" changed to "exp0" to avoid problems with math.h.
v3.1
Roberto Ierusalimschy
1
-9
/
+9
1998-07-06
double constant used in integer expression
Roberto Ierusalimschy
1
-2
/
+2
1998-07-01
spelling
Roberto Ierusalimschy
1
-2
/
+2
1998-06-29
when debuging, blocks must be kept in double allignment.
Roberto Ierusalimschy
1
-7
/
+10
1998-06-29
functions should return explicit "nil"s.
Roberto Ierusalimschy
2
-5
/
+11
1998-06-29
detail
Roberto Ierusalimschy
1
-3
/
+3
1998-06-25
details (by lhf)
Roberto Ierusalimschy
2
-28
/
+38
1998-06-25
details in comments
Roberto Ierusalimschy
1
-12
/
+12
1998-06-24
stupid bug (in syntax print "hello")
Roberto Ierusalimschy
1
-1
/
+2
1998-06-24
details
Roberto Ierusalimschy
2
-7
/
+11
1998-06-19
details (dependencies)
Roberto Ierusalimschy
1
-2
/
+3
1998-06-19
"dostring" accepts chunk name.
Roberto Ierusalimschy
4
-22
/
+41
[next]