Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated to lua-5.3.2
  • Loading branch information
drahosp committed Dec 15, 2015
commit fcdc5efb13f0d6c03d2868b7476b73e63a291ed3
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1

# Lua version and release.
V= 5.3
R= $V.1
R= $V.2

# Targets start here.
all: $(PLAT)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

This is Lua 5.3.1, released on 10 Jun 2015.
This is Lua 5.3.2, released on 25 Nov 2015.

For installation instructions, license details, and
further information about Lua, see doc/readme.html.
Expand Down
2 changes: 1 addition & 1 deletion dist.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--- This file is part of LuaDist project

name = "lua"
version = "5.3.1"
version = "5.3.2"

desc = "Lua is a powerful, fast, light-weight, embeddable scripting language."
author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo"
Expand Down
26 changes: 26 additions & 0 deletions doc/lua.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,3 +131,29 @@ table.columns td {
p.logos a:link:hover, p.logos a:visited:hover {
background-color: inherit ;
}

table.book {
border: none ;
border-spacing: 0 ;
border-collapse: collapse ;
}

table.book td {
padding: 0 ;
vertical-align: top ;
}

table.book td.cover {
padding-right: 1em ;
}

table.book img {
border: solid #000080 1px ;
}

table.book span {
font-size: small ;
text-align: left ;
display: block ;
margin-top: 0.25em ;
}
Loading