まつもと ゆきひろです
In message "[ruby-list:16875] Re: Dir.glob"
on 99/09/18, WATANABE Hirofumi <eban / os.rim.or.jp> writes:
|Solaris でこの表現が使えないなら以前のように
|fnmatch.c は missing でなくてもいいのかも.
|このままだとスクリプトの互換性がなくなりますね.
そーですねえ、だれかライセンス的に問題ないfnmatchを持ってま
せんか? というのもmissingの下にあるのはBSDライセンスなので
リンクしちゃうとバイナリ配布時に問題が発生します(と思います)。
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
* 3. All advertising materials mentioning features or use of this software
* must display the following acknowledgement:
* This product includes software developed by the University of
* California, Berkeley and its contributors.
のあたり。まったく。
missingの下にある限り mere aggregation であると主張できると
思ってます。
|:スピードも遅そうだけど、もともとglobは遅いなんて話がありましたよね。
|
|それってソートするときに何度も (l)stat を呼んじゃうから,
|Schwartzian Transform を使おうって話じゃなかったっけ?
ううむ、ちょっと考えてみます。
まつもと ゆきひろ /:|)