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
/
parser
/
parser.rl
Age
Commit message (
Expand
)
Author
2020-07-01
[flori/json] Use frozen string for hash key
Watson
2019-10-14
[flori/json] Only attempt to resize strings not other objects
Florian Frank
2019-10-05
ext/json/parser/parser.rl: Use "signed" char to contain negative values
Yusuke Endoh
2019-10-05
ext/json/parser/parser.rl: Update the source code of parser.c
Yusuke Endoh
2018-12-02
Fix JSON::Parser against bigdecimal updates
mrkn
2018-08-03
ext/json/parser/parser.c: do not call rb_str_resize() on Time object
eregon
2018-08-03
Fix missed update of parser source in r62429
eregon
2017-06-16
Merge json-2.1.0 from https://github.com/flori/json
hsbt
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
2015-09-25
parser.rl: rb_scan_args
nobu
2015-05-28
parser.rl: allocate structs with wrapper
nobu
2015-04-18
parser.rl: define enc_raise iff necessary
nobu
2015-04-18
parser.rl: rb_enc_raise
nobu
2015-04-18
parser.rl: use rb_encoding
nobu
2015-04-18
parser.rl: use StringValue
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-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-26
parser.rl: check before use
nobu
2014-12-01
use 0 for reserved
nobu
2014-10-04
json/parser: typed data
nobu
2013-02-12
* ext/json: merge JSON 1.7.7.
naruse
2012-05-07
* ext/json: Merge JSON 1.7.1.
naruse
2012-03-11
* ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
naruse
2012-01-15
* ext/json/parser/parser.rl (json_string_unescape): workaround fix
naruse
2011-08-30
* ext/json: Merge json gem 1.5.4+ (2149f4185c598fb97db1).
naruse
2011-07-10
* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).
naruse
2011-07-08
* ext/json/{generator/generator.c,parser/parser.rl}: fix indent.
nobu
2011-07-08
* ext/json/parser/parser.rl (JSON_parse_object): add missing parens.
nobu
2011-07-08
* ext/json/parser/parser.rl (convert_encoding): should not modify
nobu
2011-07-08
* ext/json/parser/parser.rl (convert_encoding): no needs to use
nobu
2011-02-05
* ext/json/parser/parser.h (GET_PARSER): raise TypeError.
nobu
2011-02-05
* ext/json/parser/parser.h (GET_PARSER): check if initialized.
nobu
2011-02-05
* ext/json/parser/parser.rl: add local variables for emacs.
nobu
2010-12-01
* ext/json: Update github/flori/json from 1.4.2+ to
naruse
2010-05-09
* ext/json/{generator/generator.c,parser/parser.rl}: fixed indent.
nobu
2010-04-26
Recommit of JSON; fix mixed declarations.
naruse
2010-04-26
* ext/jason: revert r27493. came again after canceling gcc-ism.
usa
2010-04-26
* ext/json: Update to JSON 1.4.1.
naruse