search for: ecvt

Displaying 5 results from an estimated 5 matches for "ecvt".

Did you mean: ect
1997 Dec 16
1
RedHat 5.0 Linux libc to glibc
This was posted on another list I follow and I thought it might be important if you are not already aware of the change: >Between Redhat 4.2 and Redhat 5.0, Redhat changed from libc version 5 to >glibc version 2.0 as the standard C library. This arranges its include >files differently and has resulted in MOST programs needing changes to >compile under Redhat 5.0. Paul Gilbert
2001 Jun 22
0
Half-Life: Selected Mode is not supported by your card
...o checking for reentrant libc: __thr_errno... no checking for reentrant libc: __errno... no checking for reentrant X libraries... yes checking for working alloca.h... yes checking for alloca... yes checking for __libc_fork... yes checking for _lwp_create... no checking for clone... yes checking for ecvt... yes checking for finite... yes checking for fpclass... no checking for ftruncate64... yes checking for getnetbyaddr... yes checking for getnetbyname... yes checking for getpagesize... yes checking for getprotobyname... yes checking for getprotobynumber... yes checking for getrlimit... yes checki...
2010 Jul 30
0
Wine release 1.3.0
...DERR_INVALIDCALL. Francois Gouget (1): wine.inf: Let winebrowser handle the ftp URLs. Fr?d?ric Delanoy (2): shdocvw: Add French translation. shdocvw: Fix French translation. Greg Geldorp (2): winetest: Take manifests into account when hunting for DLLs. msvcrt/tests: ecvt on Win9x and NT4 will corrupt memory if nrdigits < 0. Hans Leidekker (35): advapi32: Stub out the Safer* functions a bit more. shlwapi: Don't trace the contents of output buffers. msi: Add a test for MsiSetFeatureState. msi: Store the patch state in the registry....
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...((__mode__ (__HI__))); typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__))); typedef __builtin_va_list __gnuc_va_list; struct _IO_jump_t; struct _IO_FILE; typedef void _IO_lock_t; struct _IO_marker { struct _IO_marker *_next; struct _IO_FILE *_sbuf; int _pos; }; enum __codecvt_result { __codecvt_ok, __codecvt_partial, __codecvt_error, __codecvt_noconv }; struct _IO_FILE { int _flags; char* _IO_read_ptr; char* _IO_read_end; char* _IO_read_base; char* _IO_write_base; char* _IO_write_ptr; char* _IO_write_end; char* _IO_buf_base; char* _IO_buf_end;...