summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* avoid superflous ifv1.2.4v1.2Florian Frank2010-04-081-3/+3
|
* Trigger const_missing mechanism for RailsFlorian Frank2010-04-086-9/+17
| | | | | In order to allow Rails' dynamic class loading to work, the const_missing callback must be called.
* added [] method to State objectsv1.2.3Florian Frank2010-03-116-5/+34
|
* Compatibility to Rubiniusv1.2.2Florian Frank2010-02-278-128/+112
| | | | Bumped the version number to 1.2.2 and fixed some tests, too.
* avoid rdoc issue, thx to github user spier.v1.2.1Florian Frank2009-12-071-3/+3
|
* serialise symbols in add/coreFlorian Frank2009-12-031-0/+13
|
* benchmark symbolized namesFlorian Frank2009-12-031-0/+14
|
* implemented symbolize_names feature, #8Florian Frank2009-11-258-97/+154
|
* skip the... andFlorian Frank2009-11-181-2/+2
|
* added support for mingwFlorian Frank2009-11-181-2/+2
|
* Make json/add/[core|rails].rb respect JSON.create_idSebastian Cohnen2009-11-182-9/+9
|
* don't use rubyforge as home any moreFlorian Frank2009-11-081-2/+2
|
* use Array#permutation if it existsv1.2.0Florian Frank2009-10-261-12/+20
| | | | | otherwise create a Array#permutation method with the permutation gem on the fly
* ignore .nfs.* filesFlorian Frank2009-10-212-1/+2
|
* nicer error messagesFlorian Frank2009-10-192-5/+5
|
* Merge branch 'master' of gate.dyna.ping.de:/git/jsonFlorian Frank2009-10-190-0/+0
|\ | | | | | | | | Conflicts: ext/json/ext/generator/generator.c
| * added conversion to utf8 to generators as wellFlorian Frank2009-10-193-22/+58
| |
* | added conversion to utf8 to generators as wellFlorian Frank2009-10-193-21/+61
|/
* PLATFORM -> RUBY_PLATFORM, don't exist in Ruby 1.9Florian Frank2009-10-191-1/+1
|
* Merge commit '457cef9a455aa1a6e4e5341e380df37c75de0d74'Florian Frank2009-10-191-3/+9
|\
| * Warn about the absence of rake-compiler if it's not installed.Ubiratan Pires Alberton2009-10-051-3/+9
| |
* | Merge branch 'master' of github.com:/flori/jsonFlorian Frank2009-10-191-1/+5
|\ \ | |/
| * When installing if it is JRuby then install the pure version.Abhi Yerra2009-09-221-1/+5
| | | | | | Signed-off-by: Florian Frank <flori@ping.de>
* | Merge branch 'work'Florian Frank2009-10-190-0/+0
|\ \
| * \ implemented utf sniffing, transcoding in parserFlorian Frank2009-10-1912-473/+710
| |\ \ | | | | | | | | | | | | | | | | improved documentation added to changes
* | \ \ implemented utf sniffing, transcoding in parserFlorian Frank2009-10-1914-475/+712
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | improved documentation added to changes bumped version
| * | implemented utf sniffing, transcoding in parserFlorian Frank2009-10-169-448/+661
| | | | | | | | | | | | | | | improved documentation added to changes
| * | added additional checks for generate methodsFlorian Frank2009-10-164-25/+49
| | |
| * | different default in fast_generateFlorian Frank2009-10-164-7/+9
| | | | | | | | | | | | | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3)
* | | Merge branch 'master' of gate.dyna.ping.de:/git/jsonFlorian Frank2009-10-010-0/+0
|\ \ \
| * | | different default in fast_generateFlorian Frank2009-10-013-7/+7
| |/ / | | | | | | | | | | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate.
* | | different default in fast_generateFlorian Frank2009-10-014-7/+9
|/ / | | | | | | | | | | fast_generate now defaults to throwing an exception if an infinite or nan float is encountered. This is the same behaviour as in generate and pretty_generate. (Fix for http://github.com/flori/json/issues#issue/3)
* | do not add to filesFlorian Frank2009-10-011-1/+1
|/
* Documention patch by okkez.NARUSE, Yui2009-09-131-3/+3
| | | | http://redmine.ruby-lang.org/issues/show/2075
* Merge branch 'master' of git@github.com:/flori/jsonFlorian Frank2009-09-021-2/+1
|\
| * NaN is now 0.0/0 because of 1.8/1.9 compat.NARUSE, Yui2009-09-021-1/+1
| | | | | | | | | | ruby-trunk r24730 Signed-off-by: Florian Frank <flori@ping.de>
| * remove unnecessary private specifier.NARUSE, Yui2009-09-021-1/+0
| | | | | | | | | | r24310 of ruby-trunk [ruby-dev:38929] Signed-off-by: Florian Frank <flori@ping.de>
* | added new version fileFlorian Frank2009-09-021-1/+1
|/
* bumped version for new changeFlorian Frank2009-08-312-1/+3
|
* add main doc file to extra_rdoc_filesFlorian Frank2009-08-311-0/+2
|
* added descriptionv1.1.8Florian Frank2009-08-261-0/+1
|
* better headlinesFlorian Frank2009-08-241-283/+283
|
* renamed main doc fileFlorian Frank2009-08-242-5/+3
|
* initial commitFlorian Frank2009-08-24119-0/+38028