aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/fnmatch.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* libc: minor indent(1) cleanups.Pedro F. Giffuni2017-08-261-1/+1
* fnmatch(3): improve POSIX conformance.Pedro F. Giffuni2017-08-101-1/+2
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* 1) Eliminate possibility to call __*collate_range_cmp() with inclompleteAndrey A. Chernov2016-07-141-2/+2
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-141-1/+9
* Remove broken support for collation in [a-z] type ranges.Andrey A. Chernov2016-07-101-9/+1
* libc/locale: Fix type breakage in __collate_range_cmp().Pedro F. Giffuni2016-06-051-2/+2
* fnmatch(): Remove exponential behaviour as in sh r229201.Jilles Tjoelker2015-09-271-28/+49
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.Craig Rodrigues2015-09-201-13/+5
* According to POSIX \ in the fnmatch(3) pattern should escapeAndrey A. Chernov2013-08-081-2/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-201-3/+10
* fnmatch: Fix bad FNM_PERIOD disabling if an asterisk has been seen.Jilles Tjoelker2010-04-161-8/+8
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove unused variables and assignments.Stefan Farfeleder2005-04-081-1/+0
* Add support for multibyte characters.Tim J. Robbins2004-07-291-49/+112
* * Remove __P and convert to ANSI prototypes.David E. O'Brien2002-02-011-1/+3
* Style optimization in newly added POSIX range []] conformance, redoAndrey A. Chernov1997-06-071-6/+6
* Add missing FNM_PERIOD check for '[' rangeAndrey A. Chernov1997-06-061-4/+10
* 1) Now conforms POSIX.2 2.8.3.2 requirements about []] patternAndrey A. Chernov1997-06-061-11/+35
* Fix a bug that caused some false mismatches when both FNM_PATHNAMEJohn Polstra1997-04-291-1/+2
* Eliminate some function calls when locale not usedAndrey A. Chernov1997-04-041-6/+4
* Speedup in case locale not usedAndrey A. Chernov1997-04-041-2/+6
* collate_range_cmp -> __collate_range_cmpAndrey A. Chernov1996-10-311-3/+4
* GNU-style changes:Andrey A. Chernov1996-10-231-10/+14
* add flag FNM_ICASE for case insensitve searchWolfram Schneider1996-10-201-1/+20
* Convert to newly aded collate compare functionAndrey A. Chernov1996-08-121-3/+3
* Use collate for alpha character rangesAndrey A. Chernov1996-08-121-1/+4
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+171