diff options
author | bapt <bapt@FreeBSD.org> | 2015-01-17 10:19:59 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-01-17 10:19:59 +0800 |
commit | ed423afa7f6b51d436394c0e8fd27ca6f66660b0 (patch) | |
tree | 76a340961a800d0de0f572d9b05d47862ced83f8 /lang/Makefile | |
parent | 1c146e5507bae062eb04f33adbf0111ad95b9477 (diff) | |
download | freebsd-ports-gnome-ed423afa7f6b51d436394c0e8fd27ca6f66660b0.tar.gz freebsd-ports-gnome-ed423afa7f6b51d436394c0e8fd27ca6f66660b0.tar.zst freebsd-ports-gnome-ed423afa7f6b51d436394c0e8fd27ca6f66660b0.zip |
Add lua 5.3.0
Highlights from this new version:
Main new features are support for integers, bitwise operators, and a basic utf-8
library
Complete list of changes: http://www.lua.org/manual/5.3/readme.html#changes
List of incompatibilities with lua 5.2:
http://www.lua.org/manual/5.3/manual.html#8
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index d823f3f934e1..f0b4eaae25dd 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -137,6 +137,7 @@ SUBDIR += lua-mode.el SUBDIR += lua51 SUBDIR += lua52 + SUBDIR += lua53 SUBDIR += luajit SUBDIR += malbolge SUBDIR += maude |