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
*
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
*
Add a comment mentioning some limitiation
Florian Frank
2012-04-27
1
-0
/
+5
*
remove unused variable
Florian Frank
2012-04-18
1
-1
/
+1
*
Fix the fix
Florian Frank
2012-04-18
1
-21
/
+6
*
Use C implementation and better regexp for pure
Florian Frank
2012-03-20
2
-8
/
+28
*
The behavior of reference to inner defined variable is undefined.
NARUSE, Yui
2012-01-15
2
-2
/
+2
*
Support duck typed ruby array in JRuby as well
Florian Frank
2011-12-20
1
-5
/
+5
*
Support hash ducktype objects on JRuby as well
Florian Frank
2011-12-20
1
-5
/
+5
*
Support object class with duck type hash
Florian Frank
2011-12-20
4
-79
/
+91
*
Move fbuffer in its own directory
Florian Frank
2011-11-28
4
-3
/
+3
*
avoid symlink
Florian Frank
2011-11-23
5
-4
/
+3
*
Extract fbuffer and use it in parser and generator
Florian Frank
2011-11-23
7
-246
/
+264
*
change documentation
Florian Frank
2011-11-10
1
-1
/
+3
*
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
2
-22
/
+60
*
always raise type error when parsing nil
Florian Frank
2011-11-03
2
-17
/
+19
*
Add support for BigDecimal numbers
Florian Frank
2011-10-02
1
-3
/
+0
*
Merge pull request #92 from nurse/U0456
Florian Frank
2011-10-01
1
-1
/
+1
|
\
|
*
Fix typo: U+0456->U+0069.
NARUSE, Yui
2011-09-05
1
-1
/
+1
*
|
HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.
Nobuyoshi Nakada
2011-10-01
4
-15
/
+3
|
/
*
Add some documentation
v1.5.4
Florian Frank
2011-08-31
2
-0
/
+5
*
We don't need RB_GC_GUARD for rbx.
Florian Frank
2011-08-30
1
-0
/
+5
*
Apply patch by Eric Wong <nocode@yhbt.net>
Florian Frank
2011-08-29
2
-5
/
+13
*
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-27
3
-207
/
+484
|
\
|
*
Implement quirks_mode
Florian Frank
2011-07-27
3
-207
/
+484
*
|
started quirks mode for generator
Florian Frank
2011-07-27
2
-7
/
+41
|
/
*
Merge branch 'master' of https://github.com/nobu/json into development
Florian Frank
2011-07-08
2
-9
/
+11
|
\
|
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-7
/
+8
|
*
Duplicate the argument of convert_encoding() only.
Nobuyoshi Nakada
2011-07-08
2
-1
/
+2
|
*
Adjust indent.
Nobuyoshi Nakada
2011-07-08
1
-2
/
+2
|
*
should not modify argument
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
|
*
no force_encoding
Nobuyoshi Nakada
2011-07-08
2
-35
/
+15
*
|
should not modify argument
Nobuyoshi Nakada
2011-07-08
1
-1
/
+1
*
|
no force_encoding
Nobuyoshi Nakada
2011-07-08
2
-35
/
+15
|
/
*
* remove trailing spaces.
nobu
2011-07-07
2
-113
/
+113
[next]