Skip to content
This repository was archived by the owner on Nov 20, 2020. It is now read-only.

Commit fcdc5ef

Browse files
committed
Updated to lua-5.3.2
1 parent 94f9f6c commit fcdc5ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1449
-920
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ TO_MAN= lua.1 luac.1
4646

4747
# Lua version and release.
4848
V= 5.3
49-
R= $V.1
49+
R= $V.2
5050

5151
# Targets start here.
5252
all: $(PLAT)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
This is Lua 5.3.1, released on 10 Jun 2015.
2+
This is Lua 5.3.2, released on 25 Nov 2015.
33

44
For installation instructions, license details, and
55
further information about Lua, see doc/readme.html.

dist.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--- This file is part of LuaDist project
22

33
name = "lua"
4-
version = "5.3.1"
4+
version = "5.3.2"
55

66
desc = "Lua is a powerful, fast, light-weight, embeddable scripting language."
77
author = "Roberto Ierusalimschy, Waldemar Celes, Luiz Henrique de Figueiredo"

doc/lua.css

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,29 @@ table.columns td {
131131
p.logos a:link:hover, p.logos a:visited:hover {
132132
background-color: inherit ;
133133
}
134+
135+
table.book {
136+
border: none ;
137+
border-spacing: 0 ;
138+
border-collapse: collapse ;
139+
}
140+
141+
table.book td {
142+
padding: 0 ;
143+
vertical-align: top ;
144+
}
145+
146+
table.book td.cover {
147+
padding-right: 1em ;
148+
}
149+
150+
table.book img {
151+
border: solid #000080 1px ;
152+
}
153+
154+
table.book span {
155+
font-size: small ;
156+
text-align: left ;
157+
display: block ;
158+
margin-top: 0.25em ;
159+
}

0 commit comments

Comments
 (0)