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
Commit message (
Expand
)
Author
Age
Files
Lines
*
configure travis
Florian Frank
2012-02-11
5
-9
/
+8
*
Propagate src encoding to values made from it (fixes 1.9 mode converting ever...
Thomas E. Enebo
2012-02-11
1
-0
/
+1
*
Prepare new version
v1.6.5
Florian Frank
2012-01-15
5
-8
/
+13
*
The behavior of reference to inner defined variable is undefined.
NARUSE, Yui
2012-01-15
2
-2
/
+2
*
Add test-unit as test group dependency
Hiroshi Nakamura
2012-01-06
1
-0
/
+4
*
Add to CHANGES
v1.6.4
Florian Frank
2011-12-24
1
-0
/
+4
*
Prepare new version
Florian Frank
2011-12-24
4
-10
/
+10
*
Merge branch 'more_jruby_tweaks' of https://github.com/headius/json into head...
Florian Frank
2011-12-21
2
-88
/
+94
|
\
|
*
Only allocate a single "view" bytelist, and update it as needed.
Charles Oliver Nutter
2011-12-20
2
-88
/
+94
*
|
Merge branch 'hash-duckyped-object_classes'
Florian Frank
2011-12-21
2
-4
/
+0
|
\
\
|
|
/
|
/
|
|
*
Remove superflous comment
Florian Frank
2011-12-21
2
-4
/
+0
*
|
Fix #109
Florian Frank
2011-12-20
2
-0
/
+0
|
/
*
Support duck typed ruby array in JRuby as well
Florian Frank
2011-12-20
4
-22
/
+50
*
Support hash ducktype objects on JRuby as well
Florian Frank
2011-12-20
4
-54
/
+63
*
only master
Florian Frank
2011-12-20
1
-1
/
+1
*
Support object class with duck type hash
Florian Frank
2011-12-20
5
-80
/
+115
*
Only allocate a single ParserResult, and pass it along the stack.
headius-jruby_perf_tweaks
Charles Oliver Nutter
2011-12-20
2
-141
/
+170
*
Better ByteList subsequence and break up some parse methods.
Charles Oliver Nutter
2011-12-20
2
-84
/
+126
*
Use appropriate byteListToInum for Ruby version.
Charles Oliver Nutter
2011-12-20
1
-1
/
+3
*
Minor tweaks to Java ext for performance.
Charles Oliver Nutter
2011-12-20
2
-116
/
+128
*
This makes all the difference, I am sure.
v1.6.3
Florian Frank
2011-12-01
2
-5
/
+5
*
Small fix: JSON.load('') # => nil
Florian Frank
2011-12-01
7
-7
/
+12
*
Create new gemspecs
v1.6.2
Florian Frank
2011-11-28
2
-4
/
+4
*
Move fbuffer in its own directory
Florian Frank
2011-11-28
4
-3
/
+3
*
Add change to CHANGES
Florian Frank
2011-11-28
1
-0
/
+3
*
Merge branch 'extract-fbuffer'
Florian Frank
2011-11-23
13
-305
/
+408
|
\
|
*
support buffer length settings
Florian Frank
2011-11-23
1
-0
/
+21
|
*
avoid symlink
Florian Frank
2011-11-23
5
-4
/
+3
|
*
Extract fbuffer and use it in parser and generator
Florian Frank
2011-11-23
9
-253
/
+271
|
*
change documentation
Florian Frank
2011-11-10
2
-3
/
+5
|
*
Merge branch 'configurable-initial-buffer-length' of gate.dyna.ping.de:/git/j...
Florian Frank
2011-11-10
1
-0
/
+20
|
|
\
|
|
*
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
1
-0
/
+2
|
|
*
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
8
-65
/
+126
|
*
|
start to make buffer_initial_length configurable
Florian Frank
2011-11-09
8
-65
/
+128
*
|
|
Use git ls-files to determine package files
Florian Frank
2011-11-23
3
-6
/
+5
*
|
|
Change the CHANGES
Florian Frank
2011-11-22
1
-0
/
+2
*
|
|
Merge branch 'master' of https://github.com/jpartlow/json into jpartlow-master
Florian Frank
2011-11-22
2
-3
/
+3
|
\
\
\
|
*
|
|
Fix for Time.json_create ensures == Time instances for roundtrip through JSON...
Josh Partlow
2011-11-18
2
-3
/
+3
|
|
|
/
|
|
/
|
*
|
|
Make JSON.dump and JSON.load support Rails better
Florian Frank
2011-11-22
4
-5
/
+56
*
|
|
Prepare new version 1.6.2
Florian Frank
2011-11-22
5
-6
/
+9
*
|
|
Add support for OpenStruct
Florian Frank
2011-11-21
7
-29
/
+84
|
/
/
*
|
Add testcase for a possible crash with bignum
Florian Frank
2011-11-09
1
-0
/
+20
|
/
*
probe for read before calling it
Florian Frank
2011-11-03
1
-1
/
+1
*
always raise type error when parsing nil
Florian Frank
2011-11-03
4
-19
/
+28
*
Add support for BigDecimal numbers
Florian Frank
2011-10-02
3
-3
/
+27
*
Merge pull request #91 from nobu/master
Florian Frank
2011-10-01
0
-0
/
+0
|
\
|
*
HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.
Nobuyoshi Nakada
2011-09-03
4
-15
/
+3
*
|
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
[next]