- Oct 22, 2013
-
-
Takatoshi Kondo authored
Fixed freed memory accessing bug.
-
Takatoshi Kondo authored
(Issue #32)
-
- Oct 15, 2013
-
-
Takatoshi Kondo authored
Fixed buffer leak bug. In the case of the function next() returns true: Whichever the argument result is holding the zone or not, the ownership of the zone always should be delegated from 'unpacker' to 'unpacked'. In the case of the function next() returns false: Whichever the argument result is holding the zone or not, the members of 'unpacked' should be reset.
-
Takatoshi Kondo authored
-
- Aug 30, 2013
-
-
Takatoshi Kondo authored
Added the casts for the byte data.
-
Takatoshi Kondo authored
Added copyright.
-
Takatoshi Kondo authored
-
Takatoshi Kondo authored
-
- Aug 27, 2013
-
-
Takatoshi Kondo authored
Fixed malloc delete unmatch bug.
-
Takatoshi Kondo authored
-
- Aug 23, 2013
-
-
Takatoshi Kondo authored
added return value checking.
-
Takatoshi Kondo authored
-
- Aug 21, 2013
-
-
Takatoshi Kondo authored
fixed a typo in a comment
-
Takatoshi Kondo authored
-
- Aug 17, 2013
-
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
Add README syntax highlighting
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
-
Uli Köhler authored
-
- Jul 29, 2013
-
-
Nobuyuki Kubota authored
Update README.md
-
- Jul 02, 2013
-
-
grynko authored
fix typos
-
- Apr 10, 2013
-
-
Nobuyuki Kubota authored
refs #8
-
Nobuyuki Kubota authored
-
Nobuyuki Kubota authored
fixes #3 fixes #15
-
- Mar 01, 2013
-
-
nori0428 authored
-
- Jan 04, 2013
-
-
Vasily Titskiy authored
__gnu_cxx::__exchange_and_add returns OLD, not NEW value
-
Hans Duedal authored
When doing streaming deserialization, valgrind complains about mismatched free()... It's caused by calls to auto_ptr::free for zones that are null pointers.
-
Nicolas Despres authored
-
Nicolas Despres authored
The patch add serialization operator for the given enum to avoid the use of a cast which leads to strict-aliasing warnings and the test to fail. Solution suggested by qehgt.
-
Nobuyuki Kubota authored
This commit includes a pull request from polrop(ignore-cpp-bootstrapped-files branch).
-
FURUHASHI Sadayuki authored
-
FURUHASHI Sadayuki authored
-
FURUHASHI Sadayuki authored
-
FURUHASHI Sadayuki authored
-
- Dec 20, 2012
-
- Dec 17, 2012
-
-
FURUHASHI Sadayuki authored
-
FURUHASHI Sadayuki authored
Update ruby/compat.h
-
Brian Ford authored
The exceptions for Rubinius are unnecessary now and are actually causing msgpack not to install due to the incorrect function prototypes that are in this file. In MRI, this is the prototype VALUE rb_gc_enable(); Anyway, these are unnecessary for Rubinius.
-
- Aug 20, 2012
-
-
INADA Naoki authored
-