search for: specialcases

Displaying 8 results from an estimated 8 matches for "specialcases".

2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Am 03.10.2011 22:12, schrieb Nikola Smiljanic: > How about this: > > for (int i = 0; i != NumWChars; ++i) > absPath[i] = std::tolower(absPath[i], std::locale()); > > seems to be working just fine? You have two assumptions here: Assumption 1: For each lowercase character, there is an equivalent uppercase character, and vice versa. This is not true in half a dozen
2009 Apr 29
1
Replacement of Macro() with Gosub()
...[contextA] ...stuff... Is this true? Or have I misunderstood the post that I read? 2) The single most useful feature of a macro was auto-return on unmatched goto. This feature reduces the size of my dialplan to about 30% of its previous size! How can this be implemented with a Gosub? eg. [macro-specialcases] exten => s,1,Goto(c-${ARG1}) exten => c-special,1,NoOp(I am special) The above would execute the NoOp if ARG1 is set to "special" but just return otherwise. Perhaps a Gosub can use the 'i' extension to do the same? [macro-specialcases] exten => s,1,Goto(c-${ARG1}) exte...
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
How about this: for (int i = 0; i != NumWChars; ++i) absPath[i] = std::tolower(absPath[i], std::locale()); seems to be working just fine? On Mon, Oct 3, 2011 at 9:27 PM, Bryce Cogswell <bryceco at gmail.com> wrote: > Right, but maybe if you switch to using tolower_l() and pass an appropriate > locale you can get it to work the same way. I'm not sure what locale that
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On 10/03/2011 11:59 PM, Joachim Durchholz wrote: > Am 03.10.2011 22:12, schrieb Nikola Smiljanic: >> How about this: >> >> for (int i = 0; i != NumWChars; ++i) >> absPath[i] = std::tolower(absPath[i], std::locale()); >> >> seems to be working just fine? > > You have two assumptions here: > > Assumption 1: For each lowercase character,
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Right, but maybe if you switch to using tolower_l() and pass an appropriate locale you can get it to work the same way. I'm not sure what locale that would have to be, but it needs to match whatever NTFS uses for its $upcase file. On Oct 3, 2011, at 12:19 PM, Nikola Smiljanic wrote: > CharLowerW does the right thing. But I still need Windows.h to use it :) > > On Mon, Oct 3, 2011
2007 Oct 02
2
Blog post about Theora and MSVC assembly
Hello! I wrote a blog post requesting help for Theora on MSVC-syntax assembly. This is my first time speaking for Xiph instead of just myself so please teach me what to do better next time. (Better offlist probably.) My post might contain a few interesting bits for Xiph members as well. It can be found here: http://blog.hartwork.org/?p=86 Sebastian
2020 Aug 28
0
Wine release 5.16
The Wine development release 5.16 is now available. What's new in this release (see below for details): - Support for x86 AVX registers. - Some ARM64 fixes for macOS. - Still more restructuration of the console support. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.16.tar.xz
2019 Mar 01
0
Wine release 4.3
The Wine development release 4.3 is now available. What's new in this release (see below for details): - Reimplementation of XAudio2 using the FAudio library. - Mono engine updated to the latest upstream. - More modern handling of iconic windows. - Improved handling of kernel objects. - Various bug fixes. The source is available from the following locations: