summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* renamed :match argument to :match_stringv1.5.0Florian Frank2011-01-051-3/+3
|
* Rubinius' strscan already has a @match ivarFlorian Frank2011-01-021-3/+3
|
* Added matching in pure/ext parserFlorian Frank2011-01-021-8/+14
|
* make sure bytes is a 8-bit string on all rubiesFlorian Frank2011-01-021-2/+7
|
* Fix for ruby 1.9 const_defined? methodFlorian Frank2011-01-024-8/+17
| | | | | | 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 definitionsFlorian Frank2011-01-021-54/+4
|
* use JSON.iconv abstractionFlorian Frank2011-01-025-72/+17
|
* speed upShota Fukumori (sora_h)2011-01-021-4/+6
|
* never use iconvShota Fukumori (sora_h)2011-01-021-2/+6
|
* started to build jruby extension with RakefileFlorian Frank2010-09-231-4/+6
|
* silenced "already initialized constant" warningsFlorian Frank2010-09-173-2/+5
|
* better debugging messageFlorian Frank2010-08-201-2/+2
|
* prepare new versionFlorian Frank2010-08-183-3/+3
| | | | | fixed some warnings wrote some rake tasks to build jruby extension
* prepare new versionFlorian Frank2010-08-181-1/+1
|
* do not forget to dup the stateFlorian Frank2010-08-071-75/+57
| | | | use state for depth checking in pure as well
* do not freeze to allow chaging defaultsv1.4.5Florian Frank2010-08-071-3/+3
|
* added missing methods to State + testsFlorian Frank2010-08-071-1/+6
|
* mange depth in stateFlorian Frank2010-08-071-9/+3
|
* new versionFlorian Frank2010-08-061-1/+1
|
* some code cleanupFlorian Frank2010-08-062-32/+33
|
* Prepare new versionv1.4.4Florian Frank2010-08-061-1/+1
|
* make sure to use toplevel ::EncodingFlorian Frank2010-08-061-8/+9
|
* Revert "use method dispatch for generation again"Florian Frank2010-08-051-3/+9
| | | | | | | | This reverts commit 59eab2b7ad1b44dc424fb3fffa5520947f7360f3. Conflicts: ext/json/ext/generator/generator.c
* use method dispatch for generation againFlorian Frank2010-07-241-9/+3
|
* Fix for subclassed core classes, github issue 20v1.4.3Florian Frank2010-05-051-1/+1
| | | | | Fixed a problem in the 1.4.x versions, that caused subclasses of core classes to miss calling their to_json methods.
* new versionFlorian Frank2010-04-281-1/+1
|
* Fixed T_FIXNUM bug on 64bit architectures.v1.4.1Florian Frank2010-04-251-1/+1
|
* Prepare for version 1.4.0 releaseFlorian Frank2010-04-231-1/+1
|
* avoid superflous ifFlorian Frank2010-04-081-3/+3
|
* Merged in const_missing triggering from v1.2Florian Frank2010-04-081-3/+7
|\ | | | | | | | | | | | | | | Merge commit 'a294a83f4d22901651d09c06063eb20d3b2290b8' Conflicts: VERSION lib/json/version.rb
| * Trigger const_missing mechanism for RailsFlorian Frank2010-04-082-4/+8
| | | | | | | | | | In order to allow Rails' dynamic class loading to work, the const_missing callback must be called.
* | Merge commit 'v1.2.3'Florian Frank2010-03-133-2/+16
|\ \ | |/ | | | | Merged in some additional features from the v1.2 branch.
| * added [] method to State objectsv1.2.3Florian Frank2010-03-112-1/+6
| |
| * Compatibility to Rubiniusv1.2.2Florian Frank2010-02-271-1/+1
| | | | | | | | Bumped the version number to 1.2.2 and fixed some tests, too.
| * serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
| |
| * implemented symbolize_names feature, #8Florian Frank2009-11-253-2/+11
| |
* | serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
| |
* | implemented prototype featureFlorian Frank2009-11-202-26/+42
| |
* | bumped version to 2.0.0Florian Frank2009-11-181-1/+1
| |
* | Merge commit '35368ebef6f787be793d79d278b8ce44d3889ebb'Florian Frank2009-11-182-9/+9
|\ \ | |/
| * Make json/add/[core|rails].rb respect JSON.create_idSebastian Cohnen2009-11-182-9/+9
| |
* | added docu, some methods renamedFlorian Frank2009-11-051-1/+3
| |
* | optimised speed a lot, added only_ascii modeFlorian Frank2009-10-261-7/+39
| |
* | first version to pass the tests againFlorian Frank2009-10-262-13/+22
| |
* | optimised pure variant a bit, prepared for extFlorian Frank2009-10-262-3/+3
| |
* | optimised pure variant a bitFlorian Frank2009-10-262-85/+47
|/
* added conversion to utf8 to generators as wellFlorian Frank2009-10-191-8/+22
|
* implemented utf sniffing, transcoding in parserFlorian Frank2009-10-193-17/+67
|\ | | | | | | | | | | improved documentation added to changes bumped version
| * implemented utf sniffing, transcoding in parserFlorian Frank2009-10-162-1/+41
| | | | | | | | | | improved documentation added to changes
| * added additional checks for generate methodsFlorian Frank2009-10-161-15/+25
| |