1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,

ac_cv_func_seekdir=yes for MinGW.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2002-06-30 09:07:54 +00:00
parent ba8174d11e
commit 39e205994c
3 changed files with 9 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Sun Jun 30 17:05:29 2002 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in (seekdir, telldir): add ac_cv_func_telldir=yes,
ac_cv_func_seekdir=yes for MinGW.
Sat Jun 29 01:43:32 2002 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (pipe_finalize, pipe_popen): two-way pipe support for win32.

View file

@ -221,6 +221,8 @@ mingw*) LIBS="-lwsock32 -lmsvcrt $LIBS"
ac_cv_func_times=yes
ac_cv_func_waitpid=yes
ac_cv_func_vsnprintf=yes
ac_cv_func_seekdir=yes
ac_cv_func_telldir=yes
;;
os2_emx*) LIBS="-lm $LIBS"
ac_cv_lib_dir_opendir=no;;

View file

@ -1,4 +1,4 @@
#define RUBY_VERSION "1.7.2"
#define RUBY_RELEASE_DATE "2002-06-29"
#define RUBY_RELEASE_DATE "2002-06-30"
#define RUBY_VERSION_CODE 172
#define RUBY_RELEASE_CODE 20020629
#define RUBY_RELEASE_CODE 20020630