summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--dir.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1977768d7..05e3d2d19 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@ Thu Jan 29 19:28:16 2004 Minero Aoki <aamine@loveruby.net>
* lib/net/http.rb (Request#initialize): reject only when a path is
empty. [ruby-dev:22771]
+Thu Jan 29 18:54:08 2004 H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
+
+ * dir.c (glob_helper): infinite loop bug in win32 code.
+ [ruby-dev:22770]
+
Thu Jan 29 17:03:49 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.
diff --git a/dir.c b/dir.c
index 9c1b30027..1086658f0 100644
--- a/dir.c
+++ b/dir.c
@@ -1205,7 +1205,7 @@ glob_helper(path, dirsep, exist, isdir, beg, end, flags, func, arg)
else
new_isdir = NO;
#else
- new_isdir = dp->d_isdir ? YES : dp->d_isrep ? UNKNOWN : NO;
+ new_isdir = dp->d_isdir ? (!dp->d_isrep ? YES : UNKNOWN) : NO;
#endif
}
t tools for the following components: * LDAP Server - based on the 389 project (LDAP) http://directory.fedoraproject.org/wiki/Main_Page * KDC - based on MIT Kerberos implementation http://k5wiki.kerberos.org/wiki/Main_Page * PKI based on Dogtag project http://pki.fedoraproject.org/wiki/PKI_Main_Page * Samba libraries for Active Directory integration http://www.samba.org/ * DNS Server based on BIND and the Bind-DynDB-LDAP plugin https://www.isc.org/software/bind https://fedorahosted.org/bind-dyndb-ldap Project Website --------------- Releases, announcements and other information can be found on the IPA server project page at <http://www.freeipa.org/>. Documentation ------------- The most up-to-date documentation can be found at <http://freeipa.org/page/Documentation>. Quick Start ----------- To get started quickly, start here: <http://www.freeipa.org/page/Quick_Start_Guide> Licensing --------- Please see the file called COPYING. Contacts -------- * If you want to be informed about new code releases, bug fixes, security fixes, general news and information about the IPA server subscribe to the freeipa-announce mailing list at <https://www.redhat.com/mailman/listinfo/freeipa-interest/>. * If you have a bug report please submit it at: <https://bugzilla.redhat.com> * If you want to participate in actively developing IPA please subscribe to the freeipa-devel mailing list at <https://www.redhat.com/mailman/listinfo/freeipa-devel/> or join us in IRC at irc://irc.freenode.net/freeipa