summaryrefslogtreecommitdiff
path: root/lib/fnmatch_loop.c
AgeCommit message (Collapse)Author
2003-03-22(NEW_PATTERN): Cast alloca to proper type.Jim Meyering
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.
2002-06-26(WIDE_CHAR_SUPPORT): New macro. Use it uniformly instead ofJim Meyering
(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-26from libcJim Meyering