search for: _stat64i32

Displaying 14 results from an estimated 14 matches for "_stat64i32".

2011 Sep 27
3
[LLVMdev] [cfe-dev] Unicode path handling on Windows
I think the assert you have for _stat64i32 is fine. It is a constant expression so should compile to nothing, and the chance of the definition changing is pretty much zero. LowercaseString appears to be used by ASM printers where the output is expected to be ASCII, and then some WIN32-conditioned code in FileManager.cpp. I hate to say it b...
2011 Sep 29
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...erBuffW. I need a portable way to convert from UTF8 to UTF16. There is set of functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What do I do? > > On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: > I think the assert you have for _stat64i32 is fine. It is a constant expression so should compile to nothing, and the chance of the definition changing is pretty much zero. > > LowercaseString appears to be used by ASM printers where the output is expected to be ASCII, and then some WIN32-conditioned code in FileManager.cpp. I hate t...
2011 Sep 23
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
Here's a new patch that fixes all the issues mentioned before. Note that this isn't final, I didn't want to replace all calls to ::stat so that it's easier to review. I have only one more questions: 1. _wopen accepts _stat64i32 instead of stat structure. These two are exactly the same, the only difference is that stat uses time_t and _stat64i32 uses __time64_t (time_t is a typedef for __time64_t but this depends on one more macro). I check to see that size of these two structures is the same, but is there something more t...
2011 Sep 29
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...e CharLowerBuffW. I need a portable way to convert from UTF8 to UTF16. There is set of functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What do I do? On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: > I think the assert you have for _stat64i32 is fine. It is a constant > expression so should compile to nothing, and the chance of the definition > changing is pretty much zero. > > LowercaseString appears to be used by ASM printers where the output is > expected to be ASCII, and then some WIN32-conditioned code in > FileMa...
2011 Sep 30
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...eed a portable way to convert from UTF8 to UTF16. There is set of functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What do I do? >> >> On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: >> I think the assert you have for _stat64i32 is fine. It is a constant expression so should compile to nothing, and the chance of the definition changing is pretty much zero. >> >> LowercaseString appears to be used by ASM printers where the output is expected to be ASCII, and then some WIN32-conditioned code in FileManager.cpp....
2011 Sep 30
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...portable way to convert from UTF8 to UTF16. There is set of > functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What > do I do? > > On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: > >> I think the assert you have for _stat64i32 is fine. It is a constant >> expression so should compile to nothing, and the chance of the definition >> changing is pretty much zero. >> >> LowercaseString appears to be used by ASM printers where the output is >> expected to be ASCII, and then some WIN32-conditioned...
2011 Sep 20
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
On Tue, Sep 20, 2011 at 4:15 PM, Nikola Smiljanic <popizdeh at gmail.com> wrote: > OK since this approach makes sense I'll shoot with my questions :) > 1. Where should get_utf8_argv go and is the name of this function OK? Right > now the function is inside llvm::sys::fs namespace because I need access to > Windows.h, should I leave it there. I don't think it belongs
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...from UTF8 to UTF16. There is set of >> functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What >> do I do? >> >> On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com>wrote: >> >>> I think the assert you have for _stat64i32 is fine. It is a constant >>> expression so should compile to nothing, and the chance of the definition >>> changing is pretty much zero. >>> >>> LowercaseString appears to be used by ASM printers where the output is >>> expected to be ASCII, and then so...
2011 Oct 03
5
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...le way to convert from UTF8 to UTF16. There is set of functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What do I do? >>> >>> On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: >>> I think the assert you have for _stat64i32 is fine. It is a constant expression so should compile to nothing, and the chance of the definition changing is pretty much zero. >>> >>> LowercaseString appears to be used by ASM printers where the output is expected to be ASCII, and then some WIN32-conditioned code in FileManag...
2011 Oct 03
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...re is set of >>> functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What >>> do I do? >>> >>> On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com>wrote: >>> >>>> I think the assert you have for _stat64i32 is fine. It is a constant >>>> expression so should compile to nothing, and the chance of the definition >>>> changing is pretty much zero. >>>> >>>> LowercaseString appears to be used by ASM printers where the output is >>>> expected to b...
2011 Sep 30
0
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...portable way to convert from UTF8 to UTF16. There is set of > functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What > do I do? > > On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: > >> I think the assert you have for _stat64i32 is fine. It is a constant >> expression so should compile to nothing, and the chance of the definition >> changing is pretty much zero. >> >> LowercaseString appears to be used by ASM printers where the output is >> expected to be ASCII, and then some WIN32-conditioned...
2011 Oct 03
2
[LLVMdev] [cfe-dev] Unicode path handling on Windows
...nvert from UTF8 to UTF16. There is set of functions inside clang/Basic/ConvertUTF, but LLVM can't depend on this. What do I do? >>>> >>>> On Tue, Sep 27, 2011 at 5:09 AM, Bryce Cogswell <bryceco at yahoo.com> wrote: >>>> I think the assert you have for _stat64i32 is fine. It is a constant expression so should compile to nothing, and the chance of the definition changing is pretty much zero. >>>> >>>> LowercaseString appears to be used by ASM printers where the output is expected to be ASCII, and then some WIN32-conditioned code in F...
2010 May 28
0
Wine release 1.2-rc2
...2: Fix accelerator letters for Toolbar customizing dialog. README.ru: Fix some problems with words order in phrases. Piotr Caban (2): msvcrt: Fix mbstowcs_l implementation. msvcrt: Fix wcstombs_l implementation. Robert Wilhelm (4): include: Add struct _stat32i64 and struct _stat64i32. msvcrt90: Add fstat64i32. msvcrt90: Add stat64i32. msvcrt: Support system(NULL). Roderick Colenbrander (7): wined3d: Replace set_shader call with unset_shader in blt_to_drawable. wined3d: Don't use blit_supported() in d3dfmt_get_conv for now. wined3d: Updat...
2011 Feb 04
0
Wine release 1.3.13
...warnings in mixer.c. David Hedberg (1): gdi32: Stay within the clipping area when painting text background. Detlef Riekenberg (5): kernel32: Don't mask when printing unsupported flags in load_library. msvcr90: Implement _stat32, _fstat32, _wstat32. include: Add missing _stat64i32 / _stat32i64. msvcrt: Add private define and header tests for _set_error_mode options. msvcrt: Use the _set_error_mode value to switch between a dialogbox and stderr for C runtime messages. Dmitry Timoshkov (3): winex11.drv: Associate the real DC transformation with cached font d...