Paul Eggert
cb052e4f6c
Update from gnulib.
2006-07-09 16:59:05 +00:00
Paul Eggert
32aba5ac50
(L_): Renamed from L. All uses changed.
2006-01-27 18:41:50 +00:00
Paul Eggert
ab2edb9e33
Don't use "path" or "filename" to mean "file name"
...
in comments or local variable names.
2005-06-02 05:05:29 +00:00
Jim Meyering
116e6fb244
Update FSF postal mail address.
2005-05-14 07:58:06 +00:00
Paul Eggert
b4b2eed874
(EXT): Use size_t for sizes, not ptrdiff_t, so that we don't have
...
to worry about wraparound.
2004-08-02 18:21:05 +00:00
Paul Eggert
272dfbf173
fnmatch_loop.c (EXT, FCT): Use bool when appropriate.
...
(FCT): Use size_t, not unsigned int, for sizes.
(EXT): Use ptrdiff_t, not int, for a variable that has to
store a size-related quantity but might go negative.
ptrdiff_t is good enough here, since in practice the value
can't exceed SIZE_MAX/2.
2004-08-02 18:10:55 +00:00
Jim Meyering
f1d3aedf65
(ALLOCA_LIMIT): Remove macro, which collided
...
with like-named macro in fnmatch.c.
(EXT): Use an internal constant instead.
Merge fnmatch patches from glibc.
(FCT): Cast to int32_t and UCHAR when appropriate.
Adjust to renaming of collseq_table_lookup to __collseq_table_lookup.
2004-01-16 09:55:15 +00:00
Jim Meyering
777cf19af3
Update from gnulib.
2003-10-17 08:28:13 +00:00
Jim Meyering
07c211b0f8
(FCT): Remove forward decl; no longer needed.
...
(FCT): Define using a prototype.
2003-09-10 08:36:52 +00:00
Jim Meyering
d777b396b7
(NEW_PATTERN): Cast alloca to proper type.
...
Otherwise, it wouldn't compile with at least /bin/cc on
ymp-cray-unicos9.0.2.X.
Combine two mostly-identical uses of alloca into one.
2003-03-22 19:39:40 +00:00
Jim Meyering
0d051ba221
(WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead of
...
(defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H).
It also uses HAVE_BTOWC, to fix a porting bug on Solaris 2.5.1
reported by Vin Shelton.
2002-06-26 06:17:35 +00:00
Jim Meyering
5da70319a7
from libc
2002-06-26 06:13:24 +00:00