Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | flori/json#60: Incorrect pretty-print indentation | Clemens Fuchslocher | 2011-02-26 | 2 | -5/+2 | |
| | | |/ / / | ||||||
| * | | | | | typo, README file extension | lorensr | 2011-05-11 | 2 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Create gemspec by default | Florian Frank | 2011-06-09 | 3 | -19/+21 | |
| | | | | | | ||||||
* | | | | | | Apply patch by Cory Monty <cory.monty@gmail.com>. | Florian Frank | 2011-06-09 | 4 | -5/+93 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | use []= method if objectClass isn't a Hash | Florian Frank | 2011-05-11 | 2 | -17/+25 | |
|/ / / / | ||||||
* | | | | Merge branch 'gmaster' | Florian Frank | 2011-05-11 | 0 | -0/+0 | |
|\ \ \ \ | ||||||
| * | | | | Revert "Put the json and json_pure gemspecs in standalone .gemspec files so ↵ | Florian Frank | 2011-05-11 | 4 | -89/+80 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that they can be used by Bundler" This reverts commit dbd6343217ab77c37948d1202541ae33076155ab. Conflicts: json.gemspec json_pure.gemspec | |||||
| * | | | | Revert "Add the constants.rb file to the gemspec ignore list, and don't echo ↵ | Florian Frank | 2011-05-11 | 1 | -3/+3 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | the stdout when detecting the ragel binaries" This reverts commit a592f7ef0af4cf54fa5dad536cc0203d4084c781. | |||||
| * | | | Merge pull request #72 from nono/rubygems_deprecations | Florian Frank | 2011-05-11 | 2 | -4/+0 | |
| |\ \ \ | | | | | | | | | | | has_rdoc= and default_executable= have been deprecated | |||||
| | * | | | has_rdoc= and default_executable= have been deprecated | Bruno Michel | 2011-05-08 | 2 | -4/+0 | |
| |/ / / | ||||||
| * | | | Merged pull request #69 from jonleighton/master. | Florian Frank | 2011-04-26 | 7 | -152/+183 | |
| |\ \ \ | | |/ / | |/| | | If a custom :object_class is given, the C extension should not use rb_hash_aset - it should call the object's []= method instead. | |||||
| | * | | Add the constants.rb file to the gemspec ignore list, and don't echo the ↵ | Jon Leighton | 2011-04-01 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | stdout when detecting the ragel binaries | |||||
| | * | | Put the json and json_pure gemspecs in standalone .gemspec files so that ↵ | Jon Leighton | 2011-04-01 | 4 | -80/+93 | |
| | | | | | | | | | | | | | | | | they can be used by Bundler | |||||
| | * | | If a custom :object_class is given, the C extension should not use ↵ | Jon Leighton | 2011-04-01 | 3 | -72/+90 | |
| |/ / | | | | | | | | | | rb_hash_aset - it should call the object's []= method instead. | |||||
* | | | If a custom :object_class is given, the C extension should not use ↵ | Jon Leighton | 2011-05-11 | 3 | -72/+90 | |
| | | | | | | | | | | | | rb_hash_aset - it should call the object's []= method instead. | |||||
* | | | Adds development dependencies | Florian Frank | 2011-05-11 | 3 | -20/+44 | |
| | | | ||||||
* | | | Create gemspecs | Florian Frank | 2011-05-11 | 6 | -39/+84 | |
|/ / | | | | | | | Get rid of rake-compiler dependencies | |||||
* | | Support building of fat binary gemv1.5.1 | Florian Frank | 2011-01-26 | 5 | -6/+26 | |
| | | | | | | | | This should fix issue #51 on Windows | |||||
* | | renamed :match argument to :match_stringv1.5.0 | Florian Frank | 2011-01-05 | 7 | -35/+37 | |
| | | ||||||
* | | avoid object creation | Florian Frank | 2011-01-03 | 2 | -42/+38 | |
| | | ||||||
* | | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2011-01-03 | 0 | -0/+0 | |
|\ \ | |/ | | | | | | | Conflicts: Rakefile | |||||
| * | Merge branch 'integrate-jruby' | Florian Frank | 2010-10-05 | 6 | -983/+8 | |
| |\ | | | | | | | | | | | | | Conflicts: Rakefile | |||||
| | * | started to build jruby extension with Rakefile | Florian Frank | 2010-09-27 | 29 | -1177/+272 | |
| | | | ||||||
* | | | Merge branch 'string-matching' | Florian Frank | 2011-01-02 | 18 | -321/+505 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore Rakefile tests/test_json_encoding.rb | |||||
| * | | | Rubinius' strscan already has a @match ivar | Florian Frank | 2011-01-02 | 4 | -5/+7 | |
| | | | | ||||||
| * | | | query if ruby/st.h exists | Florian Frank | 2011-01-02 | 2 | -0/+5 | |
| | | | | ||||||
| * | | | fixed test setup | Florian Frank | 2011-01-02 | 9 | -52/+33 | |
| | | | | ||||||
| * | | | implement string matching for java parser | Florian Frank | 2011-01-02 | 6 | -300/+348 | |
| | | | | ||||||
| * | | | Added matching in pure/ext parser | Florian Frank | 2011-01-02 | 6 | -54/+202 | |
| | | | | ||||||
| * | | | stop ignore java project configs | Florian Frank | 2011-01-02 | 1 | -7/+0 | |
| | | | | ||||||
| * | | | make sure bytes is a 8-bit string on all rubies | Florian Frank | 2011-01-02 | 1 | -2/+7 | |
| | | | | ||||||
| * | | | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-02 | 5 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | |||||
| * | | | obsoleted json/add/rails definitions | Florian Frank | 2011-01-02 | 2 | -198/+4 | |
| | | | | ||||||
| * | | | use JSON.iconv abstraction | Florian Frank | 2011-01-02 | 6 | -75/+25 | |
| | | | | ||||||
| * | | | speed up | Shota Fukumori (sora_h) | 2011-01-02 | 1 | -4/+6 | |
| | | | | ||||||
| * | | | never use iconv | Shota Fukumori (sora_h) | 2011-01-02 | 2 | -9/+14 | |
| | | | | ||||||
| * | | | build jruby extension with Rakefile | Florian Frank | 2011-01-02 | 6 | -983/+8 | |
| |/ / | ||||||
* | | | stop ignore java project configs | Florian Frank | 2011-01-01 | 1 | -7/+0 | |
| | | | ||||||
* | | | make sure bytes is a 8-bit string on all rubies | Florian Frank | 2011-01-01 | 1 | -2/+7 | |
| | | | ||||||
* | | | Fix for ruby 1.9 const_defined? method | Florian Frank | 2011-01-01 | 5 | -8/+19 | |
| | | | | | | | | | | | | | | | | | | ruby 1.9 breaks backwards compatibility by usіng the wrong default value for its newly introduced second argument. This patch implements a work around, to make this gem work on both ruby 1.8 and 1.9. | |||||
* | | | obsoleted json/add/rails definitions | Florian Frank | 2011-01-01 | 2 | -198/+4 | |
| | | | ||||||
* | | | use JSON.iconv abstraction | Florian Frank | 2011-01-01 | 6 | -75/+25 | |
| | | | ||||||
* | | | speed up | Shota Fukumori (sora_h) | 2011-01-01 | 1 | -4/+6 | |
| | | | ||||||
* | | | never use iconv | Shota Fukumori (sora_h) | 2011-01-01 | 2 | -9/+14 | |
| | | | ||||||
* | | | started to build jruby extension with Rakefile | Florian Frank | 2011-01-01 | 6 | -983/+8 | |
|/ / | ||||||
* | | started to build jruby extension with Rakefile | Florian Frank | 2010-09-23 | 24 | -198/+268 | |
|/ | ||||||
* | silenced "already initialized constant" warnings | Florian Frank | 2010-09-17 | 3 | -2/+5 | |
| | ||||||
* | use long instead of int | Florian Frank | 2010-09-17 | 2 | -27/+27 | |
| | ||||||
* | better debugging message | Florian Frank | 2010-08-20 | 2 | -2/+3 | |
| | ||||||
* | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2010-08-18 | 0 | -0/+0 | |
|\ | | | | | | | | | | | | | Conflicts: CHANGES VERSION lib/json/version.rb |