1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/irb
matz e2d384d628 * file.c (rb_find_file_ext): should not terminate searching with
empty path, just ignore.

* dir.c: remove <sys/parm.h> inclusion.

* compar.c (cmp_eq,cmp_gt,cmp_ge,cmp_lt,cmp_le): check using
  rb_cmpint().

* error.c (init_syserr): remove sys_nerr dependency.

* numeric.c (num_cmp): added to satisfy Comparable assumption.

* eval.c (rb_add_method): "initialize" should be public if it is a
  singleton method.

* regex.c (re_match): avoid dereferencing if size == 0.
  (ruby-bugs-ja:PR#360)

* time.c (time_cmp): should return nil if an operand is not a
  number nor time. (ruby-bugs-ja:PR#359)

* file.c (rb_stat_cmp): should return nil if an operand is not
  File::Stat.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2002-11-22 09:14:24 +00:00
..
cmd * irb 0.9 2002-07-09 11:17:17 +00:00
ext * irb 0.9 2002-07-09 11:17:17 +00:00
lc * irb 0.9 2002-07-09 11:17:17 +00:00
completion.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
context.rb use Object#class instead of deprecated Object#type. 2002-10-02 16:45:35 +00:00
extend-command.rb * numeric.c (num_to_int): default to_int implementaion for every 2002-07-29 06:14:10 +00:00
frame.rb * irb 0.9 2002-07-09 11:17:17 +00:00
help.rb * irb 0.9 2002-07-09 11:17:17 +00:00
init.rb change default prompt. 2002-11-22 05:10:42 +00:00
input-method.rb * irb 0.9 2002-07-09 11:17:17 +00:00
locale.rb * file.c (rb_find_file_ext): should not terminate searching with 2002-11-22 09:14:24 +00:00
ruby-lex.rb * numeric.c (num_to_int): default to_int implementaion for every 2002-07-29 06:14:10 +00:00
ruby-token.rb * irb 0.9 2002-07-09 11:17:17 +00:00
slex.rb * irb 0.9 2002-07-09 11:17:17 +00:00
version.rb * irb 0.9 2002-07-09 11:17:17 +00:00
workspace.rb * irb 0.9 2002-07-09 11:17:17 +00:00
ws-for-case-2.rb * irb 0.9 2002-07-09 11:17:17 +00:00
xmp.rb * irb 0.9 2002-07-09 11:17:17 +00:00