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
/
lapi.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2000-03-03
maybe a concat right associative allows some optimizations...
Roberto Ierusalimschy
1
-7
/
+7
2000-03-03
change of code generation design (independent functions for each opcode)
Roberto Ierusalimschy
5
-188
/
+180
2000-03-03
many details (most by lhf).
Roberto Ierusalimschy
32
-293
/
+280
2000-03-03
new algorithm to parse expressions + distribution of code between lparser
Roberto Ierusalimschy
4
-362
/
+371
2000-03-02
lua_settable should check stack space (it could call a T.M.)
Roberto Ierusalimschy
1
-0
/
+6
2000-03-02
comments
Roberto Ierusalimschy
1
-6
/
+8
2000-02-22
all order operators use a single tag method (<)
Roberto Ierusalimschy
6
-79
/
+68
2000-02-22
it is better to control stack space where it is needed.
Roberto Ierusalimschy
1
-4
/
+1
2000-02-22
first version of code optimizer
Roberto Ierusalimschy
5
-270
/
+312
2000-02-22
code generator (and optimizer) for Lua
Roberto Ierusalimschy
2
-0
/
+115
2000-02-21
there is no need to use shorts...
Roberto Ierusalimschy
1
-4
/
+4
2000-02-21
details
Roberto Ierusalimschy
1
-3
/
+3
2000-02-21
need "string.h" to use "strchr".
Roberto Ierusalimschy
1
-1
/
+2
2000-02-17
nobody uses memmove any more.
Roberto Ierusalimschy
2
-25
/
+2
2000-02-17
must include a definition for NULL
Roberto Ierusalimschy
1
-1
/
+3
2000-02-14
new version for INSTRUCTION formats
Roberto Ierusalimschy
4
-433
/
+293
2000-02-11
removing implementation for better error messages (must rethink it...)
Roberto Ierusalimschy
5
-102
/
+25
2000-02-08
small changes for "clean C"
Roberto Ierusalimschy
15
-65
/
+69
2000-01-28
renaming of some opcodes and fields
Roberto Ierusalimschy
7
-79
/
+79
2000-01-26
only need to reset buffer for strings, numbers, and names.
Roberto Ierusalimschy
1
-3
/
+7
2000-01-25
performance details.
Roberto Ierusalimschy
4
-133
/
+146
2000-01-25
`const' array in protos breaked in 3 arrays (for strings, numbers, and
Roberto Ierusalimschy
7
-80
/
+86
2000-01-24
keep `top' in registers when running basic tasks (settable, getglobal, ...)
Roberto Ierusalimschy
3
-64
/
+56
2000-01-24
error in call must be propagated
Roberto Ierusalimschy
1
-2
/
+2
2000-01-19
small optimizations (relational operators)
Roberto Ierusalimschy
3
-40
/
+80
2000-01-19
new debug API
Roberto Ierusalimschy
1
-5
/
+5
2000-01-19
new debug API (first version)
Roberto Ierusalimschy
13
-309
/
+287