1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/missing
matz e502549be1 * io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
* parse.y (cond0): no special treatment of string literal in
  condition.

* math.c: add acos, asin, atan, conh, sinh, tanh and hypot to Math.

* configure.in: check hypot availablility.

* missing/hypot.c: public domain rewrite of hypot.

* parse.y (warn_unless_e_option): warning condition was wrong.

* parse.y (warning_unless_e_option): ditto.

* enum.c (enum_all): new method 'all?', which returns true if
  block returns true for all elements.

* enum.c (enum_any): new method 'any?', which returns true if
  block retruns true for any of elements.

* marshal.c (marshal_load): do not give warning unless explicitly
  set to verbose.

* eval.c (rb_exit): give string value "exit" to SystemExit.

* ruby.c (proc_options): -v should not print version if
  proc_options called via moreswitches().

* parse.y (stmt): while/until modifier must work for empty body.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-03-13 05:45:13 +00:00
..
alloca.c Initial revision 1998-01-16 12:13:05 +00:00
crypt.c Initial revision 1998-01-16 12:13:05 +00:00
dup2.c 1.4.0 1999-08-13 05:45:20 +00:00
file.h 2000-02-18 2000-02-18 06:59:36 +00:00
finite.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
flock.c * eval.c (proc_call): should not modify ruby_block->frame.iter 2001-02-26 05:29:06 +00:00
hypot.c * io.c (argf_seek_m): wrong calling sequence of rb_io_seek(). 2001-03-13 05:45:13 +00:00
isinf.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
isnan.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
memcmp.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
memmove.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
mkdir.c Initial revision 1998-01-16 12:13:05 +00:00
os2.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strcasecmp.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strchr.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strerror.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strftime.c Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org> 2001-01-15 07:01:00 +00:00
strncasecmp.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strstr.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strtod.c 2000-02-17 2000-02-17 07:11:22 +00:00
strtol.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00
strtoul.c Initial revision 1998-01-16 12:13:05 +00:00
vsnprintf.c Mon Jan 15 16:00:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org> 2001-01-15 07:01:00 +00:00
x68.c * parse.y (primary): rescue and ensure clauses should be allowed 2001-03-06 08:17:54 +00:00