Skip to content

Commit

Permalink
* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
Browse files Browse the repository at this point in the history
	avoid calling mbsrtowcs twice.
  • Loading branch information
Ulrich Drepper committed Mar 30, 2005
1 parent 7a409a1 commit 3fb1a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-03-29 Jakub Jelinek <jakub@redhat.com>

* posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
avoid calling mbsrtowcs twice.

2005-03-29 Roland McGrath <roland@redhat.com>

* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
Expand Down

0 comments on commit 3fb1a4d

Please sign in to comment.