search for: towlower

Displaying 20 results from an estimated 20 matches for "towlower".

Did you mean: tolower
2019 Feb 22
2
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
...d. */ return 0; @@ -176,8 +175,7 @@ __match_pattern (const wchar_t *s, const wchar_t *pattern, int caseinsensitive) return 0; /* Check if the next character of the string is acceptable. */ - if (*pattern != '?' && (*pattern != *s && - (!caseinsensitive || towlower(*pattern) != towlower(*s)))) + if (*pattern != '?' && towlower(*pattern) != towlower(*s)) return 0; /* Move to the next character, both in string and in pattern. */ @@ -188,7 +186,7 @@ __match_pattern (const wchar_t *s, const wchar_t *pattern, int caseinsensitive) } st...
2007 Aug 07
2
Varying case sensitivity
Hi all, I''m using ferret 11.4 together with acts_as_ferret and I''ve indexed the geonames.org country files. These files contain worldwide locations in UTF-8 with all their different spellings each. Model definition is like this: class location acts_as_ferret :fields => {:location_names => {}}, :single_index => true ... end The instance method location_names
2019 Feb 22
3
[PATCH 2/2] Cygwin: implement case-insensitive Unicode user and group name matching
On Wed, 20 Feb 2019 at 23:54, Corinna Vinschen <vinschen at redhat.com> wrote: > The previous revert enabled case-insensitive user names again. This > patch implements the case-insensitive user and group name matching. > To allow Unicode chars, implement the matcher using wchar_t chars in > Cygwin-specific code. Keep the generic code changes as small as possible. > Cygwin:
2019 Feb 20
3
[PATCH 0/2] Cygwin: allow user and group case-insensitive Unicode strings
Windows usernames are case-insensitive and almost any Unicode character is allowed in a username. The user should be able to login with her username given in any case and not be refused. However, this opens up a security problem in terms of the sshd_config Match rules. The match rules for user and group names have to operate case-insensitive as well, otherwise the user can override her settings
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
towlower doesn't seem to work with my test string in Cyrillic. This function does locale-specific conversion, is this what we want? Here's the whole thing, with all the calls to ::stat replaced with llvm::sys::fs::Stat. On Fri, Sep 30, 2011 at 8:04 PM, Bryce Cogswell <bryceco at gmail.com> w...
2010 Feb 22
2
Compiling R on Linux with SunStudio 12.1: "wide-character type" problems
...sun/sunstudio12.1/prod/include/cc/sys -I/usr/local/include -L/opt/sun/sunstudio12.1/lib/386 -L/usr/local/lib conftest.c -ldl -lm -liconv >&5 *"/usr/include/wctype.h", line 112: syntax error before or at: __wc "/usr/include/wctype.h", line 195: syntax error before or at: towlower "/usr/include/wctype.h", line 302: syntax error before or at: towupper_l "/usr/include/wctype.h", line 302: syntax error before or at: __wc "/usr/include/wctype.h", line 310: syntax error before or at: towctrans_l "/usr/include/wctype.h", line 310: syntax err...
2011 Oct 03
5
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...e same thing. This would require refactoring FileSystemStatCache to use a new structure in place of stat that could be shared between Windows and Unix. This would be a lot of small changes but seems like it would be fairly straightforward. On Oct 3, 2011, at 9:21 AM, Nikola Smiljanic wrote: > towlower doesn't seem to work with my test string in Cyrillic. This function does locale-specific conversion, is this what we want? > > Here's the whole thing, with all the calls to ::stat replaced with llvm::sys::fs::Stat. > > On Fri, Sep 30, 2011 at 8:04 PM, Bryce Cogswell <brycec...
2007 Nov 23
3
[LLVMdev] Getting rid of the DoesntAccessMemoryFns and OnlyReadsMemoryFns tables
...y iswalnum readnone readonly iswalpha readnone readonly iswcntrl readnone readonly iswdigit readnone readonly iswgraph readnone readonly iswlower readnone readonly iswprint readnone readonly iswpunct readnone readonly iswspace readnone readonly iswupper readnone readonly iswxdigit readnone readonly towlower readnone readonly towupper readnone readonly iswctype readnone nothing towctrans readnone nothing btowc readnone nothing wctob readnone nothing nan readonly readnone nanf readonly readnone wcscoll readonly nothing feof readonly nothing ferror readonly nothing fileno readonly nothing feof_un...
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...quire refactoring FileSystemStatCache to use a new structure in > place of stat that could be shared between Windows and Unix. This would be a > lot of small changes but seems like it would be fairly straightforward. > > > On Oct 3, 2011, at 9:21 AM, Nikola Smiljanic wrote: > > towlower doesn't seem to work with my test string in Cyrillic. This > function does locale-specific conversion, is this what we want? > > Here's the whole thing, with all the calls to ::stat replaced with > llvm::sys::fs::Stat. > > On Fri, Sep 30, 2011 at 8:04 PM, Bryce Cogswell &l...
2011 Sep 30
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
You can use _iswupper and _towlower instead of CharLowerBuffW. They don't require windows.h and work with /Za. On Sep 30, 2011, at 12:24 AM, Nikola Smiljanic wrote: > I tried to do the conversion to lowercase inside GetFullPath by adding an additional bool parameter to this function. It's not perfect but seems much bette...
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...require refactoring FileSystemStatCache to use a new structure in place of stat that could be shared between Windows and Unix. This would be a lot of small changes but seems like it would be fairly straightforward. > > > On Oct 3, 2011, at 9:21 AM, Nikola Smiljanic wrote: > >> towlower doesn't seem to work with my test string in Cyrillic. This function does locale-specific conversion, is this what we want? >> >> Here's the whole thing, with all the calls to ::stat replaced with llvm::sys::fs::Stat. >> >> On Fri, Sep 30, 2011 at 8:04 PM, Bryce Cog...
2020 Mar 13
0
Wine release 5.4
...remaining files. gdi.exe: Use 32-bit printer functions for print jobs. gdi.exe: Build with msvcrt. winaspi: Get rid of DOS mode. winaspi: Reimplement on top of wnaspi32. winaspi: Get rid of header files. winaspi: Build with msvcrt. kernelbase: Don't use towlower() on the full Unicode character range. kernelbase: Don't use wcsicmp/wcsnicmp() on the full Unicode character range. kernelbase: Don't allow the full Unicode character range in StrToInt* functions. kernelbase: Don't allow the full Unicode character range in path functi...
2013 Mar 29
1
Wine release 1.5.27
...entation. msvcrt: Don't forward atoi to ntdll. msvcrt: Don't forward memset to ntdll. msvcrt: Don't forward strchr to ntdll. msvcrt: Don't forward strncmp to ntdll. msvcrt: Don't forward strncpy to ntdll. msvcrt: Don't forward towupper and towlower to ntdll. msvcrt: Don't forward wcsncpy to ntdll. msvcrt: Added _wcstoul_l implementation. msvcrt: Don't forward _getpid to kernel32. msvcrt: Sync spec files. msvcr90: Don't forward new and delete to msvcrt. msvcr90: Don't forward set_se_translato...
2014 May 29
3
Re: libguestfs error
...o... yes checking whether wcspbrk is declared without a macro... yes checking whether wcsstr is declared without a macro... yes checking whether wcstok is declared without a macro... yes checking whether wcswidth is declared without a macro... yes checking whether iswcntrl works... yes checking for towlower... yes checking for wctype_t... yes checking for wctrans_t... yes checking whether wctype is declared without a macro... yes checking whether iswctype is declared without a macro... yes checking whether wctrans is declared without a macro... yes checking whether towctrans is declared without a macr...
2008 Sep 10
1
Xen-3.3 Etch amd64 compil error
...;__attribute__'' before ''towupper'' /usr/src/xen-3.3.0/stubdom/newlib-1.16.0/newlib/libc/include/wctype.h:41: erreur: expected ''='', '','', '';'', ''asm'' or ''__attribute__'' before ''towlower'' ../../../../../newlib-1.16.0/newlib/libc/ctype/iswalnum.c:33: erreur: expected '')'' before ''c'' make[8]: *** [lib_a-iswalnum.o] Erreur 1 Dans le fichier inclus à partir de /usr/src/xen-3.3.0/stubdom/../extras/mini-os/include/posix/stdlib.h:4,...
2014 May 29
2
Re: libguestfs error
Hi Rich Yes Rich I have tried libguesftfs on powerpc and it was working fine.For some reason i had to format my hard disk and now when I'm again compiling it,I'm getting following error.... Below is the status of configure .. This is how we have configured the optional components for you today: Daemon .............................. yes Appliance ........................... yes QEMU
2017 Jul 07
2
[PATCH v2] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 Thanks: Tomáš Golembiovský --- v2v/virt-v2v.pod | 38 ++++++++++++++++++++++++++------------ 1 file changed, 26 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..0943bf305 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,32 @@ that
2017 Jul 07
3
[PATCH] v2v: docs: VDSM location of virt-v2v log file.
See this bug for background information: https://bugzilla.redhat.com/show_bug.cgi?id=1350465 --- v2v/virt-v2v.pod | 39 +++++++++++++++++++++++++++------------ 1 file changed, 27 insertions(+), 12 deletions(-) diff --git a/v2v/virt-v2v.pod b/v2v/virt-v2v.pod index e68d75cf8..93d1a9ecd 100644 --- a/v2v/virt-v2v.pod +++ b/v2v/virt-v2v.pod @@ -1909,18 +1909,33 @@ that guest through the RHV-M UI,
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote host, which were mistakenly handled as local paths (in the best case failing to open a non-existing disk, and in the worst case opening a different disk!). In case the disks are remote resources like ssh or ceph, nothing guarantees that the hostname can be reached from the local machine, or even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...