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
/
inout.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1997-09-16
very small corrections...
Roberto Ierusalimschy
1
-4
/
+5
1997-08-04
small optimization in opcodes for "and" and "or"
Roberto Ierusalimschy
4
-30
/
+16
1997-07-31
small optimizations; try to find previous use when coding a real constant.
Roberto Ierusalimschy
1
-37
/
+45
1997-07-31
new dependencies
Roberto Ierusalimschy
1
-8
/
+6
1997-07-31
prime numbers spread better.
Roberto Ierusalimschy
1
-2
/
+2
1997-07-31
correct support for changing real to double (optional)
Roberto Ierusalimschy
2
-16
/
+15
1997-07-30
"random" accepts an 'n' to return between 1 and 'n'.
Roberto Ierusalimschy
2
-6
/
+12
1997-07-30
BIG CHANGE: functions have their own "constant table".
Roberto Ierusalimschy
12
-277
/
+278
1997-07-30
free(b) is equivalent to realloc(b, 0)
Roberto Ierusalimschy
2
-4
/
+8
1997-07-29
bug: lua_getlocal breaks when called with a CFunction.
Roberto Ierusalimschy
2
-2
/
+5
1997-07-29
new way to handle global state during compilation.
Roberto Ierusalimschy
4
-188
/
+164
1997-07-29
new opcode, ENDCODE, to signal end of code vector.
Roberto Ierusalimschy
1
-2
/
+3
1997-07-29
unused field "size" in struct TFunc.
Roberto Ierusalimschy
3
-7
/
+6
1997-07-29
BUG: LUA_COMPAT2_5 written wrong...
Roberto Ierusalimschy
2
-2
/
+3