ruby/missing
matz de51a663b4 * eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
* file.c (rb_file_flock): do not trap EINTR.

* missing/flock.c (flock): returns the value from lockf(2)
  directly.

* eval.c (ev_const_defined): should ignore toplevel cbase (Object).

* eval.c (ev_const_get): ditto.

* ext/md5/md5.h: replace by independent md5 implementation
  contributed by L. Peter Deutsch (thanks).

* ext/md5/md5init.c: adopted to Deutsch's md5 implementation.

* pack.c (pack_unpack): string from P/p should be tainted.

* ext/curses/curses.c: curses on Mac OS X public beta does not
  have _maxx etc.

* marshal.c (w_object): should truncate trailing zero short for
  bignums.

* object.c (sym_intern): new method.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-03-26 08:57:16 +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: remove TMP_PROTECT_END to prevent C_ALLOCA crash. 2001-03-26 08:57:16 +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