mailing list of musl libc
 help / color / mirror / code / Atom feed
67c4c528a1331f3d5dd9d06ef9463adececb0c9d blob 106 bytes (raw)

1
2
3
4
5
6
7
 
#include "wchar.h"
#include "wctype.h"

int iswlower_l (wint_t c, locale_t l)
{
    return iswlower(c);
}
debug log:

solving 67c4c52 ...
found 67c4c52 in https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/ ||
	https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/

applying [1/2] https://inbox.vuxu.org/musl/1318260829.727548.21231@legion/
diff --git a/src/ctype/iswlower_l.c b/src/ctype/iswlower_l.c
new file mode 100644
index 0000000..67c4c52

Checking patch src/ctype/iswlower_l.c...
Applied patch src/ctype/iswlower_l.c cleanly.

skipping https://inbox.vuxu.org/musl/1318260629.591757.21186@legion/ for 67c4c52
index at:
100644 67c4c528a1331f3d5dd9d06ef9463adececb0c9d	src/ctype/iswlower_l.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).