index
:
delta/python-packages/msgpack-python.git
0.2
ci
cython-cache
develop
exceptions
fix-0_4_3-regression
fix-windows
main
master
max-xxx-size
next-marker
py310
release-0.4
remove-write-bytes
travis/cython-0.22
wheels
github.com: msgpack/msgpack-python.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
perl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Perl: 0.15
tokuhirom
2010-09-01
2
-1
/
+6
*
Perl: better argument validation(patch from dankogai)
tokuhirom
2010-08-31
2
-3
/
+6
*
Perl: bump up version to 0.14
tokuhirom
2010-08-21
2
-1
/
+6
*
fixed segv on cyclic reference(patch by dankogai)
tokuhirom
2010-08-21
2
-11
/
+42
*
perl: bump up version to 0.13!
tokuhirom
2010-07-14
2
-1
/
+5
*
clearly specified this distribution requires requires C99.
tokuhirom
2010-07-14
1
-0
/
+4
*
Perl: do not use done_testing
tokuhirom
2010-05-17
1
-2
/
+1
*
oops
tokuhirom
2010-05-17
1
-1
/
+1
*
Perl: build_requires and requires are duped.
tokuhirom
2010-05-08
1
-1
/
+0
*
Perl: releng for 0.12
tokuhirom
2010-05-05
2
-1
/
+5
*
Perl: PERL_NO_GET_CONTEXT makes horrible dTHXs. remove it.
tokuhirom
2010-05-05
1
-1
/
+0
*
Perl: cleanup Makefile.PL
tokuhirom
2010-05-05
1
-3
/
+3
*
Perl: Test::Requires is not needed for this test.
tokuhirom
2010-05-05
1
-1
/
+0
*
perl: releng for data-messagepack 0.11
tokuhirom
2010-05-05
2
-1
/
+5
*
Perl: releng for 0.10
tokuhirom
2010-05-05
2
-1
/
+7
*
Perl: added test case
tokuhirom
2010-05-05
1
-0
/
+12
*
Perl: fixed some issues. thanks to gfx++
tokuhirom
2010-05-05
1
-4
/
+14
*
Perl: added README file.
tokuhirom
2010-05-05
1
-0
/
+34
*
Perl: change for release Data-MessagePack-0.09_01
tokuhirom
2010-05-03
2
-1
/
+5
*
Merge branch 'master' of git@github.com:msgpack/msgpack
tokuhirom
2010-05-03
5
-25
/
+75
|
\
|
*
Perl: updated docs.
tokuhirom
2010-05-03
2
-6
/
+25
|
*
Perl: fixed memory leak issue
tokuhirom
2010-05-03
3
-19
/
+50
*
|
Merge branch 'master' of git@github.com:msgpack/msgpack
tokuhirom
2010-05-03
4
-1
/
+223
|
\
\
|
|
/
|
*
Perl: added failing test case for memory leaks
tokuhirom
2010-05-03
3
-1
/
+197
|
*
Perl: added more test case for streaming unpacker
tokuhirom
2010-05-03
1
-0
/
+26
*
|
perl: added more test case for streaming deserializer.
tokuhirom
2010-05-02
1
-1
/
+12
|
/
*
reverts variable-length stack: avoids memory leak
frsyuki
2010-04-22
1
-3
/
+0
*
malloc/realloc the stack when its length becomes > MSGPACK_EMBED_STACK_SIZE
frsyuki
2010-04-14
1
-1
/
+7
*
Perl: change for release Data-MessagePack-0.09
tokuhirom
2010-01-04
3
-2
/
+11
*
Perl: support NVTYPE=="long double" or IVTYPE="long long" environment.
tokuhirom
2010-01-04
1
-4
/
+14
*
added some pattern to MANIFEST.SKIP
Tokuhiro Matsuno
2009-10-22
1
-0
/
+2
*
- generate README automatically
Tokuhiro Matsuno
2009-10-22
2
-0
/
+7
*
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Tokuhiro Matsuno
2009-07-30
3
-1
/
+6
*
Perl: use M::I::XSUtil
Tokuhiro Matsuno
2009-07-30
3
-7077
/
+10
*
- fixed SVt_PVNV issue.
Tokuhiro Matsuno
2009-07-30
7
-68
/
+133
*
perl: display module version
Tokuhiro Matsuno
2009-07-30
1
-0
/
+5
*
Perl: display original data
Tokuhiro Matsuno
2009-07-30
1
-10
/
+14
*
Perl: added benchmark script for memroy-usage
Tokuhiro Matsuno
2009-07-30
1
-0
/
+28
*
Checking in changes prior to tagging of version 0.07. Changelog diff is:
Tokuhiro Matsuno
2009-07-22
2
-1
/
+5
*
Perl: do not use switch (SvTYPE)
Tokuhiro Matsuno
2009-07-22
2
-65
/
+50
*
added test case.
Tokuhiro Matsuno
2009-07-22
1
-0
/
+2
*
Checking in changes prior to tagging of version 0.06. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+5
*
Perl: use SvNOK.
Tokuhiro Matsuno
2009-07-03
1
-3
/
+2
*
Checking in changes prior to tagging of version 0.05. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+5
*
Perl: check IV by SvIOK
Tokuhiro Matsuno
2009-07-03
1
-7
/
+4
*
perl: added test case for "the flag is working?"
Tokuhiro Matsuno
2009-07-03
1
-3
/
+13
*
Checking in changes prior to tagging of version 0.04. Changelog diff is:
Tokuhiro Matsuno
2009-07-03
2
-1
/
+9
*
check SvROK first
Tokuhiro Matsuno
2009-07-03
1
-3
/
+3
*
Merge branch 'master' of tokuhirom@git.sourceforge.jp:/gitroot/msgpack/msgpack
Tokuhiro Matsuno
2009-07-03
4
-13
/
+100
|
\
|
*
perl: PreferInteger: faster string to integer conversion; support negative value
frsyuki
2009-07-03
2
-12
/
+63
[next]