mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/win32.h (write): not need to define on bcc.
* ChangeLog: fixed typo :) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8ee8a3edcd
commit
2059d39e98
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jun 11 09:56:41 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* win32/win32.h (write): not need to define on bcc.
|
||||
|
||||
Sun Jun 11 08:30:33 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* lib/optparse.rb (OptionParser#getopts): new methods.
|
||||
|
@ -8,7 +12,7 @@ Sun Jun 11 07:27:11 2006 NAKAMURA Usaku <usa@ruby-lang.org>
|
|||
|
||||
Sun Jun 11 04:38:20 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupprot.
|
||||
* object.c (sym_to_proc): imported Symbol#to_proc from ActiveSupport.
|
||||
|
||||
Sat Jun 10 18:02:40 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||
|
||||
|
|
|
@ -119,7 +119,6 @@ extern DWORD rb_w32_osid(void);
|
|||
#define filelength(h) _filelength(h)
|
||||
#define mktemp(t) _mktemp(t)
|
||||
#define tell(h) _tell(h)
|
||||
#define write(h, b, l) _write(h, b, l)
|
||||
#define _open _sopen
|
||||
#define sopen _sopen
|
||||
#undef fstat
|
||||
|
|
Loading…
Reference in a new issue