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 373a59b95b * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
after input evaluation.

* lib/irb.rb (IRB::Irb::eval_input): untaint input string.  now
  irb works for levels 1 and 2.

* ext/syck/rubyext.c (syck_loader_transfer): should not use
  rb_cProc directly, since type_proc may be Proc, Block, or
  Method.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-06-10 05:22:17 +00:00
..
.cvsignore
extconf.rb
gram.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
gram.h
handler.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
implicit.c * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8, 2003-05-19 18:46:57 +00:00
MANIFEST
node.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
rubyext.c * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3 2003-06-10 05:22:17 +00:00
syck.c * ext/syck/token.c: directives choked on a period. 2003-06-05 04:43:05 +00:00
syck.h * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. 2003-06-05 17:42:06 +00:00
token.c * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC. 2003-06-05 17:42:06 +00:00