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
Commit message (
Expand
)
Author
Age
Files
Lines
*
json/parser/prereq.mk: use enum
nobu
2014-03-17
2
-33
/
+34
*
class.c: do nothing if copying self
nobu
2014-02-21
1
-0
/
+1
*
ext/json: backward compatibilities
nobu
2014-01-15
2
-2
/
+11
*
ext/json: objects depend on $(ruby_headers)
tmm1
2014-01-07
2
-0
/
+2
*
* lib/irb/notifier.rb: [Doc] Fix typo
a_matsuda
2013-11-27
1
-1
/
+1
*
* ext/json: merge JSON 1.8.1.
naruse
2013-11-20
8
-31
/
+38
*
Eliminate less-than-zero checks for unsigned variables
nobu
2013-09-12
2
-2
/
+2
*
json/add/range.rb: use Range#end
nobu
2013-08-06
1
-1
/
+1
*
fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
hsbt
2013-07-09
1
-2
/
+3
*
* ext/json/fbuffer/fbuffer.h (fbuffer_append_str): change the place of
naruse
2013-06-07
1
-2
/
+2
*
* ext/json/generator/generator.c (isArrayOrObject): cast char to
naruse
2013-05-08
1
-2
/
+2
*
* ext/json/generator/depend: fix dependencies [Bug #8379]
naruse
2013-05-08
2
-2
/
+8
*
* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]
zzak
2013-04-16
1
-5
/
+5
*
* ext/json: merge JSON 1.7.7.
naruse
2013-02-12
9
-39
/
+112
*
* ext/json/lib/json.rb: Move module overview definition for rdoc
zzak
2013-02-04
1
-2
/
+2
*
* ext/json: merge JSON 1.7.5.
naruse
2012-12-12
8
-28
/
+40
*
depend: dependency
nobu
2012-10-03
1
-1
/
+1
*
fix dependency
nobu
2012-08-31
1
-1
/
+1
*
avoid compilation error on AIX by -ansi -std=iso9899:199409 (r36038). [ruby-c...
kanemoto
2012-07-25
1
-1
/
+1
*
Revert r35684 "* trunk/ext/json/extconf.rb: remove fake file."
nobu
2012-05-18
1
-0
/
+3
*
* trunk/ext/json/extconf.rb: remove fake file.
nobu
2012-05-18
1
-3
/
+0
*
* ext/json/lib/json/generic_object.rb: missing file.
nobu
2012-05-07
1
-0
/
+39
*
* ext/json: Merge JSON 1.7.1.
naruse
2012-05-07
10
-33
/
+52
*
Revert r35560.
naruse
2012-05-07
2
-9
/
+1
*
* ext/json/parser/depend: need to specify the base directory for nmake.
usa
2012-05-07
1
-1
/
+1
*
ext/json/fbuffer/fbuffer.h
nobu
2012-05-07
2
-1
/
+9
*
Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.
naruse
2012-04-15
2
-0
/
+2
*
Additional experimental fix for r35261.
naruse
2012-04-08
3
-3
/
+3
*
* ext/json/generator/generator.c (generate_json_bignum):
naruse
2012-04-08
1
-0
/
+1
*
Add missing files of r34971,
naruse
2012-03-11
11
-0
/
+472
*
* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
naruse
2012-03-11
11
-535
/
+240
*
* ext/json/parser/parser.rl (json_string_unescape): workaround fix
naruse
2012-01-15
2
-2
/
+2
*
Fix typo: U+0456->U+0069. [Bug #5275]
naruse
2011-09-05
1
-1
/
+1
*
* ext/json: Merge json gem v1.5.4 (3dab4c5a6a97fac03dac).
naruse
2011-08-31
5
-36
/
+49
*
Don't include complex and rational; fix r33122.
naruse
2011-08-30
1
-2
/
+0
*
* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
naruse
2011-08-30
9
-274
/
+635
*
* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).
naruse
2011-07-10
11
-138
/
+423
*
* ext/json/{generator/generator.c,parser/parser.rl}: fix indent.
nobu
2011-07-08
3
-24
/
+24
*
* ext/json/parser/parser.rl (JSON_parse_object): add missing parens.
nobu
2011-07-08
2
-2
/
+2
*
* ext/json/parser/parser.rl (convert_encoding): should not modify
nobu
2011-07-08
2
-5
/
+7
*
* ext/json/parser/parser.rl (convert_encoding): no needs to use
nobu
2011-07-08
2
-35
/
+15
*
* ext/json/parser/prereq.mk: remove trailing spaces.
nobu
2011-07-08
1
-0
/
+1
*
* remove trailing spaces.
nobu
2011-05-15
3
-114
/
+114
*
* ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):
nobu
2011-02-06
1
-1
/
+1
*
* ext/json/parser/parser.h (GET_PARSER): raise TypeError.
nobu
2011-02-05
3
-3
/
+3
*
* ext/json/parser/parser.h (GET_PARSER): check if initialized.
nobu
2011-02-05
3
-7
/
+20
*
* ext/json/parser/parser.rl: add local variables for emacs.
nobu
2011-02-05
2
-18
/
+32
*
* ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):
nobu
2010-12-25
1
-1
/
+0
*
* ext/json/generator/generator.c (fbuffer_free): unused.
nobu
2010-12-25
1
-5
/
+0
*
* ext/json/lib/json/add/rails.rb: removed.
naruse
2010-12-02
1
-58
/
+0
[next]