[#9445] thread.rb — m_seki@...

18 messages 2000/03/16
[#9446] Re: thread.rb — matz@... (Yukihiro Matsumoto) 2000/03/17

[#9460] Re: thread.rb — m_seki@... 2000/03/21

[#9462] Re: thread.rb — matz@... (Yukihiro Matsumoto) 2000/03/21

まつもと ゆきひろです

[#11281] Re: thread.rb — Masatoshi SEKI <m_seki@...> 2000/10/22

[#9498] timeout しない timeout — ARIMA Yasuhiro <fit0298@...>

有馬です。

20 messages 2000/03/26
[#9506] Re: timeout しない timeout — matz@... (Yukihiro Matsumoto) 2000/03/27

まつもと ゆきひろです

[#9509] Re: timeout しない timeout — gotoken@... (GOTO Kentaro) 2000/03/27

In message "[ruby-dev:9506] Re: timeout しない timeout"

[ruby-dev:9422] [PATCH] BeOS R4.5.2 (Intel) support

From: Katsuyuki Komatsu <komatsu@...>
Date: 2000-03-10 00:42:07 UTC
List: ruby-dev #9422
小松です。

[ruby-list:19339]で出した、BeOS R4.5.2 (Intel) supportですが、
特に文句も出ていないようですし、1.4.4で取り込んで欲しいです。
再度取り直したパッチを添付しておきます。

Fri Mar 10 09:37:49 JST 2000  Katsuyuki Komatsu  <komatsu@sarion.co.jp>

	* MANIFEST: add beos/GNUmakefile.in.
	* configure.in: support BeOS R4.5.2 (Intel).
	* beos/GNUmakefile.in: new file to support BeOS R4.5.2 (Intel).

diff -ru2pN ruby-1.4.4.dist/MANIFEST ruby-1.4.4/MANIFEST
--- ruby-1.4.4.dist/MANIFEST	Wed Dec  8 01:47:13 1999
+++ ruby-1.4.4/MANIFEST	Wed Feb  9 01:50:12 2000
@@ -76,4 +76,5 @@ variable.c
 version.c
 version.h
+beos/GNUmakefile.in
 cygwin/GNUmakefile.in
 ext/Setup
@@ -126,4 +127,6 @@ lib/mkmf.rb
 lib/monitor.rb
 lib/mutex_m.rb
+lib/net/ftp.rb
+lib/net/http.rb
 lib/net/pop.rb
 lib/net/session.rb
@@ -161,6 +164,4 @@ missing/file.h
 missing/finite.c
 missing/flock.c
-missing/fnmatch.c
-missing/fnmatch.h
 missing/isinf.c
 missing/isnan.c
@@ -236,6 +237,4 @@ win32/config.status
 win32/ntsetup.bat
 win32/ruby.def
-win32/sdbm.c
-win32/sdbm.h
 win32/win32.c
 win32/win32.h
diff -ru2pN ruby-1.4.4.dist/beos/GNUmakefile.in ruby-1.4.4/beos/GNUmakefile.in
--- ruby-1.4.4.dist/beos/GNUmakefile.in	Thu Jan  1 09:00:00 1970
+++ ruby-1.4.4/beos/GNUmakefile.in	Thu Oct 14 12:05:42 1999
@@ -0,0 +1,5 @@
+include Makefile
+
+all: $(LIBRUBY_SO)
+
+$(LIBRUBY_SO): miniruby$(EXEEXT)
diff -ru2pN ruby-1.4.4.dist/configure.in ruby-1.4.4/configure.in
--- ruby-1.4.4.dist/configure.in	Tue Feb  8 17:53:48 2000
+++ ruby-1.4.4/configure.in	Tue Feb  8 23:00:32 2000
@@ -649,4 +649,5 @@ if test "$fat_binary" = yes ; then
 fi
 
+FIRSTMAKEFILE=""
 LIBRUBY_A='lib$(RUBY_INSTALL_NAME).a'
 LIBRUBY='$(LIBRUBY_A)'
@@ -665,4 +666,5 @@ if test "$host_os" = "beos"; then
     i586*)
       LDFLAGS="$LDFLAGS -L."
+      FIRSTMAKEFILE=GNUmakefile:beos/GNUmakefile.in
       ;;
     *)
@@ -673,5 +675,4 @@ if test "$host_os" = "beos"; then
 fi
 
-FIRSTMAKEFILE=""
 LIBRUBY_LDSHARED=$LDSHARED
 LIBRUBY_DLDFLAGS=$DLDFLAGS

--
小松克行 / Katsuyuki Komatsu <komatsu@sarion.co.jp>

In This Thread

Prev Next