summaryrefslogtreecommitdiff
path: root/lib/fnmatch.c
AgeCommit message (Collapse)Author
2004-08-11(WIDE_CHAR_SUPPORT): Don't set to 1 if missingPaul Eggert
wmemchr or wmemcpy. Problem reported by Robert Dahlem for Reliant Unix 5.43.
2004-08-02Include <stdbool.h>.Paul Eggert
(errno): Remove decl; we now assume C89 or better.
2004-05-21update from gnulibJim Meyering
2004-01-16Merge fnmatch patches from glibc.Jim Meyering
(mbsinit): Remove define. Add libc_hidden_ver (__fnmatch, fnmatch).
2003-10-17Update from gnulib.Jim Meyering
2003-09-10Include fnmatch.h first, to test interface.Jim Meyering
Include <string.h>, <stddef.h>, <stdlib.h> unconditionally. (getenv): Remove decl. (fnmatch): Define using a prototype.
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-22(ISASCII, ISPRINT): Undefine, to avoid warning aboutJim Meyering
redefinition due to Solaris5.6's definition in /usr/include/sys/euc.h.
2002-06-22Update from diffutils-2.8.2.Jim Meyering
2000-11-03cppiJim Meyering
2000-11-03Do not comment out all the code if we are usingJim Meyering
the GNU C library, because in some cases we are replacing buggy code in the GNU C library itself.
2000-10-31(FOLD): Do not assume that characters are unsigned.Jim Meyering
(fnmatch): Fix some FNM_FILE_NAME and FNM_LEADING_DIR bugs, e.g. fnmatch("d*/*1", "d/s/1", FNM_FILE_NAME) incorrectly yielded zero.
2000-09-09Rename ISASCII to IN_CTYPE_DOMAIN.Jim Meyering
2000-08-07back out Copyright date changes for files with no changes yearJim Meyering
2000-07-09update copyright dateJim Meyering
1998-12-07ansideclifyJim Meyering
1998-02-24Update from libit.Jim Meyering
1997-02-18.Jim Meyering
1996-10-29libitizeJim Meyering
1996-07-15update FSF address in copyrightJim Meyering
1995-01-27Declare errno if it's not defined.Jim Meyering
1994-10-20merge with 3.9pJim Meyering
1994-10-09.Jim Meyering
1993-10-12merge with 3.8.4cJim Meyering
1993-10-12merge with 3.8.4bJim Meyering
1993-08-26merge with 3.8.2Jim Meyering
1993-04-19merge with 3.4.8Jim Meyering
1993-03-31updated from FSFJim Meyering
1992-10-31Initial revisionJim Meyering