[#7968] array .{first, last, at} — Kazunori NISHI <kazunori@...>

西@九大です。

25 messages 1999/10/07
[#7969] Re: array .{first, last, at} — nobu.nakada@... 1999/10/07

なかだです。

[#7983] Re: array .{first, last, at} — Kazunori NISHI <kazunori@...> 1999/10/12

西@九大です。

[#7984] Re: array .{first, last, at} — matz@... (Yukihiro Matsumoto) 1999/10/12

まつもと ゆきひろです

[#7985] [patch] Array#delete_at w/ minus value — EGUCHI Osamu <eguchi@...> 1999/10/12

えぐち@エスアンドイーです。

[ruby-dev:8139] [PATCH] win32/{Makefile,ruby.def} for Ruby 1.5.0

From: Katsuyuki Komatsu <komatsu@...>
Date: 1999-10-29 15:05:16 UTC
List: ruby-dev #8139
小松です。

Ruby 1.5.0のdir.cの変更に対するmswin32の対応です。

Thu Oct 21 16:14:19 1999  Yukihiro Matsumoto  <matz@netlab.co.jp>

	* dir.c (fnmatch): use eban's fnmatch; do not depend on systems's
	  fnmatch (which may have portability problem) anymore.

--- win32/Makefile.dist	Wed Sep 22 13:30:11 1999
+++ win32/Makefile	Fri Oct 29 23:46:18 1999
@@ -20,5 +20,5 @@
 #EXTLIBS = 
 LIBS = advapi32.lib wsock32.lib $(EXTLIBS)
-MISSING = crypt.obj alloca.obj win32.obj fnmatch.obj isinf.obj isnan.obj
+MISSING = crypt.obj alloca.obj win32.obj isinf.obj isnan.obj
 LDSHARED = 
 DLDFLAGS = 
@@ -166,7 +166,4 @@
 isnan.obj: missing/isnan.c
 	$(CC) -I. $(CFLAGS) $(CPPFLAGS) -c missing/isnan.c
-
-fnmatch.obj: missing/fnmatch.c
-	$(CC) -I. $(CFLAGS) $(CPPFLAGS) -c missing/fnmatch.c
 
 memcmp.obj: missing/memcmp.c
--- win32/ruby.def.dist	Fri Oct 29 18:25:32 1999
+++ win32/ruby.def	Fri Oct 29 23:47:08 1999
@@ -100,6 +100,4 @@
 	encrypt
 	crypt
-;missing/fnmatch.c
-	fnmatch
 ;missing/isinf.c
 	isinf

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

In This Thread

Prev Next