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
*
Fix typo: U+0456->U+0069.
NARUSE, Yui
2011-09-05
1
-1
/
+1
*
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
*
* ext/json/ext/parser/parser.h (GET_PARSER): raise TypeError.
nobu
2011-07-07
3
-3
/
+3
*
* 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
*
Alias State#configure method as State#merge
Florian Frank
2011-06-20
1
-0
/
+1
*
clean up superflous tabs
Florian Frank
2011-06-15
5
-30
/
+30
*
Merge branch 'master' of gate.dyna.ping.de:/git/json
Florian Frank
2011-06-09
2
-30
/
+42
|
\
|
*
Don't optimize calls for ducktypes
Florian Frank
2011-05-12
2
-30
/
+42
*
|
Apply patch by Cory Monty <cory.monty@gmail.com>.
Florian Frank
2011-06-09
1
-0
/
+1
|
/
*
If a custom :object_class is given, the C extension should not use rb_hash_as...
Jon Leighton
2011-05-11
2
-70
/
+78
*
renamed :match argument to :match_string
v1.5.0
Florian Frank
2011-01-05
3
-19
/
+21
*
query if ruby/st.h exists
Florian Frank
2011-01-02
2
-0
/
+5
*
implement string matching for java parser
Florian Frank
2011-01-02
2
-79
/
+59
*
Added matching in pure/ext parser
Florian Frank
2011-01-02
3
-46
/
+135
*
started to build jruby extension with Rakefile
Florian Frank
2010-09-23
1
-68
/
+68
*
use long instead of int
Florian Frank
2010-09-17
2
-27
/
+27
*
keep track of depth correctly
Florian Frank
2010-08-18
1
-2
/
+2
*
do not forget to dup the state
Florian Frank
2010-08-07
1
-2
/
+3
*
mange depth in state
Florian Frank
2010-08-07
2
-59
/
+117
*
cleaned up code a bit
Florian Frank
2010-08-06
1
-12
/
+6
*
Revert "use method dispatch for generation again"
Florian Frank
2010-08-05
2
-252
/
+245
*
Revert "use method dispatch for generation again"
Florian Frank
2010-08-05
1
-1
/
+1
*
use method dispatch for generation again
Florian Frank
2010-08-03
1
-1
/
+1
*
use rb_funcall for duping
Florian Frank
2010-08-03
1
-3
/
+4
*
Merge branch 'master' of github.com:/flori/json
Florian Frank
2010-08-03
2
-3
/
+8
|
\
|
*
Zero out the generator struct to avoid GC problems
Jake Douglas
2010-08-03
1
-0
/
+1
|
*
Fix header conflict problem with OSX's ruby.framework
Evan Phoenix
2010-08-03
1
-2
/
+6
|
*
fix tha use of REALLOC_N.
NARUSE, Yui
2010-05-09
1
-1
/
+1
*
|
use method dispatch for generation again
Florian Frank
2010-07-24
2
-188
/
+261
|
/
*
Fix for subclassed core classes, github issue 20
v1.4.3
Florian Frank
2010-05-05
1
-135
/
+117
*
Revert "simplified build structure"
v1.4.2
Joshua Peek
2010-04-28
7
-2
/
+2
*
Free the buffer content as well.
Florian Frank
2010-04-28
1
-1
/
+1
*
Get rid of a warning.
NARUSE, Yui
2010-04-26
1
-1
/
+1
[next]