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
/
pure
/
generator.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #191 from jkanywhere/spell-fixes
Hiroshi SHIBATA
2020-06-25
1
-1
/
+1
|
\
|
*
Spelling and grammar fixes for comments.
Josh Kline
2013-12-28
1
-1
/
+1
*
|
Fix warning from trying to access an uninitialized ivar.
Ryan Davis
2019-11-27
1
-1
/
+2
*
|
Add frozen_string_literal: false
Nobuyoshi Nakada
2016-06-21
1
-0
/
+1
*
|
Only support newer Rubies e. g. Encoding
Florian Frank
2016-06-03
1
-101
/
+47
*
|
Remove quirks mode
Florian Frank
2016-06-02
1
-13
/
+0
*
|
Merge branch 'v1.8'
Florian Frank
2016-02-25
1
-2
/
+10
|
\
\
|
*
|
Check for existence of #to_json method before call
Florian Frank
2016-02-25
1
-2
/
+10
|
|
/
*
|
Remove generate restriction for […]/{…}
Florian Frank
2015-06-13
1
-7
/
+0
*
|
Move common setup into test_helper.rb
Florian Frank
2015-06-13
1
-2
/
+3
|
/
*
remove unnecessary if
ginriki
2013-04-29
1
-1
/
+1
*
Fix regex encoding problem on ruby-head, ouch
Florian Frank
2013-02-22
1
-9
/
+9
*
Add test and implement pure versiong
Florian Frank
2013-02-22
1
-1
/
+24
*
Try to convert first with to_hash, then to_h
Florian Frank
2013-02-21
1
-0
/
+7
*
Increase hash likeness of State objects
Florian Frank
2012-12-31
1
-12
/
+32
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
1
-2
/
+2
*
Fix string/regexp encoding mismatch in jruby
Florian Frank
2012-05-10
1
-6
/
+6
*
Use C implementation and better regexp for pure
Florian Frank
2012-03-20
1
-2
/
+6
*
Extract fbuffer and use it in parser and generator
Florian Frank
2011-11-23
1
-1
/
+1
*
change documentation
Florian Frank
2011-11-10
1
-2
/
+2
*
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
1
-9
/
+20
*
Add some documentation
v1.5.4
Florian Frank
2011-08-31
1
-0
/
+2
*
started quirks mode for generator
Florian Frank
2011-07-27
1
-2
/
+15
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
*
Alias State#configure method as State#merge
Florian Frank
2011-06-20
1
-0
/
+1
*
typo, README file extension
lorensr
2011-05-11
1
-1
/
+1
*
use JSON.iconv abstraction
Florian Frank
2011-01-01
1
-4
/
+4
*
started to build jruby extension with Rakefile
Florian Frank
2010-09-23
1
-4
/
+6
*
do not forget to dup the state
Florian Frank
2010-08-07
1
-75
/
+57
*
added missing methods to State + tests
Florian Frank
2010-08-07
1
-1
/
+6
*
Merge commit 'v1.2.3'
Florian Frank
2010-03-13
1
-1
/
+6
|
\
|
*
added [] method to State objects
v1.2.3
Florian Frank
2010-03-11
1
-0
/
+5
*
|
implemented prototype feature
Florian Frank
2009-11-20
1
-6
/
+6
*
|
added docu, some methods renamed
Florian Frank
2009-11-05
1
-1
/
+3
*
|
optimised speed a lot, added only_ascii mode
Florian Frank
2009-10-26
1
-7
/
+39
*
|
first version to pass the tests again
Florian Frank
2009-10-26
1
-8
/
+5
*
|
optimised pure variant a bit, prepared for ext
Florian Frank
2009-10-26
1
-1
/
+1
*
|
optimised pure variant a bit
Florian Frank
2009-10-26
1
-64
/
+37
|
/
*
added conversion to utf8 to generators as well
Florian Frank
2009-10-19
1
-8
/
+22
*
different default in fast_generate
Florian Frank
2009-10-01
1
-2
/
+2
*
initial commit
Florian Frank
2009-08-24
1
-0
/
+429