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
/
zio.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
1997-06-19
setparsedfile is extern; luaz_... changed to luaZ_...
Roberto Ierusalimschy
2
-16
/
+12
1997-06-19
new interface to "lua_seterrormethod" and "lua_settagmethod", to
Roberto Ierusalimschy
5
-22
/
+25
1997-06-19
luaI_initTFunc initializes fileName.
Roberto Ierusalimschy
3
-5
/
+4
1997-06-19
gsub aborts if error occurs.
Roberto Ierusalimschy
1
-2
/
+5
1997-06-18
macros don't need prototypes.
Roberto Ierusalimschy
1
-6
/
+4
1997-06-18
using old version functions.
Roberto Ierusalimschy
2
-4
/
+4
1997-06-18
#if wraps compatibility issue
Roberto Ierusalimschy
1
-5
/
+14
1997-06-18
do not use $...$ to italic.
Roberto Ierusalimschy
1
-7
/
+8
1997-06-18
new functions lua_doFILE and lua_dobuffer to help users...
Roberto Ierusalimschy
2
-19
/
+50
1997-06-18
exported functions follow "lua" prefix rule.
Roberto Ierusalimschy
1
-1
/
+10
1997-06-18
new arguments for gsub
Roberto Ierusalimschy
1
-28
/
+9
1997-06-18
lhf corrections + new gsub
Roberto Ierusalimschy
1
-220
/
+254
1997-06-18
error message always shows file names.
Roberto Ierusalimschy
1
-3
/
+6
1997-06-17
first version for Lua 3.0 (with tag methods, etc)
Roberto Ierusalimschy
1
-311
/
+694
1997-06-17
extra parameter for "call" is "pack" or "plain".
Roberto Ierusalimschy
1
-2
/
+2
1997-06-17
"luaI_undump1" cannot be static; luac uses it.
Roberto Ierusalimschy
2
-3
/
+9
1997-06-17
"lua_getobjname" must return "tag-method" and not "fallback".
Roberto Ierusalimschy
2
-3
/
+3
1997-06-17
"nil" may have fallbacks too.
Roberto Ierusalimschy
1
-7
/
+7
1997-06-16
"strsub" accepts negative indices (count from the end of the string).
Roberto Ierusalimschy
1
-3
/
+6
1997-06-16
"lua_seterrormethod" should return the previous handler.
Roberto Ierusalimschy
2
-5
/
+6
1997-06-16
default error method is not nil (nil does nothing).
Roberto Ierusalimschy
1
-2
/
+9
1997-06-16
"order" and "concat" operations choose tag methods the same way that
Roberto Ierusalimschy
1
-31
/
+13
1997-06-16
using "zio" for parsing Lua code.
Roberto Ierusalimschy
9
-202
/
+149
1997-06-16
library for uniform buffered input.
Roberto Ierusalimschy
2
-0
/
+164
1997-06-12
functions "lua_settagmethod" and similars should be safe too.
Roberto Ierusalimschy
2
-17
/
+18
1997-06-11
missing small dependency.
Roberto Ierusalimschy
1
-2
/
+2
1997-06-11
BUG: did not handle properly pragmas $endinput/$debug inside a $if.
Roberto Ierusalimschy
1
-36
/
+44
1997-06-11
small 'improvement'
Roberto Ierusalimschy
1
-3
/
+2
1997-06-09
format more uniform, to facilitate filters .tex->.html
Roberto Ierusalimschy
1
-249
/
+256
1997-06-09
power method (^) acts only in numbers.
Roberto Ierusalimschy
1
-2
/
+3
1997-06-09
udata is just void * again, so there is no point for function "getbyte".
Roberto Ierusalimschy
1
-45
/
+0
1997-06-09
new function "testC", to help debug the API.
Roberto Ierusalimschy
1
-1
/
+71
1997-06-09
new implementation for udata (again they are just void *);
Roberto Ierusalimschy
7
-136
/
+163
1997-06-06
new lua_Objects are created below the C2lua stack, so most API functions
Roberto Ierusalimschy
1
-52
/
+53
1997-06-06
new lua_Objects are created below the C2lua stack, so most API functions
Roberto Ierusalimschy
1
-2
/
+3
1997-05-26
new API function to force garbage collection.
Roberto Ierusalimschy
3
-8
/
+18
1997-05-26
unused declaration.
Roberto Ierusalimschy
1
-2
/
+1
1997-05-26
another (better?) implementation for "pushsubscript".
Roberto Ierusalimschy
1
-10
/
+16
1997-05-14
new implementation of gc: "Pre-collect" garbage in temporary lists and
Roberto Ierusalimschy
7
-87
/
+121
1997-05-08
double hashing + tables do not grow if there are empty slots
Roberto Ierusalimschy
1
-83
/
+94
1997-05-05
bug: string table must be initialized.
Roberto Ierusalimschy
1
-3
/
+15
1997-04-30
correction of name (and "iternal" was wrong, any way).
Roberto Ierusalimschy
1
-1
/
+1
1997-04-24
small optimization in the access to i.m. table.
Roberto Ierusalimschy
3
-40
/
+49
1997-04-15
BUG: input file must be closed just after parser.
Roberto Ierusalimschy
2
-20
/
+15
1997-04-15
missing definition of "lua_storesubscript", for compatibility
Roberto Ierusalimschy
1
-3
/
+5
1997-04-14
new pragma "$endinput"
Roberto Ierusalimschy
1
-4
/
+7
1997-04-14
global variables (in $if) may have '_'.
Roberto Ierusalimschy
1
-3
/
+3
1997-04-14
function name is only needed *if* there is an error.
Roberto Ierusalimschy
1
-5
/
+5
1997-04-14
mem.h is now luamem.h
v3.0-alpha
Luiz Henrique de Figueiredo
1
-23
/
+23
1997-04-14
fix comment in VERSION
Luiz Henrique de Figueiredo
1
-2
/
+2
[next]