index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
syck
Age
Commit message (
Expand
)
Author
2005-04-30
* ext/syck/rubyext.c: comment to be closed.
nobu
2005-03-28
* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.
nobu
2005-01-20
* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning
ocean
2004-12-23
* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]
nobu
2004-11-01
* MANIFEST, ext/**/MANIFEST: removed.
eban
2004-08-18
* ext/syck/token.c: re2c no longer compiled with bit vectors. caused
why
2004-08-07
* lib/implicit.c: added sexagecimal float#base60.
why
2004-07-30
* lib/yaml.rb (YAML::load_file, YAML::parse_file): added.
why
2004-06-29
* ext/syck/rubyext.c (syck_emitter_new): set buffer after
why
2004-05-25
* ext/syck/syck.c (syck_new_parser): clear parser on init.
why
2004-05-16
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
(no author)
2004-05-16
* lib/yaml.rb: removed fallback to pure Ruby parser.
why
2004-05-06
* lib/yaml/rubytypes.rb (to_yaml): added instance variable handling
why
2004-04-26
* lib/yaml/rubytypes.rb: passing Range tests.
why
2004-04-03
* ext/syck/syck.h: version 0.43.
why
2004-02-17
* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.
usa
2004-01-06
* eval.c (rb_mod_modfunc): should break if m has no super class.
matz
2003-12-21
* ext/syck/emitter.c (syck_emitter_write): str bigger than
matz
2003-12-11
* configure.in (ieeefp.h), numeric.c: needed for finite() on
nobu
2003-12-08
* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.
nobu
2003-12-01
* ext/syck/syck.c: string buffering bug. decrementing by full
why
2003-11-25
* ext/syck/token.c: removed YYTOKTMP references which
why
2003-10-30
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
why
2003-10-30
* ext/syck/MANIFEST: Add yamlbyte.h.
knu
2003-10-21
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-17
* ext/syck/yamlbyte.h: Ditto.
why
2003-10-17
* ext/syck/rubyext.c: YAML::Syck::compile method.
why
2003-10-15
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
usa
2003-10-14
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-10-03
* ext/syck/rubyext.c: default keys handled.
why
2003-09-03
* ext/syck/token.c: headerless documents with root-level spacing now
why
2003-08-26
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-21
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-19
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-01
* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declare
matz
2003-07-29
* ext/syck/token.c: prefixed many constants and definitions with YAML_ to
why
2003-07-28
* ext/syck/syck.h: Added 'syck' yacc prefixes.
why
2003-07-25
* ext/socket/socket.c (tcp_s_gethostbyname): was using
matz
2003-07-24
* ext/syck/emitter.c (syck_emitter_flush): accepts count
why
2003-07-15
* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.
eban
2003-07-14
* ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark the
why
2003-07-11
Missed MANIFEST change and addition of ext/syck/emitter.c.
why
2003-07-11
* ext/syck/emitter.c: new emitter code.
why
2003-07-04
*** empty log message ***
nobu
2003-06-18
* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.
why
2003-06-17
* ext/syck/gram.c: added grammar for certain empty sequence entries.
why
2003-06-10
* ext/syck/token.c: preserve newlines prepended to a block.
why
2003-06-10
* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
matz
2003-06-05
* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.
why
2003-06-05
* ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]
why
[next]