Stub implementation for GetGeoInfo.
[wine] / dlls / msvcrt /
2005-05-11   <wine.larry.engho... Add test for correctly interpreting %% printf format...
2005-05-10   <wine.larry.engho... Interpret %% correctly in printf format string.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardPrefix the internal name of all register functions...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-05   <wine.larry.engho... Return ENOENT rather than EBADF from MSVCRT_fopen(...
2005-04-25  Alexandre JulliardRemove a few more instances of strncpy.
2005-04-23  Juan LangExport _tzname, expected by Mozilla.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-18  Eric PouechFixed some signed / unsigned pointer casts.
2005-04-14  Rein KlazesFix decoding printf format in case the field width...
2005-03-31  Hans LeidekkerImplement and test _chsize.
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-10  C. Scott AnanianAllow scanf to continue parsing format string after...
2005-03-07  Jason EdmeadesMake msvcrt printf use the internal routines which...
2005-03-05  Mike McCormackHandle %ls in sprintf.
2005-03-04  Mike McCormackHandle the printf %F format modifier.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Uwe BonnesAdvance over * argument for precision.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-18  Gunnar DalsnesWhen getting current directory on a drive different...
2005-02-14  Francois GougetCast the GetProcAddress() return value to avoid warning...
2005-02-14  Mike McCormackAdd handling of %ws, %S and %C to _vns(w)printf, improv...
2005-02-10  Francois GougetAssorted spelling fixes.
2005-01-28  Francois GougetFix handling of EOF for the '%c' and '%C' cases in...
2005-01-10  Bill MedlandOnly report the unsupported flags.
2005-01-04  Lionel Ulmerfpos_t should be 64 bits (verified with native MSVCRT...
2005-01-04  Lionel UlmerHandle buffering in fgetpos / fsetpos.
2005-01-03  Eric PouechSome missing const correctness fixes.
2004-12-27  Rein KlazesCorrect cases where arguments of ok() calls depend...
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-14  Juan LangImplement _popen and _pclose, and use debugstr_a to...
2004-12-14  Juan LangUse debugstr_a to avoid crash tracing long command...
2004-12-14  Juan Lang- make file functions (mostly) thread-safe
2004-12-14  Francois GougetAdd trailing '\n's to ok() calls.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Rein Klazes- implement __pioinfo, __badioinfo and _adjust_fdiv
2004-12-09  Juan Lang- implement _dup, _dup2, and _pipe
2004-12-09  Alexandre JulliardJanitorial: C booleans must not be compared against...
2004-12-07  Juan LangFlush file in fputc when character is '\n'.
2004-12-06  Juan LangSet st_mode bits in _fstati64.
2004-12-06  Juan Langmsvcrt_spawn should free STARTUPINFOA's lpReserved2...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-11-30  Eric PouechConst correctness fixes.
2004-11-28  Eric PouechFixed file name when opening NUL.
2004-11-21  Bill MedlandDon't mess up the msvcrt codepage on e.g. _MB_CP_ANSI.
2004-11-08  Eric PouechNow that name undecoration works, fix the type info.
2004-11-08  Eric PouechImplemented __unDName and __unDNameEx functions.
2004-11-06  Rein Klazes- RtlTimeFieldsToTime should not normalize the time...
2004-11-04  Aneurin Price- Move printf tests from scanf.c to printf.c (and fix...
2004-11-03  Tony LambregtsFix up init_fp test for freopen.
2004-10-27  Rein KlazesIn MSVCRT_localtime() return tm_isdst = 0 when there...
2004-10-25  Rein KlazesCorrectly use the returned value from GetTimeZoneInform...
2004-10-21  Rein Klazes- mktime should compute the tm_wday, tm_yday and renorm...
2004-10-19  Alexandre JulliardOutput the virtual tables for the exception classes...
2004-10-18  Alexandre JulliardFixed __RTDynamicCast to return the correct pointer...
2004-10-14  Alexandre JulliardFixed spelling of 'hierarchy'.
2004-10-14  Hans LeidekkerPrefix _fsopen with MSVCRT_ to avoid collision with...
2004-09-08  Uwe BonnesAdded MSVCRT_CLOCKS_PER_SEC define.
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-09-03  Eric Pouech- msvcrt: the file descriptors are now inherited betwee...
2004-09-01  Alexandre JulliardFunction parameters don't need WINE_UNUSED.
2004-09-01  Alexandre JulliardInline functions don't need WINE_UNUSED.
2004-08-26  Francois GougetAssorted spelling fixes.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-08-22  Francois GougetRemove these Wine-only types:
2004-08-13  Francois GougetThe Windows headers don't define PEXCEPTION_REGISTRATIO...
2004-08-11  Francois GougetDon't define __WINE_USE_MSVCRT in the Visual C++ projec...
2004-07-23  Francois GougetAssorted spelling fixes.
2004-07-19  Mike HearnAdd some test cases for _wputenv, fix deletion of non...
2004-07-16  Alexandre JulliardImplemented _spawnle and _spawnlpe.
2004-07-12  Pierre d'HerbemontDon't test i386 types on non i386.
2004-07-06  Alexandre JulliardAdded tests for div_t and ldiv_t.
2004-07-06  Pierre d'HerbemontDefine MSVCRT_div_t and MSVCRT_ldiv_t.
2004-06-25  Dimitrie O. PaunSplit the MSVCRT implementation headers from the public...
2004-06-02  Mike McCormackCopy the vsnprintfW implementation from libunicode...
2004-05-27  Uwe BonnesFixed typo.
2004-05-19  Eric PouechGetModuleFileName[AW] doesn't terminate the string...
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-05-17  Raphael JunqueiraFix scanf handling of float numbers (beginning with...
2004-05-13  Alexandre JulliardFixed copy/paste bug in previous change.
2004-05-12  Alexandre JulliardFixed the prototypes of the _adj_fdiv_* functions.
2004-05-12  Eric Pouech- rewrote the file code so that streams manage low...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-04-09  Francois GougetUse named constants instead of magic numbers.
2004-04-08  Alexandre JulliardPortability fix.
2004-04-08  Dave Belangerwcstod: added exponent parsing and fixed handling of...
2004-03-25  Uwe BonnesCorrect errors with move to kernel time functions.
2004-03-24  Rein KlazesThe name is _longjmpex (with the underscore).
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-19  Uwe BonnesRelay msvcrt_memcpy to memmove, CString::Insert seems...
2004-03-19  Hans LeidekkerReimplement time functions with Win32 APIs.
2004-03-16  Hans Leidekker- Prefix many more functions, types, structs, etc....
2004-03-11  Hans LeidekkerImplement _ftime with Win32 APIs.
2004-03-11  Dimitrie O. PaunHeap tests cleanup.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-02-24  Uwe BonnesImplement I64 modifier, move WARN to TRACE.
2004-02-19  Alexandre JulliardFixed varargs handling in the scanf functions (spotted...
2004-02-09  Francois GougetAssorted spelling and case fixes.
next