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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add_char now is global.
Roberto Ierusalimschy
1996-01-22
1
-1
/
+2
*
memory overflow tries a garbage collection; if it fails then exit the
Roberto Ierusalimschy
1996-01-22
3
-9
/
+31
*
bug: "read" with format MUST read given number of chars (if file ends
Roberto Ierusalimschy
1996-01-12
1
-5
/
+17
*
"getobjectname" got a "lua_" prefix.
Roberto Ierusalimschy
1996-01-09
1
-2
/
+2
*
hooks for line change and function calls; first version.
Roberto Ierusalimschy
1996-01-09
2
-10
/
+88
*
correction of dependencies from "luadebug.h".
Roberto Ierusalimschy
1996-01-09
1
-3
/
+3
*
names generated by yacc (starting with "yy") are changed to start with
Roberto Ierusalimschy
1995-12-21
3
-16
/
+20
*
bug: luaI_findconstantbyname may change the value of lua_constant.
Roberto Ierusalimschy
1995-12-18
1
-2
/
+3
*
useless "#include math.h"
v2.2
Roberto Ierusalimschy
1995-11-16
2
-4
/
+2
*
reference manual
Roberto Ierusalimschy
1995-11-16
1
-0
/
+1741
*
new distribution
Roberto Ierusalimschy
1995-11-13
1
-2
/
+2
*
"read" must return 'nil' on EOF.
Roberto Ierusalimschy
1995-11-10
1
-1
/
+6
*
changes to improve portability
Roberto Ierusalimschy
1995-11-10
1
-25
/
+19
*
re-implementation of functions "write" and "read"
Roberto Ierusalimschy
1995-11-10
1
-253
/
+256
*
error functions are shared by all libraries
Roberto Ierusalimschy
1995-11-10
3
-62
/
+52
*
little improvement
Roberto Ierusalimschy
1995-11-10
1
-5
/
+2
*
print_stack now gets a parameter (file to print);
Roberto Ierusalimschy
1995-11-03
1
-115
/
+64
*
"getobjname" checks first fallbacks (so, if a function is global and
Roberto Ierusalimschy
1995-11-03
1
-4
/
+4
*
"AUTHORS" separated from COPYRIGHT.
Roberto Ierusalimschy
1995-10-31
2
-5
/
+6
*
local variables may appear inside blocks in main code.
Roberto Ierusalimschy
1995-10-26
1
-3
/
+1
*
functions now may be declared with any "var" as a name;
Roberto Ierusalimschy
1995-10-26
8
-124
/
+137
*
new syntax for function declarations: "function a.x () ... "
Roberto Ierusalimschy
1995-10-25
1
-19
/
+16
*
new method to keep debug line information: current line is stored on the
Roberto Ierusalimschy
1995-10-25
6
-127
/
+169
*
"dofile" now accepts NULL as parameter, to run stdin.
Roberto Ierusalimschy
1995-10-23
1
-3
/
+9
*
uses "isatty" to check if executes stdin line by line or as a file.
Roberto Ierusalimschy
1995-10-23
1
-1
/
+12
*
small changes in the format of debug information.
Roberto Ierusalimschy
1995-10-23
2
-8
/
+13
*
small bug
Roberto Ierusalimschy
1995-10-17
1
-2
/
+2
*
function "setfallback" now gives an error if called with wrong parameters.
Roberto Ierusalimschy
1995-10-17
2
-9
/
+8
*
new module luadebug.h.
Roberto Ierusalimschy
1995-10-17
4
-10
/
+42
*
module to declare API for debuging.
Roberto Ierusalimschy
1995-10-17
1
-0
/
+19
*
new style for debug information about functions: no more SETFUNCTION
Roberto Ierusalimschy
1995-10-17
8
-214
/
+121
*
'nextvar' now traverses the symbol array, instead of the constant tree.
Roberto Ierusalimschy
1995-10-17
2
-32
/
+14
*
'luaI_travfallbacks' now can look for a fallback.
Roberto Ierusalimschy
1995-10-17
2
-7
/
+9
*
new function "luaI_findconstantbyname".
Roberto Ierusalimschy
1995-10-13
4
-10
/
+16
*
bug. "fgets" reads n-1 chars.
Roberto Ierusalimschy
1995-10-11
1
-2
/
+2
*
new module "func", for GC of functions,
Roberto Ierusalimschy
1995-10-09
1
-15
/
+25
*
bug: stack overflow error must leave space on the stack for error function.
Roberto Ierusalimschy
1995-10-09
1
-5
/
+3
*
fallback table now has number of parameters and results of each
Roberto Ierusalimschy
1995-10-09
2
-11
/
+14
*
"docall" now assumes that called function is always on the stack, just
Roberto Ierusalimschy
1995-10-09
1
-75
/
+101
*
lua function "type" now returns the string "function" both for lua
Roberto Ierusalimschy
1995-10-09
1
-4
/
+2
*
new functions: "ascii" and "int2str",
Roberto Ierusalimschy
1995-10-09
1
-67
/
+92
*
small "re-engineering" on parameter checking.
Roberto Ierusalimschy
1995-10-09
1
-145
/
+42
*
new command line options: -v to print Copyright message, and
Roberto Ierusalimschy
1995-10-06
1
-8
/
+14
*
definitions for Copyright and version notices
Roberto Ierusalimschy
1995-10-06
1
-1
/
+6
*
nova forma de comentarios: de '#' ate' fim de linha (para uso de lua
Roberto Ierusalimschy
1995-10-06
1
-2
/
+3
*
Garbage collection of functions + header structure for functions
Roberto Ierusalimschy
1995-10-04
8
-36
/
+56
*
Module to manipulate function headers.
Roberto Ierusalimschy
1995-10-04
2
-0
/
+79
*
new option for "writeto" and "readfrom", to allow piped I/O on
Roberto Ierusalimschy
1995-10-04
1
-31
/
+38
*
new function "atan2".
Roberto Ierusalimschy
1995-10-04
1
-1
/
+15
*
small correction to avoid problems with DOS/Windows
Roberto Ierusalimschy
1995-10-03
1
-1
/
+2
[next]