index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
json
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
[flori/json] Only attempt to resize strings not other objects
Florian Frank
2019-10-14
2
-16
/
+12
*
ext/json/parser/prereq.mk: use `if $. == 1` instead of a hacky code
Yusuke Endoh
2019-10-05
1
-1
/
+1
*
ext/json/parser/prereq.mk: keep line numbers of ext/json/parser/parser.c
Yusuke Endoh
2019-10-05
2
-2
/
+1
*
ext/json/parser/parser.rl: Use "signed" char to contain negative values
Yusuke Endoh
2019-10-05
2
-4
/
+4
*
ext/json/parser/prereq.mk: Add a "automatically generated" header
Yusuke Endoh
2019-10-05
2
-1
/
+3
*
ext/json/parser/parser.rl: Update the source code of parser.c
Yusuke Endoh
2019-10-05
1
-1
/
+8
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-1
/
+1
*
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-07-14
1
-0
/
+1
*
Add NaN / Infinity / MinusInfinity to mark list
Aaron Patterson
2019-05-13
1
-0
/
+5
*
Add `GC.compact` again.
tenderlove
2019-04-20
1
-0
/
+2
*
Reverting compaction for now
tenderlove
2019-04-17
1
-2
/
+0
*
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-17
1
-0
/
+2
*
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-10
1
-2
/
+0
*
Add error globals to mark list so they don't move
tenderlove
2019-04-09
1
-0
/
+2
*
Merge json-2.2.0 from flori/json.
hsbt
2019-02-23
1
-73
/
+73
*
Prefer relative directory from srcdir to top_srcdir
nobu
2019-02-14
1
-1
/
+1
*
Use $(hdrdir) for include/ruby.h, as well as r67033
nobu
2019-02-11
1
-1
/
+1
*
Fix JSON::Parser against bigdecimal updates
mrkn
2018-12-02
2
-4
/
+42
*
ext/json/parser/parser.c: do not call rb_str_resize() on Time object
eregon
2018-08-03
2
-10
/
+14
*
Fix missed update of parser source in r62429
eregon
2018-08-03
1
-0
/
+1
*
no ID cache in Init functions
nobu
2018-02-16
1
-0
/
+1
*
Merge json-2.1.0 from https://github.com/flori/json
hsbt
2017-06-16
3
-79
/
+114
*
Merge json-2.0.4.
hsbt
2017-04-12
2
-23
/
+39
*
ruby tool/update-deps --fix
shyouhei
2017-03-22
1
-0
/
+1
*
* ext/json/*, test/json/json_parser_test.rb: Update json-2.0.2.
hsbt
2016-08-01
2
-8
/
+14
*
Revert ext/json/parser/prereq.mk
nobu
2016-07-06
1
-0
/
+10
*
* ext/json/*, test/json/*: Update json-2.0.1.
hsbt
2016-07-05
4
-630
/
+337
*
Update dependencies.
akr
2016-04-11
1
-0
/
+1
*
handle ext/ as r53141
naruse
2015-12-16
1
-0
/
+1
*
parser.c: update
nobu
2015-09-25
1
-18
/
+26
*
parser.rl: rb_scan_args
nobu
2015-09-25
1
-1
/
+9
*
parser.rl: allocate structs with wrapper
nobu
2015-05-28
3
-23
/
+10
*
parser.rl: define enc_raise iff necessary
nobu
2015-04-18
2
-4
/
+4
*
parser.rl: rb_enc_raise
nobu
2015-04-18
3
-93
/
+134
*
parser.rl: use rb_encoding
nobu
2015-04-18
2
-124
/
+119
*
parser.rl: use StringValue
nobu
2015-04-18
2
-23
/
+21
*
* ext/json/*, test/json/*: Reverted r50231. Because it's not works with
hsbt
2015-04-12
6
-0
/
+3293
*
* ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.
hsbt
2015-04-11
6
-3293
/
+0
*
* ext/json: merge upstream from flori/json
hsbt
2015-02-13
3
-20
/
+9
*
* ext/json, test/json: merge JSON HEAD(259dee6)
hsbt
2015-01-13
1
-1
/
+1
*
* ext/json, test/json: merge JSON HEAD(17fe8e7)
hsbt
2014-12-28
2
-3
/
+3
*
ext/json: for ancient backward compatibilities
nobu
2014-12-28
3
-0
/
+20
*
json: backward compatibilities
nobu
2014-12-27
3
-4
/
+16
*
parser.rl: check before use
nobu
2014-12-26
2
-9
/
+9
*
Update dependencies.
akr
2014-12-19
1
-1
/
+1
*
use 0 for reserved
nobu
2014-12-01
2
-2
/
+2
*
Update dependency.
akr
2014-11-21
1
-1
/
+13
*
Mark auogenerated part.
akr
2014-11-15
1
-0
/
+3
*
* common.mk: Remove comments in Dependency lines.
akr
2014-11-15
1
-3
/
+3
*
* tool/update-deps: Extend to fix dependencies.
akr
2014-11-15
1
-0
/
+3
[next]