Skip to content

Commit

Permalink
* win32/win32.h (write): not need to define on bcc.
Browse files Browse the repository at this point in the history
* ChangeLog: fixed typo :)


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
unak committed Jun 11, 2006
1 parent 8ee8a3e commit 2059d39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sun Jun 11 09:56:41 2006 NAKAMURA Usaku <[email protected]>

* win32/win32.h (write): not need to define on bcc.

Sun Jun 11 08:30:33 2006 Nobuyoshi Nakada <[email protected]>

* lib/optparse.rb (OptionParser#getopts): new methods.
Expand All @@ -8,7 +12,7 @@ Sun Jun 11 07:27:11 2006 NAKAMURA Usaku <[email protected]>

Sun Jun 11 04:38:20 2006 Nobuyoshi Nakada <[email protected]>

* 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 <[email protected]>

Expand Down
1 change: 0 additions & 1 deletion win32/win32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2059d39

Please sign in to comment.