Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Style optimization in newly added POSIX range []] conformance, redo | ache | 1997-06-07 | 1 | -6/+6 |
| | | | | 'for' loop as do...while and remove variable unneded now | ||||
* | Add missing FNM_PERIOD check for '[' range | ache | 1997-06-06 | 1 | -4/+10 |
| | | | | | Don't treat !^ as first characters in the range, just as negate sign [/] never match if FNM_PATHNAME | ||||
* | 1) Now conforms POSIX.2 2.8.3.2 requirements about []] pattern | ache | 1997-06-06 | 1 | -11/+35 |
| | | | | 2) Treat unclosed [ range in pattern as regular characters (bash style) | ||||
* | Fix a bug that caused some false mismatches when both FNM_PATHNAME | jdp | 1997-04-29 | 1 | -1/+2 |
| | | | | | | and FNM_LEADING_DIR were specified and the pattern ended with "*". Example: pattern="src/usr.sbin/w*", string="src/usr.sbin/watch/watch.8,v". This should match, but did not. | ||||
* | Eliminate some function calls when locale not used | ache | 1997-04-04 | 1 | -6/+4 |
| | |||||
* | Speedup in case locale not used | ache | 1997-04-04 | 1 | -2/+6 |
| | |||||
* | collate_range_cmp -> __collate_range_cmp | ache | 1996-10-31 | 1 | -3/+4 |
| | |||||
* | GNU-style changes: | ache | 1996-10-23 | 1 | -10/+14 |
| | | | | | | | 1) Rename FNM_ICASE to FNM_CASEFOLD 2) Add FNM_LEADING_DIR Add proper (unsigned char) casts to tolower(). Use 'char' function argument for proper sign extension | ||||
* | add flag FNM_ICASE for case insensitve search | wosch | 1996-10-20 | 1 | -1/+20 |
| | | | | Reviewed by: ache | ||||
* | Convert to newly aded collate compare function | ache | 1996-08-12 | 1 | -3/+3 |
| | |||||
* | Use collate for alpha character ranges | ache | 1996-08-12 | 1 | -1/+4 |
| | |||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -1/+1 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -2/+2 |
| | |||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+171 |