search for: num_get

Displaying 11 results from an estimated 11 matches for "num_get".

Did you mean: aug_get
2016 Nov 21
2
libc++ review: add validation to Stage 2 of num_get
LLVM developers: Does anyone have time and interest to review a libc++ change? https://reviews.llvm.org/D26920 Eric
2012 Jun 22
0
Wine release 1.5.7
...decvt<wchar> implementation. msvcp90: Added _Stodx implementation. msvcp90: Added _Stofx implementation. msvcp90: Added _Stollx implementation. msvcp90: Added _Stoullx implementation. msvcp90: Fix basic_ios<char>::imbue implementation. msvcp90: Rename num_get_char_ctor__Init function because it's not a constructor. msvcp90: Separate num_get::get(long double) and num_get::get(double) functions. msvcp90: Define ios_base structure globally. msvcp90: Define basic_streambuf structure globally. msvcp90: Added num_get<char> co...
2012 Jul 03
0
Wine release 1.5.8
...plementation of D3DXSHDot. d3dx9_36: Implementation of D3DXSHScale. Owen Rudge (2): msvcp90: Add initial basic_stringbuf<char> implementation. msvcp90: Sync spec files. Piotr Caban (35): msvcp90: Added num_put<wchar> implementation. msvcp90: Added partial num_get<wchar> and num_get<short> implementation. msvcp90: Added num_get<wchar>::_Getffld implementation. msvcp90: Added num_get<wchar>::_Getifld implementation. msvcp90: Added num_get<wchar>::get functions implementation. msvcp90: Added basic_ostream&l...
2012 Jan 13
0
Wine release 1.3.37
...keys. comctl32: Fix a grammar error in comment. photometadatahandler: Add stub dll. xpsprint: Add stub dll. Daniel Lehman (17): msvcp90: Use passed in beg to find the length in basic_string<>::replace. msvcp90: Make type_info::mangled larger. msvcp90: Add num_get<wchar_t> stubs. msvcp90: basic_string<>::rfind(ch) should call rfind. msvcrt: Make WEOF returned from swscanf signed. msvcp90: Fix return value for ctype<wchar_t> do_is(ch). msvcrt: Sync _wtempnam with _tempnam. msvcrt: Add struct and prototypes for e...
2012 Mar 30
0
Wine release 1.5.1
...m state with LVM_SETITEMSTATE (LVS_OWNERDATA case only). Piotr Caban (17): shell32: Prepare QueryAssociations helper functions to work on non LPWSTR data. shell32: Handle ASSOCDATA_EDITFLAGS in IQueryAssociations:GetData function. msvcp90: Don't define separate structures for num_get<char> and num_get<wchar>. msvcp90: Use DEFINE_RTTI_DATA to define iosb RTTI base descriptor. msvcp90: Use DEFINE_RTTI_DATA to define locale_facet RTTI base descriptor. msvcp90: Use DEFINE_RTTI_DATA to initialize exception RTTI data. msvcp90: Added numpunct<wch...
2012 Oct 26
0
Wine release 1.5.16
...when expanding item with no children. comctl32: Fix notifications and return value when collapsing already collapsed node. comctl32/tests: Expanding/collapsing a node always sends associated messages. regedit: Disallow editing root key names. Daniel Lehman (10): msvcp: Sync num_get<>::_Getifld. msvcp90: Fix num_get<>::_Getffld. msvcp: Free facet and _Locimp in Locimp dtor. msvcp90: In num_put, use default precision of 6 if 0 and not fixed. msvcp: Sync num_put<> put_double. msvcp90: Set failbit at end of istream<>::sentry::...
2016 Oct 14
0
Wine release 1.9.21
...d2d1: Make some of drawing calls a wrappers over DrawGeometry(). dwrite: Update to IDWriteFactory4. d2d1: Implement GetDesktopDpi(). Piotr Caban (4): msvcp110: Fix cin/cout/cerr/clog structure sizes. msvcp140/tests: Test virtual base table size exports. msvcp110: Fix num_get structure layout. msvcp100: Add stdext::threads::_Mtx_* implementation. Roman Pisl (5): shell32: Implement NIM_SETVERSION. winex11: Implement NIM_SETVERSION. explorer: Implement NIM_SETVERSION. winex11: Send WM_CONTEXTMENU on WM_RBUTTONUP and NIN_SELECT on WM_LBUTTONU...
2012 Nov 23
0
Wine release 1.5.18
...read_uint64 tests. msvcp60: Fixed basic_filebuf<char> implementation. msvcp60: Fixed basic_filebuf<short> implementation. msvcp60: Fixed basic_string::c_str implementation. msvcp60: Added basic_string tests. msvcp60: Remove mutex class. msvcp60: Fixed num_get class implementataion. msvcp60: Fixed num_put::fput implementation. msvcp60: Fixed basic_istream::ipfx implementation. msvcp60: Fixed basic_istream::seekg implementation. msvcp60: Fixed basic_istream::getline(basic_string) implementation. msvcp60: Added iostream tests....
2012 Nov 09
0
Wine release 1.5.17
...msvcrt: Improved _wcstod_l precision. msvcrt: Improved strtod_l precision. msvcrt: Fixed __p___mb_cur_max tests. msvcp90: Fixed long long printing in tests. msvcp90: Destroy string returned by basic_stringbuf_char_str_get. msvcp: Fixed uninitialized variable access in num_get::_Getffld and _Getifld functions. msvcp60: Fixed basic_streambuf class structure. Rafa? Mu?y?o (2): gdiplus: Fix logic of treating the region of a string as unclipped. gdiplus: Mark regions as unclipped correctly. Sam Edwards (6): opengl32: Fix outline-font glyphs renderin...
2012 Jul 31
0
Wine release 1.5.10
...Add some traces. d3dx9_36: Add more traces. Piotr Caban (9): msvcp90: Fixed EOF detection in basic_filebuf_char_uflow function. msvcp90: Fixed EOF detection in basic_streambuf_char__Xsgetn_s function. msvcp90: Added num_put<short> implementation. msvcp90: Fixed num_get<short>::vftable. msvcp: Sync spec files. msvcp71: Added functions for creating basic_string iterators. msvcp71: Added iterator based basic_string::replace implementation. msvcp71: Added basic_string::append(iterator, iterator) implementation. msvcp71: Added _Stri...
2012 Oct 12
0
Wine release 1.5.15
...Fix cxx exception information for 64-bit. msvcp90: Fix export for fstream<wchar_t> ctor. msvcp: Flip fclose result check in filebuf<>::close. msvcp90: Initialize state in mb_to_wc. msvcp90: Copy facetvec element pointer in copy ctor. msvcp90: Fix parsing in num_get<>::_Getifld. msvcp90: In codecvt<wchar_t>::do_out, copy local buffer to *to_next. gdi32: Use HandleToULong inline function to convert handle to index instead of casting. Dmitry Timoshkov (10): ieframe: Recognize the CGID_ShellDocView command group. gdiplus: Add...