tanakh
|
9e50ba6ec6
|
haskell: instance tupples and String and lazy ByteString
|
2010-09-06 16:33:36 +09:00 |
|
tanakh
|
aca2ba13c2
|
haskell: refactoring
|
2010-09-06 15:37:55 +09:00 |
|
tokuhirom
|
c5afe7a573
|
Checking in changes prior to tagging of version 0.16_04.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index a4a3e36..7910882 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,4 +1,4 @@
-0.16_03
+0.16_04
- no feature changes
|
2010-09-06 14:35:41 +09:00 |
|
tokuhirom
|
8b90968cb1
|
Checking in changes prior to tagging of version 0.16_03.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 68b58ba..a4a3e36 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.16_03
+
+ - no feature changes
+
0.16_02
- document enhancement(tokuhirom)
|
2010-09-06 14:34:48 +09:00 |
|
tokuhirom
|
9281dba896
|
Checking in changes prior to tagging of version 0.16_02.
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 9b061cf..68b58ba 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.16_02
+
+ - document enhancement(tokuhirom)
+ - M::I::XSUtil 0.26 is broken. use 0.27.
+
0.16_01
- added PP version (used in cases PERL_DATA_MESSAGEPACK=pp or fail to load XS).
|
2010-09-06 14:34:04 +09:00 |
|
tokuhirom
|
c7555f1c3c
|
Perl: added link to git repository.
|
2010-09-06 14:31:53 +09:00 |
|
tokuhirom
|
e781831032
|
upgraded docs
|
2010-09-06 14:20:54 +09:00 |
|
tokuhirom
|
8025895168
|
Checking in changes prior to tagging of version 0.16_01.
Changelog diff is:
|
2010-09-06 14:20:54 +09:00 |
|
tanakh
|
799935e44c
|
haskel: incr version and update infos.
|
2010-09-06 14:03:47 +09:00 |
|
tanakh
|
209d8d058c
|
forgot to remove file
|
2010-09-06 13:57:47 +09:00 |
|
tanakh
|
0368a70dd7
|
forgot to add file
|
2010-09-06 13:55:34 +09:00 |
|
Hideyuki Tanaka
|
c3603426de
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-09-06 01:51:18 +09:00 |
|
Hideyuki Tanaka
|
80db9971b5
|
pure haskell implementation.
|
2010-09-06 01:50:22 +09:00 |
|
tokuhirom
|
e3e771708e
|
Merge branch 'master' of git://github.com/makamaka/msgpack
Conflicts:
perl/Changes
|
2010-09-05 16:18:57 +09:00 |
|
tokuhirom
|
b9bca2a19f
|
bump to 0.16
|
2010-09-05 16:17:19 +09:00 |
|
makamaka
|
10ec1e48b0
|
modified begin process about byte order
|
2010-09-05 01:54:44 +09:00 |
|
makamaka
|
84123f5445
|
fallback PP configuration with c99 unspport compiler
|
2010-09-04 20:02:46 +09:00 |
|
makamaka
|
25531d8393
|
modified t/05_preferred_int.t for Win32
|
2010-09-04 19:54:12 +09:00 |
|
makamaka
|
adfadc542a
|
enable PP to pack/unpack int64 in less than Perl 5.10
|
2010-09-04 14:35:24 +09:00 |
|
makamaka
|
7682e1cb57
|
Merge branch 'master' of git://github.com/msgpack/msgpack
Conflicts:
perl/t/05_preferred_int.t
|
2010-09-03 15:09:49 +09:00 |
|
tokuhirom
|
1fe4109a42
|
fixed tests on 64bit machines with -Duselongdouble #60625
|
2010-09-03 14:50:01 +09:00 |
|
makamaka
|
b97baf4d47
|
added some comments in Data::MessagePack::PP
|
2010-09-03 12:53:56 +09:00 |
|
makamaka
|
f91728561f
|
ouch, modified pod
|
2010-09-02 23:58:40 +09:00 |
|
makamaka
|
2b75d54ce1
|
modified pod
|
2010-09-02 23:56:55 +09:00 |
|
makamaka
|
cdc09a7d30
|
Changes
|
2010-09-02 23:52:36 +09:00 |
|
makamaka
|
4cc6c3e535
|
modified t/05_preferred_int.t for Win32
|
2010-09-02 23:48:57 +09:00 |
|
makamaka
|
8f43e033a4
|
removed dependency on Data::Float
|
2010-09-02 23:45:05 +09:00 |
|
makamaka
|
918dbd1926
|
made Makefile.PL XS/PP configurable
|
2010-09-02 14:37:22 +09:00 |
|
makamaka
|
8fc86ce7fa
|
removed commented out codes
|
2010-09-02 14:33:59 +09:00 |
|
INADA Naoki
|
bf0cb40586
|
python: Add python3 category.
|
2010-09-02 10:13:49 +09:00 |
|
INADA Naoki
|
a62aefe74b
|
python: Release 0.1.6 - Fix wrong version string.
|
2010-09-02 10:10:34 +09:00 |
|
INADA Naoki
|
138d232149
|
python: vesion 0.1.5
|
2010-09-02 09:58:50 +09:00 |
|
INADA Naoki
|
8fa64e3ab2
|
Add msgpack.version as version tuple.
|
2010-09-02 09:54:38 +09:00 |
|
INADA Naoki
|
8d0d2bd3fc
|
python: Add test for python3 and fix found problems.
|
2010-09-02 02:16:28 +09:00 |
|
INADA Naoki
|
2146f5f623
|
python: Fix Unpacker.feed doesn't accept bytes on Python3.
|
2010-09-02 02:02:47 +09:00 |
|
INADA Naoki
|
623df23570
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-09-02 01:30:32 +09:00 |
|
INADA Naoki
|
4a15d8b6d2
|
python: Support Python3.
|
2010-09-02 01:29:57 +09:00 |
|
makamaka
|
af83a62474
|
modified some codes for test warnings
|
2010-09-01 16:04:25 +09:00 |
|
makamaka
|
a0705a6c67
|
added PP backend switch into Data::MessagePack
|
2010-09-01 11:59:01 +09:00 |
|
makamaka
|
712b8eec3d
|
added pp version
|
2010-09-01 11:22:43 +09:00 |
|
tokuhirom
|
558e9c21ed
|
Perl: 0.15
|
2010-09-01 08:19:05 +09:00 |
|
tokuhirom
|
23a7137e6a
|
Perl: better argument validation(patch from dankogai)
|
2010-08-31 23:42:32 +09:00 |
|
frsyuki
|
71a1cb0184
|
fixes compatibility with Rubinius
|
2010-08-31 09:29:01 +09:00 |
|
frsyuki
|
09b47cc536
|
ruby: fixes compatibility with ruby-1.8.5
|
2010-08-31 07:00:19 +09:00 |
|
frsyuki
|
b5c78de2dd
|
ruby: converts encodings into UTF-8 on Ruby 1.9
|
2010-08-31 06:30:16 +09:00 |
|
frsyuki
|
a1bd14e516
|
template: casts integer types explicitly
|
2010-08-31 06:27:15 +09:00 |
|
frsyuki
|
9684c8664f
|
cpp: version 0.5.4
cpp-0.5.4
|
2010-08-29 18:27:10 +09:00 |
|
frsyuki
|
3c75361e5a
|
cpp: updates README.md
|
2010-08-29 18:24:32 +09:00 |
|
frsyuki
|
c44c9ab74d
|
cpp: adds msgpack_vc2008.vcproj file in source package
|
2010-08-29 18:23:16 +09:00 |
|
frsyuki
|
8cc9c871b7
|
Merge branch 'master' of github.com:msgpack/msgpack
|
2010-08-28 11:40:45 +09:00 |
|