Roberto Ierusalimschy
|
c612685d4b
lua.c doesn't use function pointers with LUA_READLINE
|
3 周之前 |
Roberto Ierusalimschy
|
f65d1f9e02
lua option '--' may not be followed by script
|
3 周之前 |
Roberto Ierusalimschy
|
f6c627af20
Cast added to 'add_history'
|
1 月之前 |
Roberto Ierusalimschy
|
270a58c062
Application name for 'readline' is "lua", not "Lua"
|
1 月之前 |
Roberto Ierusalimschy
|
30531c291b
Refactoring in the use of 'readline' by 'lua.c'
|
1 月之前 |
Roberto Ierusalimschy
|
7d7ae8781e
Parameters for 'lua_createtable' back to int
|
6 月之前 |
Roberto Ierusalimschy
|
2d8d5c74b5
Details
|
6 月之前 |
Roberto Ierusalimschy
|
e4f418f07c
Local declaration in the REPL generates a warning
|
10 月之前 |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 年之前 |
Roberto Ierusalimschy
|
6b45ccf4ed
Removed compatibility with "= exp" in the REPL
|
1 年之前 |
Roberto Ierusalimschy
|
93fd6892f8
Fixed bug in 'multiline'
|
1 年之前 |
Roberto Ierusalimschy
|
366c855648
lua.c loads 'readline' dynamically
|
1 年之前 |
Roberto Ierusalimschy
|
a08d82eb13
llimits.h being used by all Lua code
|
1 年之前 |
Roberto Ierusalimschy
|
aaf3533653
Tricky _PROMPT may trigger undefined behavior in lua.c
|
1 年之前 |
Roberto Ierusalimschy
|
262dc5729a
Details
|
1 年之前 |
Roberto Ierusalimschy
|
165389b27b
New interface to function 'luaL_openselectedlibs'
|
1 年之前 |
Roberto Ierusalimschy
|
e81f586001
Removed compatibility option LUA_COMPAT_GCPARAMS
|
1 年之前 |
Roberto Ierusalimschy
|
e2cc179454
New option "setparms" for 'collectgarbage'
|
1 年之前 |
Roberto Ierusalimschy
|
925fe8a0f2
First criteria for shifts minor<->major
|
1 年之前 |
Roberto Ierusalimschy
|
ab6a949522
Merge branch 'master' into nextversion
|
2 年之前 |
Roberto Ierusalimschy
|
09f3c2372f
Option '-l' discards version sufix from file name
|
2 年之前 |
Roberto Ierusalimschy
|
e15f1f2bb7
Details
|
2 年之前 |
Roberto Ierusalimschy
|
d738c8d18b
New function 'luaL_openselectedlibs'
|
2 年之前 |
Roberto Ierusalimschy
|
f356d5acdd
First version of GC counting objects for control
|
2 年之前 |
Roberto Ierusalimschy
|
9a77f57edc
Stop GC while building initial state
|
2 年之前 |
Roberto Ierusalimschy
|
25b143dd34
Bug: lua.c assumes that argv has at least one element
|
3 年之前 |
Roberto Ierusalimschy
|
65434b4d1b
Option '-l' can give a name for the global variable.
|
4 年之前 |
Roberto Ierusalimschy
|
131e3fd814
Avoid using 'signal' when 'sigaction' is available
|
4 年之前 |
Roberto Ierusalimschy
|
69b71a6919
_PROMPT can have non-string values
|
4 年之前 |
Roberto Ierusalimschy
|
17dbaa8639
Improvements in the handling of signals
|
5 年之前 |