index
:
delta/ruby-gems/json.git
MagLev-master
add-json-generic-object-loader-dumper
backport-ruby-core
be-compatible-with-ruby-2.2.1
brixen-master
fix-additions-problem-v1.5.5
fix-additions-problem-v1.6.8
fix-regex-stack-overflow
gh-pages
headius-jruby_perf_tweaks
jruby-fix-encoding
json-generic-from_hashes
luislavena-stop-polluting-load-path
master
merge-master-into-MagLev-master
merge-recent-ruby-changes
nobu-master
nobu-trunk
parsing-numbers-with-specified-number-classes
pick-ruby-core
prepare-3.0
raise-error-on-invalid-utf8
remove-generate-task-for-gemspec
replace-nan
rfc-7159-json
sferik-max_nesting
v1.2
v1.8
v2.0
workaround-rbx-encoding-issues
zzak-ruby-2.2
github.com: flori/json
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
json
/
common.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Security fix create_additons/JSON::GenericObject
v1.7.7
Florian Frank
2013-02-11
1
-7
/
+14
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
1
-2
/
+2
*
Implement work around for rbx encoding problem
workaround-rbx-encoding-issues
Florian Frank
2012-05-12
1
-1
/
+4
*
Fix string/regexp encoding mismatch in jruby
Florian Frank
2012-05-10
1
-1
/
+7
*
Add JSON::GenericObject
Florian Frank
2012-04-28
1
-1
/
+1
*
Add implementation for a light object
Florian Frank
2012-04-27
1
-0
/
+1
*
Small fix: JSON.load('') # => nil
Florian Frank
2011-12-01
1
-1
/
+2
*
Make JSON.dump and JSON.load support Rails better
Florian Frank
2011-11-22
1
-4
/
+38
*
probe for read before calling it
Florian Frank
2011-11-03
1
-1
/
+1
*
Merge branch 'quirks-mode'
Florian Frank
2011-08-29
1
-3
/
+15
|
\
|
*
started quirks mode for generator
Florian Frank
2011-07-27
1
-3
/
+15
*
|
Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]
Eric Hodel
2011-08-26
1
-32
/
+32
|
/
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
*
* remove trailing spaces.
nobu
2011-07-07
1
-1
/
+1
*
* lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop res...
nobu
2011-07-07
1
-1
/
+1
*
Apply patch by Cory Monty <cory.monty@gmail.com>.
Florian Frank
2011-06-09
1
-1
/
+5
*
Fix for ruby 1.9 const_defined? method
Florian Frank
2011-01-01
1
-4
/
+14
*
use JSON.iconv abstraction
Florian Frank
2011-01-01
1
-0
/
+9
*
speed up
Shota Fukumori (sora_h)
2011-01-01
1
-4
/
+6
*
never use iconv
Shota Fukumori (sora_h)
2011-01-01
1
-2
/
+6
*
silenced "already initialized constant" warnings
Florian Frank
2010-09-17
1
-0
/
+3
*
better debugging message
Florian Frank
2010-08-20
1
-2
/
+2
*
do not freeze to allow chaging defaults
v1.4.5
Florian Frank
2010-08-07
1
-3
/
+3
*
mange depth in state
Florian Frank
2010-08-07
1
-9
/
+3
*
some code cleanup
Florian Frank
2010-08-06
1
-5
/
+5
*
Revert "use method dispatch for generation again"
Florian Frank
2010-08-05
1
-3
/
+9
*
use method dispatch for generation again
Florian Frank
2010-07-24
1
-9
/
+3
*
avoid superflous if
Florian Frank
2010-04-08
1
-3
/
+3
*
Merged in const_missing triggering from v1.2
Florian Frank
2010-04-08
1
-3
/
+7
|
\
|
*
Trigger const_missing mechanism for Rails
Florian Frank
2010-04-08
1
-3
/
+7
*
|
Merge commit 'v1.2.3'
Florian Frank
2010-03-13
1
-0
/
+5
|
\
\
|
|
/
|
*
implemented symbolize_names feature, #8
Florian Frank
2009-11-25
1
-0
/
+5
*
|
implemented prototype feature
Florian Frank
2009-11-20
1
-20
/
+36
*
|
first version to pass the tests again
Florian Frank
2009-10-26
1
-5
/
+17
*
|
optimised pure variant a bit, prepared for ext
Florian Frank
2009-10-26
1
-2
/
+2
*
|
optimised pure variant a bit
Florian Frank
2009-10-26
1
-21
/
+10
|
/
*
implemented utf sniffing, transcoding in parser
Florian Frank
2009-10-16
1
-0
/
+6
*
added additional checks for generate methods
Florian Frank
2009-10-16
1
-15
/
+25
*
NaN is now 0.0/0 because of 1.8/1.9 compat.
NARUSE, Yui
2009-09-02
1
-1
/
+1
*
remove unnecessary private specifier.
NARUSE, Yui
2009-09-02
1
-1
/
+0
*
initial commit
Florian Frank
2009-08-24
1
-0
/
+356