index
:
delta/ruby-gems/json.git
MagLev-master
add-json-generic-object-loader-dumper
backport-ruby-core
be-compatible-with-ruby-2.2.1
brixen-master
fix-additions-problem-v1.5.5
fix-additions-problem-v1.6.8
fix-regex-stack-overflow
gh-pages
headius-jruby_perf_tweaks
jruby-fix-encoding
json-generic-from_hashes
luislavena-stop-polluting-load-path
master
merge-master-into-MagLev-master
merge-recent-ruby-changes
nobu-master
nobu-trunk
parsing-numbers-with-specified-number-classes
pick-ruby-core
prepare-3.0
raise-error-on-invalid-utf8
remove-generate-task-for-gemspec
replace-nan
rfc-7159-json
sferik-max_nesting
v1.2
v1.8
v2.0
workaround-rbx-encoding-issues
zzak-ruby-2.2
github.com: flori/json
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Use rb_encoding
Nobuyoshi Nakada
2016-06-21
2
-89
/
+68
*
Remove unnecessary conversion
Nobuyoshi Nakada
2016-06-21
2
-2
/
+32
*
Use enum
Nobuyoshi Nakada
2016-06-21
1
-8
/
+57
*
regenerate parser
Aaron Patterson
2016-06-21
1
-0
/
+2
*
resize strings after parsing
Aaron Patterson
2016-06-21
1
-0
/
+2
*
Merge more changes from ruby core
Florian Frank
2016-06-21
3
-117
/
+150
*
Adapt to ruby integer unification
Florian Frank
2016-06-21
2
-3
/
+43
*
Force ASCII 8bit to be UTF-8 and hope for the best
Florian Frank
2016-06-03
2
-85
/
+93
*
Remove quirks mode
Florian Frank
2016-06-02
2
-34
/
+1
*
Merge branch 'v1.8'
Florian Frank
2016-02-25
1
-1
/
+1
|
\
|
*
Avoid system stack error
Florian Frank
2016-02-25
1
-1
/
+1
*
|
Disallow usage of symbolize_names and create_additions
Florian Frank
2015-06-15
2
-12
/
+24
*
|
Ext parser is green now as well
Florian Frank
2015-06-15
4
-435
/
+228
*
|
Remove byte sniffing from Ext::Parser
Florian Frank
2015-06-13
2
-127
/
+57
*
|
Remove generate restriction for […]/{…}
Florian Frank
2015-06-13
1
-18
/
+0
|
/
*
generator.c: allocate structs with wrapper
nobu
2015-05-28
2
-11
/
+5
*
parser.rl: allocate structs with wrapper
nobu
2015-05-28
3
-23
/
+10
*
use ZALLOC if it can be used, and defined ZALLOC macro.
SHIBATA Hiroshi
2015-02-12
5
-39
/
+54
*
sync trunk again: fixed regression of r49027
SHIBATA Hiroshi
2015-02-12
2
-9
/
+9
*
Use space_before as documented in the generator
Michael Mac-Vicar
2015-01-09
1
-0
/
+1
*
Fall back to Data_* wrappers on ancient rubies
Florian Frank
2015-01-02
5
-1
/
+19
*
Merge branch 'ruby-2.2' of https://github.com/zzak/json into zzak-ruby-2.2
Florian Frank
2015-01-02
9
-45
/
+102
|
\
|
*
RUBY_TYPED_FREE_IMMEDIATELY isn't always available
Zachary Scott
2014-12-27
3
-33
/
+39
|
*
Use ALLOC and MEMZERO instead of ZALLOC
Zachary Scott
2014-12-26
1
-1
/
+2
|
*
Revert part of "Sync with trunk"
Zachary Scott
2014-12-26
3
-49
/
+0
|
*
Add extconf from trunk
Zachary Scott
2014-12-25
1
-0
/
+3
|
*
This file shouldn't be committed
Zachary Scott
2014-12-25
1
-280
/
+0
|
*
bundle exec rake
Zachary Scott
2014-12-25
1
-0
/
+280
|
*
Sync with trunk
Zachary Scott
2014-12-25
11
-94
/
+190
|
*
- Pass over generator.c for grammar fixes.
Vipul A M
2014-07-03
4
-13
/
+13
|
*
Change documentation to reflect new default value
Florian Frank
2014-04-01
1
-1
/
+1
*
|
Fix documentation wording
Florian Frank
2014-07-03
4
-14
/
+14
|
/
*
Suppress warning: -Wchar-subscripts
NARUSE, Yui
2013-05-08
1
-2
/
+2
*
Validate UTF-8 strings.
NARUSE, Yui
2013-02-22
1
-1
/
+12
*
Try to convert first with to_hash, then to_h
Florian Frank
2013-02-21
1
-4
/
+1
*
Security fix create_additons/JSON::GenericObject
v1.7.7
Florian Frank
2013-02-11
2
-2
/
+2
*
Remove useless assert, fbuffer_alloc cares already
Florian Frank
2013-02-04
2
-7
/
+2
*
Increase hash likeness of State objects
Florian Frank
2012-12-31
2
-1
/
+44
*
Remove unnecessary GET_STATE(self) to avoid an unused-but-set-variable warnin...
Shugo Maeda
2012-12-13
1
-1
/
+0
*
Use len for return values
Florian Frank
2012-11-29
1
-10
/
+10
|
\
|
*
fix some bugs in the C versions of State::configure and add the alias in the ...
John Shahid
2012-11-23
1
-5
/
+5
|
/
*
Change actual rl files
sferik-max_nesting
Florian Frank
2012-10-07
1
-3
/
+3
*
Increase default max_nesting to 100
Erik Michaels-Ober
2012-10-05
2
-5
/
+5
*
Avoid silly compiler warning
Florian Frank
2012-08-17
1
-1
/
+1
*
Move ruby macros into fbuffer.h
Florian Frank
2012-08-17
2
-21
/
+21
*
Fixes #142 to avoid compilation error on AIX
Florian Frank
2012-07-25
1
-1
/
+1
*
Fix parser dependencies
nobu-master
Florian Frank
2012-05-07
1
-1
/
+1
*
comment-out unused functions
Nobuyoshi Nakada
2012-05-07
2
-0
/
+9
*
add depend files
Nobuyoshi Nakada
2012-05-07
2
-0
/
+2
*
Throw exception unless source is a string
Florian Frank
2012-04-27
2
-17
/
+19
[prev]
[next]