Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François Perrad
lua-MessagePack
Commits
ebd14966
Commit
ebd14966
authored
Nov 30, 2016
by
François Perrad
Browse files
prepare release 0.3.6
parent
8044e845
Changes
5
Show whitespace changes
Inline
Side-by-side
CHANGES
View file @
ebd14966
Revision history for lua-MessagePack
Revision history for lua-MessagePack
0.3.6
0.3.6
Wed Nov 30 09:30:00 2016
fix pack float with Lua 5.3
fix pack float with Lua 5.3
fix behaviour with LUA_32BITS
fix behaviour with LUA_32BITS
...
...
rockspec.in
View file @
ebd14966
package
=
'lua-MessagePack'
package
=
'lua-MessagePack'
version
=
'@version@-@rev@'
version
=
'@version@-@rev@'
source
=
{
source
=
{
url
=
'http://
s
it
es.google.com/site/fperrad
/lua-messagepack-@version@.tar.gz'
,
url
=
'http://
g
it
hub.com/fperrad/fperrad.github.io/raw/master/dist
/lua-messagepack-@version@.tar.gz'
,
md5
=
'@md5@'
,
md5
=
'@md5@'
,
dir
=
'lua-MessagePack-@version@'
,
dir
=
'lua-MessagePack-@version@'
,
}
}
...
...
rockspec.lua53.in
View file @
ebd14966
package
=
'lua-MessagePack-lua53'
package
=
'lua-MessagePack-lua53'
version
=
'@version@-@rev@'
version
=
'@version@-@rev@'
source
=
{
source
=
{
url
=
'http://
s
it
es.google.com/site/fperrad
/lua-messagepack-@version@.tar.gz'
,
url
=
'http://
g
it
hub.com/fperrad/fperrad.github.io/raw/master/dist
/lua-messagepack-@version@.tar.gz'
,
md5
=
'@md5@'
,
md5
=
'@md5@'
,
dir
=
'lua-MessagePack-@version@'
,
dir
=
'lua-MessagePack-@version@'
,
}
}
...
...
src/MessagePack.lua
View file @
ebd14966
...
@@ -1126,7 +1126,7 @@ else
...
@@ -1126,7 +1126,7 @@ else
end
end
set_array
'without_hole'
set_array
'without_hole'
m
.
_VERSION
=
'0.3.
5
'
m
.
_VERSION
=
'0.3.
6
'
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua implementation"
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua implementation"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-2016 Francois Perrad"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-2016 Francois Perrad"
return
m
return
m
...
...
src5.3/MessagePack.lua
View file @
ebd14966
...
@@ -904,7 +904,7 @@ else
...
@@ -904,7 +904,7 @@ else
end
end
set_array
'without_hole'
set_array
'without_hole'
m
.
_VERSION
=
'0.3.
5
'
m
.
_VERSION
=
'0.3.
6
'
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua implementation"
m
.
_DESCRIPTION
=
"lua-MessagePack : a pure Lua implementation"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-2016 Francois Perrad"
m
.
_COPYRIGHT
=
"Copyright (c) 2012-2016 Francois Perrad"
return
m
return
m
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment