Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Java: fixed Generator::State setters for String values | Daniel Luz | 2010-08-07 | 1 | -6/+3 | |
| | | | ||||||
| * | | Java: copy depth in State#initialize_copy | Daniel Luz | 2010-08-07 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added Java build files to gitignore | Daniel Luz | 2010-08-07 | 1 | -0/+13 | |
| | | | ||||||
| * | | Merge remote branch 'flori/master' | Daniel Luz | 2010-08-07 | 4 | -4/+59 | |
| |\ \ | | |/ | ||||||
| * | | Java: manage depth in state | Daniel Luz | 2010-08-07 | 2 | -63/+84 | |
| | | | ||||||
| * | | Merge remote branch 'flori/master' | Daniel Luz | 2010-08-07 | 6 | -102/+155 | |
| |\ \ | ||||||
* | \ \ | Merge remote branch 'flori/master' | Charles Oliver Nutter | 2010-08-06 | 9 | -106/+214 | |
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | ||||||
| * | | do not freeze to allow chaging defaultsv1.4.5 | Florian Frank | 2010-08-07 | 2 | -3/+4 | |
| | | | ||||||
| * | | added missing methods to State + tests | Florian Frank | 2010-08-07 | 2 | -1/+51 | |
| | | | ||||||
| * | | changed CHANGES | Florian Frank | 2010-08-07 | 1 | -0/+4 | |
| |/ | ||||||
| * | mange depth in state | Florian Frank | 2010-08-07 | 3 | -68/+120 | |
| | | ||||||
| * | new version | Florian Frank | 2010-08-06 | 2 | -2/+2 | |
| | | ||||||
| * | some code cleanup | Florian Frank | 2010-08-06 | 2 | -32/+33 | |
| | | ||||||
* | | Merge remote branch 'flori/master'v1.4.4-java | Charles Oliver Nutter | 2010-08-06 | 9 | -180/+277 | |
|\ \ | |/ | ||||||
| * | Prepare new versionv1.4.4 | Florian Frank | 2010-08-06 | 3 | -2/+6 | |
| | | ||||||
| * | make sure to use toplevel ::Encoding | Florian Frank | 2010-08-06 | 1 | -8/+9 | |
| | | ||||||
| * | changed documentation | Florian Frank | 2010-08-06 | 1 | -7/+5 | |
| | | ||||||
| * | cleaned up code a bit | Florian Frank | 2010-08-06 | 1 | -12/+6 | |
| | | ||||||
| * | use sdoc | Florian Frank | 2010-08-06 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of gate.dyna.ping.de:/git/json | Florian Frank | 2010-08-05 | 0 | -0/+0 | |
| |\ | | | | | | | | | | | | | | | | Conflicts: ext/json/ext/generator/generator.c ext/json/ext/generator/generator.h | |||||
| | * | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 4 | -271/+272 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c | |||||
| * | | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 4 | -261/+293 | |
| |/ | | | | | | | | | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c | |||||
| * | Revert "use method dispatch for generation again" | Florian Frank | 2010-08-05 | 2 | -30/+8 | |
| | | | | | | | | This reverts commit f0a14faf1d59a5ea86a79d3a5780e8433bfc9e16. | |||||
| * | use method dispatch for generation again | Florian Frank | 2010-08-03 | 2 | -8/+30 | |
| | | ||||||
| * | use rb_funcall for duping | Florian Frank | 2010-08-03 | 1 | -3/+4 | |
| | | | | | | | | rbx doesn't support rb_obj_dup :-( | |||||
| * | Merge branch 'master' of github.com:/flori/json | Florian Frank | 2010-08-03 | 2 | -3/+8 | |
| |\ | ||||||
| * | | use method dispatch for generation again | Florian Frank | 2010-07-24 | 3 | -197/+264 | |
| | | | ||||||
* | | | Move json-jruby.gemspec to json-java.gemspec. | Charles Oliver Nutter | 2010-08-03 | 1 | -0/+0 | |
| | | | ||||||
* | | | Merge JRuby-compatible extension into json proper. | Charles Oliver Nutter | 2010-08-03 | 21 | -0/+6002 | |
| |/ |/| | ||||||
* | | Zero out the generator struct to avoid GC problems | Jake Douglas | 2010-08-03 | 1 | -0/+1 | |
| | | ||||||
* | | Fix header conflict problem with OSX's ruby.framework | Evan Phoenix | 2010-08-03 | 1 | -2/+6 | |
| | | | | | | | | | | Only look for ruby/re.h if compiling under 1.9, otherwise OS X stupidly picks up ruby/re.h from the ruby.framework, which conflicts. | |||||
* | | fix tha use of REALLOC_N. | NARUSE, Yui | 2010-05-09 | 1 | -1/+1 | |
|/ | | | | | From Ruby r27694 [ruby-dev:41227]. This caused build failure with SunStudio on sparc Solaris. | |||||
* | Merge branch 'master' of github.com:/flori/json | Florian Frank | 2010-05-05 | 1 | -6/+6 | |
|\ | ||||||
| * | Fix wrong assertion: use assert_equal. | NARUSE, Yui | 2010-05-03 | 1 | -6/+6 | |
| | | | | | | | | From Ruby r27587 and r27590, by nobu. | |||||
* | | Fix for subclassed core classes, github issue 20v1.4.3 | Florian Frank | 2010-05-05 | 5 | -138/+145 | |
|/ | | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods. | |||||
* | Revert "simplified build structure"v1.4.2 | Joshua Peek | 2010-04-28 | 9 | -17/+20 | |
| | | | | This reverts 76e017a1b8a042bcb682b68821cc33f29788cd9a commit. | |||||
* | new version | Florian Frank | 2010-04-28 | 1 | -1/+1 | |
| | ||||||
* | changed the CHANGES | Florian Frank | 2010-04-28 | 1 | -0/+2 | |
| | ||||||
* | Free the buffer content as well. | Florian Frank | 2010-04-28 | 1 | -1/+1 | |
| | | | | | Forgot to change back to the regular fbuffer_free function after ending the nocopying experiment. This of course caused a memory leak. | |||||
* | prepare for 1.4.2 release | Florian Frank | 2010-04-26 | 2 | -1/+6 | |
| | ||||||
* | allow building of json_pure if extensiontask is not present | devrandom | 2010-04-26 | 1 | -1/+3 | |
| | ||||||
* | Get rid of a warning. | NARUSE, Yui | 2010-04-26 | 1 | -1/+1 | |
| | | | | | Merged from Ruby r27502, fixed by usa. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=27502 | |||||
* | Fix mixed declarations and code. | NARUSE, Yui | 2010-04-26 | 3 | -11/+20 | |
| | | | | ISO C90 forbids mixed declarations and code, and this breaks VC++. | |||||
* | Fixed T_FIXNUM bug on 64bit architectures.v1.4.1 | Florian Frank | 2010-04-25 | 7 | -14/+30 | |
| | ||||||
* | Forgot to add the changes. | Florian Frank | 2010-04-23 | 1 | -0/+4 | |
| | ||||||
* | Merge branch 'rbx-fix'v1.4.0 | Florian Frank | 2010-04-23 | 10 | -88/+41 | |
|\ | | | | | | | Supports rubinius now. Avoided depending on MRI internals too much. | |||||
| * | does compile now, but causes a crash | Florian Frank | 2010-03-20 | 3 | -21/+32 | |
| | | ||||||
* | | Prepare for version 1.4.0 release | Florian Frank | 2010-04-23 | 2 | -2/+2 | |
| | | ||||||
* | | avoid superflous if | Florian Frank | 2010-04-08 | 1 | -3/+3 | |
| | | ||||||
* | | Merged in const_missing triggering from v1.2 | Florian Frank | 2010-04-08 | 4 | -7/+15 | |
|\ \ | |/ |/| | | | | | | | | | | | Merge commit 'a294a83f4d22901651d09c06063eb20d3b2290b8' Conflicts: VERSION lib/json/version.rb |