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.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1997-03-26
new (internal?) functions to manipulate userdata
Roberto Ierusalimschy
3
-26
/
+72
1997-03-26
BUG: must mark userdata in garbage collection.
Roberto Ierusalimschy
1
-2
/
+3
1997-03-24
some corrections, improvements;
Roberto Ierusalimschy
2
-20
/
+22
1997-03-21
must call "gc" i.m. for nil after all others.
Roberto Ierusalimschy
2
-4
/
+10
1997-03-21
mathlib now uses i.m. for "pow" operator.
Roberto Ierusalimschy
2
-23
/
+7
1997-03-20
files now have proper tags.
Roberto Ierusalimschy
1
-5
/
+8
1997-03-20
BUG: lua_newtag can be called before luaI_IMtable is initialized.
Roberto Ierusalimschy
1
-8
/
+12
1997-03-20
i.m. "arith" and "order" splited for different operations
Roberto Ierusalimschy
4
-122
/
+151
1997-03-20
luaI_type moved to fallback.c
Roberto Ierusalimschy
1
-29
/
+1
1997-03-19
setmethods should return old methods.
Roberto Ierusalimschy
1
-1
/
+3
1997-03-19
first full implementation of internal methods
Roberto Ierusalimschy
11
-251
/
+404
1997-03-18
new header 'auxlib.h' + new function luaL_verror
Roberto Ierusalimschy
6
-36
/
+41