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
/
lex.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1997-04-01
small "bugs" detected by Purify: some blocks may be smaller than
Roberto Ierusalimschy
1
-2
/
+2
1997-04-01
"storeglobal" changed to "setglobal"
Roberto Ierusalimschy
3
-14
/
+15
1997-04-01
new lua function "tag"
Roberto Ierusalimschy
1
-1
/
+7
1997-03-31
first version of "setglobal" and "getglobal" internal methods.
Roberto Ierusalimschy
6
-82
/
+115
1997-03-31
some new options for warnings and optimizations.
Roberto Ierusalimschy
1
-2
/
+3
1997-03-31
update of ".h" dependencies
Roberto Ierusalimschy
1
-15
/
+15
1997-03-31
new name for old "mem.h" (conflicts with some compiler libraries)
Roberto Ierusalimschy
12
-35
/
+35
1997-03-31
"Object" renamed to "TObject" (Tagged Object), to avoid conflicts with
Roberto Ierusalimschy
10
-117
/
+117
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