diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 22:38:42 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-06-06 22:38:42 +0000 |
| commit | 327060e0d340159222d74ca79b0e0acfdd571b91 (patch) | |
| tree | 5f4596a1a68c41d917a4aacb43b9804c2121158b /ChangeLog | |
| parent | b81063497c0411050a4495afe87a9c8f7a0da82c (diff) | |
| download | ruby-327060e0d340159222d74ca79b0e0acfdd571b91.tar.gz ruby-327060e0d340159222d74ca79b0e0acfdd571b91.tar.xz ruby-327060e0d340159222d74ca79b0e0acfdd571b91.zip | |
* lib/json/common.rb: Ponder offering parse\! method.
* lib/json/editor.rb: be a bit more robust while loading data.
* ext/json/ext/{generator,parser}/extconf.rb:
add a have_header directive for st.h
* test/json: fix some tests.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Thu Jun 07 07:24:36 2007 NARUSE, Yui <naruse@ruby-lang.org> + + * lib/json/common.rb: Ponder offering parse! method. + + * lib/json/editor.rb: be a bit more robust while loading data. + + * ext/json/ext/{generator,parser}/extconf.rb: + add a have_header directive for st.h + + * test/json: fix some tests. + Thu Jun 7 03:29:18 2007 Koichi Sasada <ko1@atdot.net> * test_fiber.rb: add a test (Continuation and Fiber). |
