Lua: added run(), which works like dofile() but supports nested calls with subdirectories, and includes a safety against infinite recursion. See also issue 501
git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1986 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
@@ -430,6 +430,7 @@ static const T_Help_table helptable_credits[] =
|
||||
HELP_TEXT (" Yannick")
|
||||
HELP_TEXT (" Fernando Mastandrea (masta.uy)")
|
||||
HELP_TEXT (" Markus Weiss")
|
||||
HELP_TEXT (" Mazze")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD (" MORPHOS PORT")
|
||||
HELP_TEXT ("")
|
||||
@@ -448,7 +449,6 @@ static const T_Help_table helptable_credits[] =
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Luc Schrijvers (Begasus)")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT ("")
|
||||
HELP_BOLD (" FREEBSD PORT")
|
||||
HELP_TEXT ("")
|
||||
HELP_TEXT (" Jean-Baptiste Berlioz (Tobé)")
|
||||
|
||||
Reference in New Issue
Block a user