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
*
HAVE_RUBY_RE_H and HAVE_RUBY_RE_H are defined in ruby.h by default.
Nobuyoshi Nakada
2011-10-01
4
-15
/
+3
*
Prepare new release 1.6.1
v1.6.1
Florian Frank
2011-09-18
5
-33
/
+35
*
Fix Rakefile to build JRuby bits using -target 1.5, for Java 1.5 and higher.
Charles Oliver Nutter
2011-09-14
1
-1
/
+1
*
Extract utils out of this library into json-utils
v1.6.0
Florian Frank
2011-09-13
22
-3337
/
+97
*
Hint on encoding in comment
Florian Frank
2011-09-12
1
-0
/
+1
*
Split all implementations into single files
Florian Frank
2011-09-12
9
-241
/
+273
*
Test ruby 1.8.6
Florian Frank
2011-09-03
1
-0
/
+1
*
Add some documentation
v1.5.4
Florian Frank
2011-08-31
10
-35
/
+58
*
Move rational and complex additions in own files
Florian Frank
2011-08-30
5
-39
/
+48
*
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
3
-5
/
+26
*
Merge branch 'quirks-mode'
Florian Frank
2011-08-29
21
-436
/
+1223
|
\
|
*
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-31
6
-162
/
+486
|
|
\
|
|
*
Implement quirks_mode
Florian Frank
2011-07-31
10
-375
/
+1059
|
*
|
Merge branch 'quirks-mode-parser' into quirks-mode
Florian Frank
2011-07-27
7
-262
/
+622
|
|
\
\
|
|
*
|
Implement quirks_mode
Florian Frank
2011-07-27
7
-266
/
+605
|
|
|
/
|
*
|
started quirks mode for generator
Florian Frank
2011-07-27
16
-104
/
+207
|
|
/
*
|
Merge pull request #89 from drbrain/master
Florian Frank
2011-08-27
2
-36
/
+36
|
\
\
|
*
|
Fix typos and grammar mistakes. Patch by Luke Gruber. [Ruby 1.9 - Bug 35203]
Eric Hodel
2011-08-26
2
-36
/
+36
|
/
/
*
|
Merge pull request #88 from michaelklishin/patch-1
Florian Frank
2011-08-25
1
-0
/
+1
|
\
\
|
*
|
travis-ci.org provides 1.9.3[-preview1]
Michael Klishin
2011-08-26
1
-0
/
+1
|
/
/
*
|
sdoc requires rdoc from >= 1.8.7 now
Florian Frank
2011-08-25
1
-1
/
+0
*
|
Try to include RbConfig if it exists
Florian Frank
2011-08-25
1
-2
/
+7
*
|
Add (de-)serialisation methods f. Complex/Rational
Florian Frank
2011-08-25
2
-2
/
+45
|
/
*
delete after having been obsoleted
Florian Frank
2011-07-25
1
-8
/
+0
*
Oh, look loading the extension is much easier now
Florian Frank
2011-07-24
3
-21
/
+8
*
Merge branch 'master' of https://github.com/nobu/json into development
Florian Frank
2011-07-08
13
-50
/
+52
|
\
|
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
10
-42
/
+43
|
*
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
2
-1
/
+7
|
*
no force_encoding
Nobuyoshi Nakada
2011-07-08
2
-35
/
+15
|
*
re-initialize test
Nobuyoshi Nakada
2011-07-08
1
-2
/
+4
|
*
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-0
/
+2
*
|
Ported fixes from fix_memory_leak into Parser.rl
Florian Frank
2011-07-08
2
-85
/
+107
*
|
use default rake target
Florian Frank
2011-07-08
1
-1
/
+1
*
|
should not modify argument
Nobuyoshi Nakada
2011-07-08
2
-1
/
+7
*
|
no force_encoding
Nobuyoshi Nakada
2011-07-08
2
-35
/
+15
*
|
re-initialize test
Nobuyoshi Nakada
2011-07-08
1
-2
/
+4
*
|
remove trailing spaces.
Nobuyoshi Nakada
2011-07-08
1
-0
/
+2
|
/
*
* remove trailing spaces.
nobu
2011-07-07
3
-114
/
+114
*
* lib/json/common.rb (JSON::MissingUnicodeSupport.iconv): should not drop res...
nobu
2011-07-07
1
-1
/
+1
*
* ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.
nobu
2011-07-07
4
-3
/
+10
*
* ext/json/ext/parser/parser.h (GET_PARSER): check if initialized. [ruby-core...
nobu
2011-07-07
3
-7
/
+20
*
* ext/json/ext/parser/parser.rl: add local variables for emacs.
nobu
2011-07-07
2
-18
/
+32
*
* ext/json/ext/generator/generator.{c,h} (fbuffer_free_only_buffer): unused.
nobu
2011-07-07
1
-1
/
+0
*
* ext/json/generator/ext/generator.c (fbuffer_free): unused.
nobu
2011-07-07
1
-5
/
+0
*
Appy patch by Laurent Arnoud <laurent@spkdev.net>
Florian Frank
2011-07-04
3
-40
/
+14
*
Merge branch 'max_nesting_for_prettify_json' of https://github.com/spk/json i...
Florian Frank
2011-07-04
1
-9
/
+12
|
\
|
*
bin/prettify_json.rb: Set max_nesting and create_additions to false like edit...
Laurent Arnoud
2010-10-09
1
-9
/
+12
[next]