Fuji, Goro
20cc6f7463
Revert "Changelogging"
...
This reverts commit ba7183a5b415666a5c7f38e437588ef151be4f8e.
2011-08-07 18:51:34 +09:00
Fuji, Goro
ba7183a5b4
Changelogging
2011-08-07 18:40:52 +09:00
Fuji, Goro
86ccfcc03c
perl: changelogging
2010-10-28 16:25:19 +09:00
tokuhirom
371ba3ffe3
Checking in changes prior to tagging of version 0.34.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 50177f4..486f1c3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,6 @@
+0.34
+
+ - do not use the corrupt my_snprintf(%ll[du]) on win32(kazuho)
0.33
2010-10-18 19:30:08 +09:00
Fuji, Goro
02f3dd947a
perl: optimize PP
2010-10-13 12:46:11 +09:00
Fuji, Goro
5b786f65a4
Checking in changes prior to tagging of version 0.32.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 6e07966..4657079 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,4 +1,8 @@
+0.32
+
+ - add tests to detect Alpha problems reported via CPAN testers (gfx)
+
0.31
- update Module::Install::XSUtil for ccache support (gfx)
2010-10-12 23:12:34 +09:00
Fuji, Goro
119a03dd5f
perl: changelogging
2010-10-07 16:56:36 +09:00
Fuji, Goro
2be98e8467
perl: changelogging
2010-10-07 16:18:47 +09:00
Fuji, Goro
77a7d3d26a
perl: Fix utf8 mode not to be reseted by $unpacker->reset method
2010-10-06 17:52:32 +09:00
tokuhirom
4321b80999
Checking in changes prior to tagging of version 0.29.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index b506234..333a824 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.29
+
+ - add $unpacker->utf8 mode, decoding strings as UTF-8.
+
0.28
- added more tests(gfx)
2010-10-06 12:29:31 +09:00
tokuhirom
54e03a62bd
Checking in changes prior to tagging of version 0.28.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 82174fe..b506234 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.28
+
+ - added more tests(gfx)
+ - refactor the PP code(gfx)
+
0.27
- * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
2010-09-27 08:35:26 +09:00
tokuhirom
c0e2041006
Checking in changes prior to tagging of version 0.27.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index b717a82..82174fe 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.27
+
+ - * 6d9a629 perl: modified trivial codes in PP::Unpacker(makamaka)
+ - * ead8edc modified be unpack_(u)int64 in PP(makamaka)
+
0.26
- fixed a serious code typo in PP(makamaka)
2010-09-22 15:12:51 +09:00
tokuhirom
664eefdddb
Checking in changes prior to tagging of version 0.26.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 3d455cb..b717a82 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.26
+
+ - fixed a serious code typo in PP(makamaka)
+
0.25
(NO FEATURE CHANGES)
2010-09-20 23:40:12 +09:00
tokuhirom
978bb5059f
Checking in changes prior to tagging of version 0.25.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index d338cf8..3d455cb 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.25
+
+ (NO FEATURE CHANGES)
+ - oops. I failed releng.
0.24
- Fixed a lot of streaming unpacking issues (tokuhirom, gfx)
2010-09-20 09:54:25 +09:00
gfx
8d182f1d79
perl: Changelogging
2010-09-18 16:30:07 +09:00
gfx
a10eb2a0d7
Changelogging
2010-09-17 14:02:12 +09:00
tokuhirom
1242ffa4c6
Checking in changes prior to tagging of version 0.23.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index dd47b98..4120376 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,10 +1,15 @@
+0.23
+
+ (NO FEATURE CHANGES)
+ - fixed english docs(hanekomu++)
+
0.22
- fixed issue on ithreads(broken from 0.21)
0.21
- - doc enhancment
+ - doc enhancments
- micro performance tuning.
0.20
2010-09-12 05:38:15 +09:00
tokuhirom
65befb84a0
Checking in changes prior to tagging of version 0.22.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 5d5a5e2..dd47b98 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.22
+
+ - fixed issue on ithreads(broken from 0.21)
+
0.21
- doc enhancment
2010-09-12 00:11:31 +09:00
tokuhirom
1e6262f24f
Checking in changes prior to tagging of version 0.21.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index dc3dd5c..5d5a5e2 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.21
+
+ - doc enhancment
+ - micro performance tuning.
+
0.20
- first production ready release with PP driver.
2010-09-10 21:27:38 +09:00
tokuhirom
9f684e7670
Checking in changes prior to tagging of version 0.20.
...
Changelog diff is:
diff --git a/perl/Changes b/perl/Changes
index 7910882..dc3dd5c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.20
+
+ - first production ready release with PP driver.
+
0.16_04
- no feature changes
2010-09-10 09:35:39 +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
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
cdc09a7d30
Changes
2010-09-02 23:52:36 +09:00
makamaka
a0705a6c67
added PP backend switch into Data::MessagePack
2010-09-01 11:59:01 +09:00
tokuhirom
558e9c21ed
Perl: 0.15
2010-09-01 08:19:05 +09:00
tokuhirom
8de1f764fd
Perl: bump up version to 0.14
2010-08-21 16:09:30 +09:00
tokuhirom
9ac69337e8
perl: bump up version to 0.13!
2010-07-14 09:58:41 +09:00
tokuhirom
120a85a3e5
Perl: releng for 0.12
2010-05-05 17:28:38 +09:00
tokuhirom
ebe41a24f1
perl: releng for data-messagepack 0.11
2010-05-05 16:59:31 +09:00
tokuhirom
f0f574a15b
Perl: releng for 0.10
2010-05-05 16:55:06 +09:00
tokuhirom
7b68b04efd
Perl: change for release Data-MessagePack-0.09_01
2010-05-03 01:36:48 +09:00
tokuhirom
7873e41e00
Perl: change for release Data-MessagePack-0.09
2010-01-04 12:10:46 +09:00
Tokuhiro Matsuno
da9b75f553
Checking in changes prior to tagging of version 0.08. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 4e7f1d7..c6e370c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.08
+
+ - fixed PVNV issue...
+
0.07
- do not use switch (SvTYPE(val)).
2009-07-30 16:52:13 +09:00
Tokuhiro Matsuno
794adf9469
Checking in changes prior to tagging of version 0.07. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 1a51ddf..4e7f1d7 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.07
+
+ - do not use switch (SvTYPE(val)).
+
0.06
- use SvNOK.
2009-07-22 16:42:12 +09:00
Tokuhiro Matsuno
7da1a9b3cf
Checking in changes prior to tagging of version 0.06. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 15603ea..1a51ddf 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.06
+
+ - use SvNOK.
+
0.05
- change type detection for old perl
2009-07-03 18:19:29 +09:00
Tokuhiro Matsuno
cb5c878b77
Checking in changes prior to tagging of version 0.05. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 33fb36c..15603ea 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,7 @@
+0.05
+
+ - change type detection for old perl
+
0.04
- check SvROK first(reported by yappo++)
2009-07-03 18:15:45 +09:00
Tokuhiro Matsuno
6fb6283463
Checking in changes prior to tagging of version 0.04. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 0c170a3..33fb36c 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,11 @@
+0.04
+
+ - check SvROK first(reported by yappo++)
+ - PreferInteger: faster string to integer conversion; support negative value
+ (frsyuki++)
+ - make PreferInteger variable magical and remove get_sv from _msgpack_pack_sv
+ (frsyuki++)
+
0.03
- performance tuning for too long string
2009-07-03 15:23:50 +09:00
Tokuhiro Matsuno
3446c475d7
Checking in changes prior to tagging of version 0.03. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index fb31a69..0c170a3 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.03
+
+ - performance tuning for too long string
+ - fixed memory leaks in stream unpacker
+
0.02
- added $Data::MessagePack::PreferInteger
2009-07-02 17:43:58 +09:00
Tokuhiro Matsuno
c3f793aa09
Checking in changes prior to tagging of version 0.02. Changelog diff is:
...
diff --git a/perl/Changes b/perl/Changes
index 18041d4..fb31a69 100644
--- a/perl/Changes
+++ b/perl/Changes
@@ -1,3 +1,8 @@
+0.02
+
+ - added $Data::MessagePack::PreferInteger
+ (requested by yappo++)
+
0.01
- initial release to CPAN
2009-07-02 14:37:54 +09:00
Tokuhiro Matsuno
d86b90e663
added Changes file
2009-07-01 18:34:11 +09:00