index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ext
/
syck
/
rubyext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/syck/rubyext.c (syck_genericresolver_node_import): should
matz
2007-12-22
1
-2
/
+2
*
* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.
matz
2007-11-30
1
-2
/
+6
*
* ext/syck/rubyext.c: Node#value defined twice.
why
2007-11-15
1
-1
/
+0
*
* include/ruby/intern.h: declare rb_hash_tbl.
akr
2007-08-29
1
-1
/
+1
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-1
/
+1
*
* regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan
matz
2007-03-19
1
-4
/
+4
*
* ruby.h (struct RArray): embed small arrays.
matz
2006-09-02
1
-6
/
+6
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-12
/
+12
*
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-20
1
-161
/
+68
*
* ruby.h: fixed prototype.
ocean
2006-02-03
1
-5
/
+6
*
* eval.c: unify ruby_class (for method definition) and ruby_cbase
matz
2006-02-03
1
-3
/
+3
*
* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.
ocean
2006-01-30
1
-0
/
+4
*
Sorry, commit miss.
ocean
2006-01-10
1
-4
/
+3
*
* ext/syck/rubyext.c (syck_resolver_transfer): should be able to load
ocean
2006-01-10
1
-5
/
+14
*
* ext/syck/rubyext.c: attribute name was truncated with Rev1.64.
ocean
2005-12-31
1
-10
/
+8
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-6
/
+7
*
* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility
why
2005-12-20
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_node_transform): ruby object holding
ocean
2005-12-20
1
-4
/
+2
*
* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is
ocean
2005-12-19
1
-92
/
+43
*
* ext/syck/rubyext.c: sorry, I reverted my "should set newly
ocean
2005-12-19
1
-5
/
+2
*
* ext/syck/rubyext.c (syck_emitter_reset): should initialize
ocean
2005-12-17
1
-2
/
+17
*
* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.
ocean
2005-12-16
1
-1
/
+3
*
* ext/syck/rubyext.c (syck_scalar_value_set): should set newly
ocean
2005-12-16
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.
ocean
2005-12-16
1
-6
/
+8
*
* gc.c (ruby_xmalloc2): change check for integer overflow.
matz
2005-12-06
1
-7
/
+17
*
* eval.c (rb_call_super): should call method_missing if super is
matz
2005-11-01
1
-0
/
+1
*
* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:
nobu
2005-10-13
1
-1
/
+1
*
* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.
nobu
2005-09-27
1
-0
/
+3
*
* lib/yaml/rubytypes.rb: remove comments that are bungling up
why
2005-09-17
1
-11
/
+1
*
* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style
matz
2005-09-16
1
-2
/
+4
*
* lib/yaml.rb: reworking YAML::Stream to use the new
why
2005-09-13
1
-518
/
+1310
*
* ext/syck/rubyext.c: comment to be closed.
nobu
2005-04-30
1
-1
/
+1
*
* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.
nobu
2005-02-22
1
-0
/
+2
*
* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning
ocean
2005-01-20
1
-2
/
+2
*
* ext/syck/rubyext.c (syck_loader_transfer): check type conversion.
nobu
2004-12-23
1
-211
/
+218
*
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
matz
2004-12-15
1
-6
/
+9
*
* lib/implicit.c: added sexagecimal float#base60.
why
2004-08-07
1
-0
/
+25
*
* ext/syck/rubyext.c (syck_emitter_new): set buffer after
why
2004-06-29
1
-5
/
+4
*
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-15
1
-123
/
+117
*
* ext/syck/rubyext.c (yaml_org_handler): some empty strings were
why
2004-05-13
1
-1
/
+1
*
* lib/yaml/rubytypes.rb (to_yaml): added instance variable handling
why
2004-05-06
1
-22
/
+45
*
* lib/yaml/rubytypes.rb: passing Range tests.
why
2004-04-26
1
-0
/
+2
*
* ext/syck/rubyext.c: get rid of warnings.
nobu
2004-03-03
1
-29
/
+40
*
* ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.
usa
2004-02-17
1
-1
/
+1
*
* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.
usa
2004-02-17
1
-2
/
+2
*
* ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]
why
2004-01-28
1
-16
/
+21
*
* ext/syck/rubyext.c: omission of Date library code caused
why
2004-01-13
1
-0
/
+8
*
* ext/syck/bytecode.c: turn off default implicit typing.
why
2004-01-12
1
-47
/
+77
*
* ext/syck/rubyext.c (yaml_org_handler): lazy-load Date for
nobu
2004-01-07
1
-176
/
+179
*
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-21
1
-2
/
+2
[next]