2010-09-05 04:13:51 by OBATA Akio | Files touched by this commit (5) |
Log message:
Update ruby-json{,_pure} to 1.4.6.
2010-08-09 (1.4.6)
* Fixed oversight reported in http://github.com/flori/json/issues/closed#issue/23,
always create a new object from the state prototype.
* Made pure and ext api more similar again.
2010-08-07 (1.4.5)
* Manage data structure nesting depth in state object during generation. This
should reduce problems with to_json method definіtions that only have one
argument.
* Some fixes in the state objects and additional tests.
2010-08-06 (1.4.4)
* Fixes build problem for rubinius under OS X, \
http://github.com/flori/json/issues/closed#issue/25
* Fixes crashes described in \
http://github.com/flori/json/issues/closed#issue/21 and
http://github.com/flori/json/issues/closed#issue/23
|
2010-06-15 15:35:52 by OBATA Akio | Files touched by this commit (2) |
Log message:
Fixes GEM_CLEANBUILD patterns, or built C extensions are cleared and
result in same as ruby-json-pure.
Bump PKGREVISION.
|
2010-05-16 11:12:30 by OBATA Akio | Files touched by this commit (3) |
Log message:
Update ruby-json to 1.4.3.
2010-05-05 (1.4.3)
* Fixed some test assertions, from Ruby r27587 and r27590, patch by nobu.
* Fixed issue http://github.com/flori/json/issues/#issue/20 reported by
electronicwhisper@github. Thx!
|
2010-05-04 04:46:50 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
Update ruby-json package from 1.2.0 to 1.4.2.
2010-04-26 (1.4.2)
* Applied patch from naruse Yui NARUSE <naruse@airemix.com> to make \
building with
Microsoft Visual C possible again.
* Applied patch from devrandom <c1.github@niftybox.net> in order to \
allow building of
json_pure if extensiontask is not present.
* Thanks to Dustin Schneider <dustin@stocktwits.com>, who reported a memory
leak, which is fixed in this release.
* Applied 993f261ccb8f911d2ae57e9db48ec7acd0187283 patch from josh@github.
2010-04-25 (1.4.1)
* Fix for a bug reported by Dan DeLeo <dan@kallistec.com>, caused by T_FIXNUM
being different on 32bit/64bit architectures.
2010-04-23 (1.4.0)
* Major speed improvements and building with simplified
directory/file-structure.
* Extension should at least be comapatible with MRI, YARV and Rubinius.
2010-04-07 (1.2.4)
* Triger const_missing callback to make Rails' dynamic class loading work.
2010-03-11 (1.2.3)
* Added a State#[] method which returns an attribute's value in order to
increase duck type compatibility to Hash.
2010-02-27 (1.2.2)
* Made some changes to make the building of the parser/generator compatible
to Rubinius.
2009-11-25 (1.2.1)
* Added :symbolize_names option to Parser, which returns symbols instead of
strings in object names/keys.
|
2009-11-23 14:33:47 by Filip Hajny | Files touched by this commit (4) |
Log message:
Update ruby-json to 1.2.0
Too many changes, see:
http://github.com/flori/json/blob/master/CHANGES
|
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message:
Remove @dirrm entries from PLISTs
|
2008-09-15 10:38:01 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Update ruby-json pacakge to 1.1.3.
2008-07-10 (1.1.3)
* Wesley Beary <monki@geemus.com> reported a bug in json/add/core's DateTime
handling: If the nominator and denominator of the offset were divisible by
each other Ruby's Rational#to_s returns them as an integer not a fraction
with '/'. This caused a ZeroDivisionError during parsing.
* Use Date#start and DateTime#start instead of sg method, while
remaining backwards compatible.
* Supports ragel >= 6.0 now.
* Corrected some tests.
* Some minor changes.
|