Mercurial Hosting > luan
changeset 793:60661a8e738c
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 05 Sep 2016 15:19:44 -0600 |
parents | 87c63df214e9 |
children | f16c77ef0f4f |
files | src/luan/modules/BasicLuan.java src/luan/modules/http/HttpServicer.java website/copy-build.sh website/src/index.html.luan website/src/manual.html.luan |
diffstat | 5 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/luan/modules/BasicLuan.java Sun Sep 04 21:56:14 2016 -0600 +++ b/src/luan/modules/BasicLuan.java Mon Sep 05 15:19:44 2016 -0600 @@ -13,7 +13,6 @@ import luan.LuanFunction; import luan.LuanException; import luan.LuanMethod; -import luan.LuanMeta; public final class BasicLuan {
--- a/src/luan/modules/http/HttpServicer.java Sun Sep 04 21:56:14 2016 -0600 +++ b/src/luan/modules/http/HttpServicer.java Mon Sep 05 15:19:44 2016 -0600 @@ -28,7 +28,6 @@ import luan.LuanFunction; import luan.LuanException; import luan.LuanTable; -import luan.LuanMeta; import luan.LuanPropertyMeta; import luan.LuanCloner; import luan.modules.PackageLuan;
--- a/website/copy-build.sh Sun Sep 04 21:56:14 2016 -0600 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -rm src/luan-*.tar -cp ../build/luan-*.tar src
--- a/website/src/index.html.luan Sun Sep 04 21:56:14 2016 -0600 +++ b/website/src/index.html.luan Mon Sep 05 15:19:44 2016 -0600 @@ -31,7 +31,7 @@ <div uc>under construction...</div> <div intro>Luan is a <a href="http://www.lua.org">Lua</a>-like language implemented in <a href="https://www.oracle.com/java/">Java</a>.</div> <div link><a href="docs.html">Documentation</a></div> - <div link><a href="/luan-<%=Luan.VERSION%>.tar">Download</a></div> + <div link><a href="/download/">Download</a></div> <div link><a href="https://bitbucket.org/frschmidt/luan">Source</a></div> <div link><a href="http://luan.7479.n7.nabble.com/">Forum</a></div> </div>
--- a/website/src/manual.html.luan Sun Sep 04 21:56:14 2016 -0600 +++ b/website/src/manual.html.luan Mon Sep 05 15:19:44 2016 -0600 @@ -585,6 +585,8 @@ This can be done with the escape sequence <code>\x<em>XX</em></code>, where <em>XX</em> is a sequence of exactly two hexadecimal digits, +or with the escape sequence <code>\u<em>XXXX</em></code>, +where <em>XXXX</em> is a sequence of exactly four hexadecimal digits, or with the escape sequence <code>\<em>ddd</em></code>, where <em>ddd</em> is a sequence of up to three decimal digits. (Note that if a decimal escape sequence is to be followed by a digit,