mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d6367a2197
commit
0460efb78b
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Aug 24 15:27:39 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* ext/socket/socketport.h: use `extern int h_errno' if needed.
|
||||
|
||||
Sat Aug 19 01:34:02 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
|
||||
|
||||
* ext/sdbm/_sdbm.c (sdbm_prep): flags should be or-ed by O_BINARY on
|
||||
|
|
|
@ -40,4 +40,8 @@
|
|||
# define SET_SIN_LEN(si,len) (len)
|
||||
#endif
|
||||
|
||||
#if defined(HOST_NOT_FOUND) && !defined(h_errno) && !defined(__CYGWIN__)
|
||||
extern int h_errno;
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#define RUBY_VERSION "1.4.6"
|
||||
#define RUBY_RELEASE_DATE "2000-08-16"
|
||||
#define RUBY_RELEASE_DATE "2000-08-24"
|
||||
#define RUBY_VERSION_CODE 146
|
||||
#define RUBY_RELEASE_CODE 20000816
|
||||
#define RUBY_RELEASE_CODE 20000824
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue