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
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
Age
Commit message (
Expand
)
Author
5 days
[flori/json] Call `super` in `included` hook
Ufuk Kayserilioglu
2023-02-28
Update the depend files
Matt Valentine-House
2023-02-27
Remove intern/gc.h from Make deps
Matt Valentine-House
2023-02-08
Extract include/ruby/internal/attr/packed_struct.h
Nobuyoshi Nakada
2022-07-29
[flori/json] Stop including the parser source __LINE__ in exceptions
Jean Boussier
2022-02-22
[Feature #18249] Update dependencies
Peter Zhu
2021-11-21
Update dependencies
Nobuyoshi Nakada
2021-10-05
ruby tool/update-deps --fix
卜部昌平
2021-04-13
dependency updates
卜部昌平
2021-02-01
Fix GC compatibility: Don't stash encodings in global constants
Aaron Patterson
2020-12-21
[json] Make json Ractor safe
Kenta Murata
2020-12-21
[json] Stop using prototype objects
Kenta Murata
2020-09-25
Add an option to escape forward slash character
Jean Boussier
2020-08-27
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
sed -i '\,2/extern.h,d'
卜部昌平
2020-07-01
[flori/json] Typo fix
Marc-Andre Lafortune
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-01-06
[flori/json] Add :nodoc: for GeneratorMethods
zverok
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-14
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
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
2019-02-14
Prefer relative directory from srcdir to top_srcdir
nobu
2019-02-11
Use $(hdrdir) for include/ruby.h, as well as r67033
nobu
2018-02-16
no ID cache in Init functions
nobu
2017-04-12
Merge json-2.0.4.
hsbt
2017-03-22
ruby tool/update-deps --fix
shyouhei
2016-08-01
* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.
hsbt
2016-07-14
* ext/json/**/*.rb: merge original files from upstream repository.
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
2016-04-11
Update dependencies.
akr
2015-12-16
handle ext/ as r53141
naruse
[next]