1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/syck
matz 9974cb96d3 * eval.c (rb_call_super): should call method_missing if super is
called from Kernel method.

* eval.c (exec_under): frame during eval should preserve external
  information.

* configure.in: use proper option for Sun linker. A patch from
  Shinya Kuwamura <kuwa@labs.fujitsu.com>.  [ruby-dev:27603]

* numeric.c (fix_rshift): RDoc fix.  [ruby-core:6351]

* util.h (strtod): add #undef for platforms defines strtod()
  macro.   [ruby-dev:27563]

* ext/etc/etc.c: document update from mathew <meta@pobox.com>.
  [ruby-core:06473]

* ext/fcntl/fcntl.c: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-11-01 13:04:35 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
bytecode.c * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from 2005-09-20 06:50:20 +00:00
depend * ext/syck/depend: commit miss. 2004-05-15 05:29:30 +00:00
emitter.c * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from 2005-09-20 06:50:20 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
gram.h * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
handler.c * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from 2005-09-20 06:50:20 +00:00
implicit.c * ext/syck/implicit.c (syck_type_id_to_uri): should return 2005-10-26 00:28:39 +00:00
node.c * ext/syck/node.c (syck_replace_str): was using return from the 2005-09-16 09:37:45 +00:00
rubyext.c * eval.c (rb_call_super): should call method_missing if super is 2005-11-01 13:04:35 +00:00
syck.c * lib/yaml.rb: reworking YAML::Stream to use the new 2005-09-13 03:58:33 +00:00
syck.h * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: 2005-10-13 14:30:54 +00:00
token.c * ext/syck/token.c: correctly compute identation of a block 2005-09-20 23:58:18 +00:00
yaml2byte.c * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from 2005-09-20 06:50:20 +00:00
yamlbyte.h * ext/syck/yamlbyte.h: Ditto. 2003-10-17 21:03:16 +00:00