summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-11 01:00:10 +0000
commit0bad73df413bc53164287d28690d04595952df81 (patch)
tree1c638dd9ad7e9bacfc98b128cdbb690736b43bba
parent8481268ad854415fe86180fb85690908e1e341b7 (diff)
downloadruby-0bad73df413bc53164287d28690d04595952df81.tar.gz
ruby-0bad73df413bc53164287d28690d04595952df81.tar.xz
ruby-0bad73df413bc53164287d28690d04595952df81.zip
* win32/win32.h (write): not need to define on bcc.
* ChangeLog: fixed typo :) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
-rw-r--r--win32/win32.h1
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cf07daed7..1a5326bec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
diff --git a/win32/win32.h b/win32/win32.h
index fda448566..7991996db 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -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