diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-28 16:07:34 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-05-28 16:07:34 +0000 |
| commit | 64a7f511fd52995588ddafece5226d2f00b814aa (patch) | |
| tree | 8ca6c1e3f6d094a06934c12532267cc0ec66edd8 /ChangeLog | |
| parent | 0d18691ef2b561fcec5f1f7a8d7af103c373faa2 (diff) | |
| download | ruby-64a7f511fd52995588ddafece5226d2f00b814aa.tar.gz ruby-64a7f511fd52995588ddafece5226d2f00b814aa.tar.xz ruby-64a7f511fd52995588ddafece5226d2f00b814aa.zip | |
* configure.in: remove unnecessary AC_CANONICAL_BUILD
* defins.h: #define HAVE_SETITIMER on Cygwin(bug fixed).
* ruby.c: use relative path from LIBRUBY_SO.
* ruby.c: don't use -mwin32 option on Cygwin.
* cygwin/GNUmakefile.in: ditto.
* ext/sdbm/_sdbm: ditto.
* ext/tcltklib/extconf.rb: ditto.
* ext/tcltklib/stubs.c: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 24 |
1 files changed, 21 insertions, 3 deletions
@@ -1,3 +1,21 @@ +Mon May 28 23:20:43 2001 WATANABE Hirofumi <eban@ruby-lang.org> + + * configure.in: remove unnecessary AC_CANONICAL_BUILD + + * defins.h: #define HAVE_SETITIMER on Cygwin(bug fixed). + + * ruby.c: use relative path from LIBRUBY_SO. + + * ruby.c: don't use -mwin32 option on Cygwin. + + * cygwin/GNUmakefile.in: ditto. + + * ext/sdbm/_sdbm: ditto. + + * ext/tcltklib/extconf.rb: ditto. + + * ext/tcltklib/stubs.c: ditto. + Mon May 28 22:12:01 2001 Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp> * ext/extconf.rb.in: make the priority of the make rule of .c @@ -366,7 +384,7 @@ Fri Apr 27 09:27:10 2001 Yukihiro Matsumoto <matz@ruby-lang.org> Thu Apr 26 22:36:11 2001 WATANABE Hirofumi <eban@ruby-lang.org> - * configure.in: don't use tzname on cygwin 1.3.1+. + * configure.in: don't use tzname on Cygwin 1.3.1+. * configure.in: add -mieee/-ieee to CFLAGS on OSF1/Alpha to disable "DIVISION BY ZERO" exception. @@ -1433,7 +1451,7 @@ Fri Feb 2 16:14:51 2001 Yukihiro Matsumoto <matz@ruby-lang.org> Wed Jan 31 22:27:29 2001 WATANABE Hirofumi <eban@ruby-lang.org> - * configure.in: gcc-2.95.2-7(cygwin) support. + * configure.in: gcc-2.95.2-7(Cygwin) support. add -mwin32 if available. * cygwin/GNUmakefile: ditto. @@ -2453,7 +2471,7 @@ Wed Oct 11 11:13:03 2000 Yukihiro Matsumoto <matz@ruby-lang.org> Tue Oct 10 16:11:54 2000 WATANABE Hirofumi <eban@ruby-lang.org> - * dln.c (dln_load): remove unused code for cygwin. + * dln.c (dln_load): remove unused code for Cygwin. Tue Oct 10 09:49:23 2000 Yukihiro Matsumoto <matz@ruby-lang.org> |
