index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
json
/
generator
/
generator.c
Age
Commit message (
Expand
)
Author
2019-10-17
Remove unused constant.
Aaron Patterson
2019-10-17
Look up constant instead of caching in a global
Aaron Patterson
2019-10-14
[flori/json] Add ascii_only option to JSON::Ext::Generator::State.new.
Sho Hashimoto
2019-10-14
[flori/json] Add shortcut converting to String
Watson
2019-10-14
[flori/json] Convert Hash object using rb_hash_foreach()
Watson
2019-10-14
[flori/json] Fixed unexpected illegal/malformed utf-8 error
Nobuyoshi Nakada
2019-10-14
[flori/json] Convert string encoding to UTF-8 only when needed
Watson
2019-10-14
[flori/json] Convert String encoding using `rb_str_encode()`
Watson
2019-10-14
[flori/json] Does not check whether illegal utf-8 if string has ascii only.
Watson
2019-07-09
Suppress uninitialized instance variable warnings
Nobuyoshi Nakada
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Add error globals to mark list so they don't move
tenderlove
2019-02-23
Merge json-2.2.0 from flori/json.
hsbt
2018-02-16
no ID cache in Init functions
nobu
2017-04-12
Merge json-2.0.4.
hsbt
2016-08-01
* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.
hsbt
2016-07-05
* ext/json/*, test/json/*: Update json-2.0.1.
hsbt
2016-06-13
Integer unification macro
nobu
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2015-05-28
generator.c: allocate structs with wrapper
nobu
2015-04-12
* ext/json/*, test/json/*: Reverted r50231. Because it's not works with
hsbt
2015-04-11
* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.
hsbt
2015-02-13
* ext/json: merge upstream from flori/json
hsbt
2015-02-11
generator.c: fix infinite recursion
nobu
2015-01-13
* ext/json, test/json: merge JSON HEAD(259dee6)
hsbt
2014-12-28
* ext/json, test/json: merge JSON HEAD(17fe8e7)
hsbt
2014-12-28
ext/json: for ancient backward compatibilities
nobu
2014-12-27
json: backward compatibilities
nobu
2014-12-01
use 0 for reserved
nobu
2014-10-04
json/generator: typed data
nobu
2014-10-04
ext: protoize no-arguments functions
nobu
2014-02-21
class.c: do nothing if copying self
nobu
2014-01-15
ext/json: backward compatibilities
nobu
2013-11-20
* ext/json: merge JSON 1.8.1.
naruse
2013-09-12
Eliminate less-than-zero checks for unsigned variables
nobu
2013-05-08
* ext/json/generator/generator.c (isArrayOrObject): cast char to
naruse
2013-04-16
* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-02-12
* ext/json: merge JSON 1.7.7.
naruse
2012-12-12
* ext/json: merge JSON 1.7.5.
naruse
2012-05-07
* ext/json: Merge JSON 1.7.1.
naruse
2012-04-15
Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.
naruse
2012-04-08
Additional experimental fix for r35261.
naruse
2012-04-08
* ext/json/generator/generator.c (generate_json_bignum):
naruse
2012-03-11
* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
naruse
2011-09-05
Fix typo: U+0456->U+0069. [Bug #5275]
naruse
2011-08-31
* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).
naruse
2011-08-30
* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
naruse
[next]