2002-06-21 |
Alexandre Julliard | Made some more spec file entries optional or unnecessary. |
tree | commitdiff |
2002-06-01 |
Alexandre Julliard | Removed some more trailing whitespace. |
tree | commitdiff |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
tree | commitdiff |
2002-05-25 |
Alexandre Julliard | Fixed typo in iswalpha forward. |
tree | commitdiff |
2002-05-20 |
John K. Hohm | Fix msvcrt._vsnwprintf format reading bug like NTDLL_vs... |
tree | commitdiff |
2002-05-19 |
Francois Gouget | Implemented _getws. |
tree | commitdiff |
2002-05-16 |
Alexandre Julliard | Export global argc/argv variables from libwine and... |
tree | commitdiff |
2002-05-16 |
Warren Baird | Some fixes for compiling on Sparc. |
tree | commitdiff |
2002-05-14 |
Alexandre Julliard | Added winebuild support for generating a .dbg.c file... |
tree | commitdiff |
2002-05-11 |
Alexandre Julliard | Added -res option to specify resources on winebuild... |
tree | commitdiff |
2002-05-09 |
Alexandre Julliard | Moved imports specification from the .spec into the... |
tree | commitdiff |
2002-05-01 |
Alexandre Julliard | Attempt at fixing MAX_PATH issues for mingw. |
tree | commitdiff |
2002-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-04-26 |
Alexandre Julliard | Better support for configure detection of missing types... |
tree | commitdiff |
2002-04-25 |
Alexandre Julliard | Moved __ASM_GLOBAL_FUNC macros and interlocked function... |
tree | commitdiff |
2002-04-02 |
François Gouget | Implemented _mbsnbicmp. |
tree | commitdiff |
2002-04-01 |
Francois Gouget | Added missing FP_PNORM case. |
tree | commitdiff |
2002-03-27 |
Andriy Palamarchuk | fwrite: fixed handling of already buffered data. |
tree | commitdiff |
2002-03-26 |
Uwe Bonnes | Add stub for __lconv_init(). |
tree | commitdiff |
2002-03-25 |
Uwe Bonnes | __[x|]getmainargs: Accept NULL new_mode argument. |
tree | commitdiff |
2002-03-21 |
Andriy Palamarchuk | Added check to fwrite for size == 0. |
tree | commitdiff |
2002-03-20 |
Bill Medland | Connect the msvcrt file byte locking up to ntdll. |
tree | commitdiff |
2002-03-20 |
Alexandre Julliard | Changed builtin dlls file names to make it clear they... |
tree | commitdiff |
2002-03-20 |
Bill Medland | Hook back into the correct MSVCRT__tolower/upper. |
tree | commitdiff |
2002-03-11 |
Waldek Hebisch | Implemented stdio buffering and ungetc. Misc stdio... |
tree | commitdiff |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
tree | commitdiff |
2002-02-25 |
Peter Hunnisett | New file msvcrt/excpt.h. Move some stuff out of winnt... |
tree | commitdiff |
2002-02-22 |
Peter Hunnisett | atexit doesn't take a _onexit_t parameter. |
tree | commitdiff |
2002-02-21 |
Peter Hunnisett | Add _lock,_unlock and header file for them. |
tree | commitdiff |
2002-02-08 |
C. Scott Ananian | Filled out the implementation of fscanf and _cscanf. |
tree | commitdiff |
2002-01-29 |
Dmitry Timoshkov | Implemented _wmakepath. |
tree | commitdiff |
2002-01-29 |
Dimitrie O. Paun | Make FIXMEs more grep-able. |
tree | commitdiff |
2002-01-22 |
Alexandre Julliard | Don't include debugtools.h in the header file, moved... |
tree | commitdiff |
2002-01-14 |
Uwe Bonnes | _stat: Better test for drive letter. |
tree | commitdiff |
2002-01-07 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-12-26 |
Dmitry Timoshkov | Fix definition of BY_HANDLE_FILE_INFORMATION structure. |
tree | commitdiff |
2001-12-21 |
Alexandre Julliard | Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>... |
tree | commitdiff |
2001-12-21 |
Alexandre Julliard | Authors: Jon Griffiths <jon_p_griffiths@yahoo.com>... |
tree | commitdiff |
2001-12-05 |
François Gouget | Cleanup and improve the mbcs support. |
tree | commitdiff |
2001-12-05 |
François Gouget | getenv is case insensitive. |
tree | commitdiff |
2001-12-05 |
François Gouget | mktime must normalize the struct tm fields. |
tree | commitdiff |
2001-11-23 |
Uwe Bonnes | MSVCRT_getenv: compare for the length of the key and... |
tree | commitdiff |
2001-11-12 |
Gerard Patel | - implement mbscspn mostly as a stub |
tree | commitdiff |
2001-11-08 |
Alexandre Julliard | Implemented inline version of the iswxxx functions. |
tree | commitdiff |
2001-11-06 |
François Gouget | Fix the #include order for config.h. |
tree | commitdiff |
2001-10-15 |
Francois Gouget | The _IOXXX macros conflict with system headers on Solar... |
tree | commitdiff |
2001-10-10 |
Francois Gouget | Move the RT_XXX macros to winuser.h. |
tree | commitdiff |
2001-10-08 |
Francois Gouget | _beginthread: Don't store the trampoline on the stack. |
tree | commitdiff |
2001-09-26 |
Francois Gouget | Renamed W_OK to MSVCRT_W_OK. |
tree | commitdiff |
2001-09-20 |
Alexandre Julliard | Fixed a couple of bugs in _except_handler3. |
tree | commitdiff |
2001-09-19 |
Francois Gouget | Add msvcrt/locale.h. |
tree | commitdiff |
2001-09-17 |
Francois Gouget | Implemented _mbsupr. |
tree | commitdiff |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
tree | commitdiff |
2001-09-10 |
Francois Gouget | Rewrite msvcrt_{argvtos,valisttos} to be more efficient. |
tree | commitdiff |
2001-09-07 |
Francois Gouget | Initialize argc/argv/wargv by calling ntdll.__wine_get_... |
tree | commitdiff |
2001-09-07 |
Marcus Meissner | Implemented mbsnbcnt, added stubs for _Gettnames and... |
tree | commitdiff |
2001-09-07 |
Dmitry Timoshkov | Correct .spec file parameters for msvcrt._fullpath... |
tree | commitdiff |
2001-08-13 |
Jukka Heinonen | Fixed _control87 return value, use of wrong assembler... |
tree | commitdiff |
2001-08-10 |
Mike McCormack | Implemented msvcrt._mbspbrk. |
tree | commitdiff |
2001-08-09 |
Mike McCormack | Implemented multibyte string reverse. |
tree | commitdiff |
2001-07-23 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-23 |
Marcus Meissner | Pass handle to GetFileType, not MSVCRT fd. |
tree | commitdiff |
2001-07-18 |
Patrik Stridvall | - Made sure that the files that contains the declarations |
tree | commitdiff |
2001-07-11 |
Uwe Bonnes | Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp... |
tree | commitdiff |
2001-07-11 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-07-10 |
Peter Hunnisett | CreateFile should be called with security attributes... |
tree | commitdiff |
2001-07-02 |
Patrik Stridvall | Documentation fixes. |
tree | commitdiff |
2001-06-29 |
Dmitry Timoshkov | Add missing config.h include. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | - Added, cleaned up and/or documentated _{begin,end... |
tree | commitdiff |
2001-06-19 |
Patrik Stridvall | Removed implementation of _ultow since it is forwarded... |
tree | commitdiff |
2001-06-13 |
Marcus Meissner | _tzset just forwards to libc tzset(). |
tree | commitdiff |
2001-06-11 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-05-31 |
Francois Gouget | fclose should return EOF (-1) if an error condition... |
tree | commitdiff |
2001-05-31 |
Francois Gouget | Call FreeEnvironmentStrings when msvcrt is unloaded. |
tree | commitdiff |
2001-05-31 |
Francois Gouget | Added msvcrt/eh.h. |
tree | commitdiff |
2001-05-22 |
Mike Bond | Fixed spawnlp and added exec variants. |
tree | commitdiff |
2001-05-22 |
Eric Pouech | Correctly generate the environment global variables. |
tree | commitdiff |
2001-05-18 |
Mike Bond | Implementation of spawnl and spawnlp. |
tree | commitdiff |
2001-05-11 |
Francois Gouget | Remove unnecessary single quoting of debugstr_xxx strings. |
tree | commitdiff |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
tree | commitdiff |
2001-05-02 |
Francois Gouget | ntdll._iswctype should be ntdll.iswctype. |
tree | commitdiff |
2001-04-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-04-23 |
Francois Gouget | We must not free the pointer returned by localtime... |
tree | commitdiff |
2001-04-23 |
Francois Gouget | Add msvcrt/malloc.h (for the MFC). |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Handle the %f case in wsprintf. |
tree | commitdiff |
2001-04-16 |
Ove Kaaven | Changed the spec definition of *s*printf from *str... |
tree | commitdiff |
2001-04-16 |
Gerald Pfeifer | Fixed MSVCRT_clock return type. |
tree | commitdiff |
2001-04-10 |
Francois Gouget | Include the msvcrt headers, remove duplicate definitions. |
tree | commitdiff |
2001-04-10 |
Francois Gouget | Adjust the 'MSVCRT_' prefix to match the msvcrt headers |
tree | commitdiff |
2001-03-19 |
Eric Kohl | Added stub for _setjmp3(). |
tree | commitdiff |
2001-02-28 |
Francois Gouget | Small 'typos in comments' fixes. |
tree | commitdiff |
2001-02-21 |
Alexandre Julliard | __getmainargs last argument is a pointer to new_mode. |
tree | commitdiff |
2001-02-20 |
Dmitry Timoshkov | Fix prototypes of MSVCRT___getmainargs and MSVCRT___wge... |
tree | commitdiff |
2001-02-12 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-01-28 |
Josh DuBois | Fixed typo. |
tree | commitdiff |
2001-01-25 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2001-01-22 |
Jon Griffiths | Implemented __dllonexit. |
tree | commitdiff |
2001-01-22 |
James Juran | Use int instead of WCHAR in va_arg() (fixes gcc-current... |
tree | commitdiff |
2001-01-22 |
Francois Gouget | Typo fixes in comments. |
tree | commitdiff |
next |