зеркало из https://github.com/github/ruby.git
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
* ext/Win32API/Win32API.c: remove Init_win32api(). * 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@1279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c8e0e1114a
Коммит
44f754bd87
46
ChangeLog
46
ChangeLog
|
@ -1,7 +1,49 @@
|
|||
Mon Mar 26 17:21:07 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
|
||||
|
||||
Mon Mar 26 14:04:41 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/Win32API/Win32API.c: remove Init_win32api().
|
||||
|
||||
Sun Mar 25 16:52:48 2001 Koji Arai <JCA02266@nifty.ne.jp>
|
||||
|
||||
* file.c (rb_file_flock): do not trap EINTR.
|
||||
|
||||
* missing/flock.c (flock): returns the value from lockf(2)
|
||||
directly.
|
||||
|
||||
Sat Mar 24 23:44:50 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* eval.c (ev_const_defined): should ignore toplevel cbase (Object).
|
||||
|
||||
* eval.c (ev_const_get): ditto.
|
||||
|
||||
Fri Mar 23 17:37:52 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* 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.
|
||||
|
||||
Fri Mar 23 17:26:19 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* pack.c (pack_unpack): string from P/p should be tainted.
|
||||
|
||||
Fri Mar 23 12:18:44 2001 SHIROYAMA Takayuki <psi@fortune.nest.or.jp>
|
||||
|
||||
* ext/curses/curses.c: curses on Mac OS X public beta does not
|
||||
have _maxx etc.
|
||||
|
||||
Fri Mar 23 10:50:31 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* marshal.c (w_object): should truncate trailing zero short for
|
||||
bignums.
|
||||
|
||||
Fri Mar 23 09:49:02 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
* object.c (sym_intern): new method.
|
||||
|
||||
Thu Mar 22 22:15:45 2001 WATANABE Hirofumi <eban@ruby-lang.org>
|
||||
|
||||
* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.
|
||||
|
@ -379,8 +421,8 @@ Mon Feb 19 17:46:37 2001 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
|
||||
Mon Feb 19 12:10:36 2001 Triet H. Lai <thlai@mail.usyd.edu.au>
|
||||
|
||||
* error.c (endif): new function to give warning with strerror()
|
||||
message.
|
||||
* error.c (rb_sys_warning): new function to give warning with
|
||||
strerror() message.
|
||||
|
||||
* dir.c (rb_glob_helper): better error handling, along with
|
||||
performance tune.
|
||||
|
|
Загрузка…
Ссылка в новой задаче