From 063d4e4543088e7a21965bda8ee5a0f952a9029e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 17 Dec 2018 14:46:37 -0200 Subject: Lua 5.3.5 ported to git This is the first commit for the branch Lua 5.3. All source files were copied from the official distribution of 5.3.5 in the Lua site. The test files are the same of 5.3.4. The manual came from the previous RCS repository, revision 1.167.1.2. --- all | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 all (limited to 'all') diff --git a/all b/all new file mode 100755 index 00000000..12acaf36 --- /dev/null +++ b/all @@ -0,0 +1,7 @@ +cd testes +ulimit -S -s 2000 +if { ../lua all.lua; } then + echo -e "\n\n final OK!!!!\n\n" +else + echo -e "\n\n >>>> BUG!!!!\n\n" +fi -- cgit v1.2.3-55-g6feb