aboutsummaryrefslogtreecommitdiffstats
path: root/wcsmbs/wcscpy.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tue Apr 2 21:27:01 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>Roland McGrath1996-04-031-4/+5
| | | | | | | * posix/glob.c (glob_pattern_p): Avoid scanning past eos if the pattern ends with a backslash and quoting is enabled. * posix/fnmatch.c (fnmatch): Likewise; return FNM_NOMATCH for such patterns.
* * Makefile (subdirs): Added wcsmbs.cvs/libc-960208Roland McGrath1996-02-081-0/+44
* wcsmbs: New directory of wide char/multibyte char functions from drepper.