2003-03-20 |
Alexandre Julliard | Take advantage of new winebuild syntax to remove redund... |
tree | commitdiff |
2003-03-18 |
Jon Griffiths | Add __CxxDetectRethrow(), __CxxQueryExceptionSize(). |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | Move a couple of shared definitions into msvcrt.h. |
tree | commitdiff |
2003-03-17 |
Jon Griffiths | _EXIT_LOCK2 is used by type_info objects. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Fixed a couple of relay arguments, and updated some... |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Replaced forwards by normal function declarations. |
tree | commitdiff |
2003-03-17 |
Alexandre Julliard | Implemented _getdllprocaddr(), it cannot be simply... |
tree | commitdiff |
2003-03-15 |
Alexandre Julliard | Implemented _chkesp, based on a patch by Jon Griffiths. |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Display abnormal exit text in a message box for GUI... |
tree | commitdiff |
2003-03-15 |
Jon Griffiths | Implemented __p__pgmptr, _pgmptr. |
tree | commitdiff |
2003-03-12 |
Dmitry Timoshkov | Move vsnwprintf implementation to libwine_unicode,... |
tree | commitdiff |
2003-03-12 |
Thomas Mertes | Forward to the ntdll functions _itoa, _ltoa, _ultoa... |
tree | commitdiff |
2003-03-04 |
Marcus Meissner | Added _daylight stub int, and __p__daylight function. |
tree | commitdiff |
2003-02-19 |
Uwe Bonnes | Rough implementation of _O_TEXT/_O_BINARY translation... |
tree | commitdiff |
2003-02-19 |
Warren Baird | - Avoid possible seg fault when calling TRACE with... |
tree | commitdiff |
2003-02-18 |
Alexandre Julliard | Print thread ids in traces with only 4 digits now that... |
tree | commitdiff |
2003-02-14 |
Michael Stefaniuc | Implemented _mbsnbcat. |
tree | commitdiff |
2003-02-12 |
Marcus Meissner | Fix warning in __crtLCMapStringA. |
tree | commitdiff |
2003-02-12 |
Michael Stefaniuc | Remove dead code after return or properly comment it... |
tree | commitdiff |
2003-02-11 |
Marcus Meissner | Implemented __crtLCMapStringA. |
tree | commitdiff |
2003-02-01 |
Alexandre Julliard | Store mbstok() next pointer in the per-thread data. |
tree | commitdiff |
2003-02-01 |
Michael Stefaniuc | Implemented _mbstok and _mbsnbset. |
tree | commitdiff |
2003-01-31 |
Marcus Meissner | Implemented mbsicoll (without locale handling). |
tree | commitdiff |
2003-01-14 |
Francois Gouget | Remove (POINTER)NULL casts. |
tree | commitdiff |
2003-01-11 |
Alexandre Julliard | Warning fixes. |
tree | commitdiff |
2003-01-11 |
Alexandre Julliard | Fixed EOF return value for sscanf. |
tree | commitdiff |
2003-01-11 |
Dimitrie O. Paun | Create stubs for chsize, dup, and dup2. |
tree | commitdiff |
2003-01-11 |
Mehmet Yasar | - return EOF when stream is empty |
tree | commitdiff |
2003-01-02 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-12-20 |
Alexandre Julliard | Handle unknown format chars correctly (spotted by Györg... |
tree | commitdiff |
2002-12-19 |
Alexandre Julliard | Use MSVCRT_wchar_t instead of WCHAR so that the impleme... |
tree | commitdiff |
2002-12-18 |
Alexandre Julliard | Avoid including other headers from the msvcrt headers... |
tree | commitdiff |
2002-12-17 |
Bill Currie | fdopen: don't rewind the file after creating the FILE... |
tree | commitdiff |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added .spec.def files. |
tree | commitdiff |
2002-12-12 |
Alexandre Julliard | Added list of symbols to ignore by default in winebuild. |
tree | commitdiff |
2002-12-10 |
Alexandre Julliard | winnt.h should not be self-contained, it must depend... |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _lseek to _lseeki64, implem... |
tree | commitdiff |
2002-11-25 |
Stefan Leichter | Converted implementation of _stat and _fstat to _stati6... |
tree | commitdiff |
2002-11-20 |
Alexandre Julliard | Removed -noimport on functions that are forwards to... |
tree | commitdiff |
2002-11-19 |
Alexandre Julliard | Implemented some ismbc* functions (based on a patch... |
tree | commitdiff |
2002-11-13 |
Alexandre Julliard | Fixed data copying in msvcrt_argvtos (spotted by bill... |
tree | commitdiff |
2002-11-12 |
Alberto Massari | The already implemented function swscanf was missing... |
tree | commitdiff |
2002-11-06 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
tree | commitdiff |
2002-11-01 |
Alexandre Julliard | Added clobber lists to the inline assembly functions. |
tree | commitdiff |
2002-10-31 |
Marcus Meissner | _seh_longjmp_unwind is i386 only for now. |
tree | commitdiff |
2002-10-31 |
Alexandre Julliard | Added support for nested exceptions happening inside... |
tree | commitdiff |
2002-10-30 |
Uwe Bonnes | First version of msvcrt scanf test. |
tree | commitdiff |
2002-10-25 |
Michael Stefaniuc | Compile the msvcrt dll with -DSTRICT. |
tree | commitdiff |
2002-10-18 |
Alexandre Julliard | Added support for building certain dlls with -DSTRICT. |
tree | commitdiff |
2002-10-16 |
Alexandre Julliard | Implemented _seh_longjmp_unwind. |
tree | commitdiff |
2002-10-15 |
György 'Nog' Jeney | Implement [ format specifier. |
tree | commitdiff |
2002-10-10 |
Alexandre Julliard | Fixed sign extension bug in EH_prolog, and made tryleve... |
tree | commitdiff |
2002-10-04 |
Alexandre Julliard | Fixed some handle conversions in prevision of void... |
tree | commitdiff |
2002-10-02 |
Alexandre Julliard | except_handler3: Set correct %ebp when calling exceptio... |
tree | commitdiff |
2002-09-29 |
Jukka Heinonen | Functions sscanf and swscanf now expect strings to... |
tree | commitdiff |
2002-09-17 |
Martin Wilck | MSVCRT needs a public errno.h file. |
tree | commitdiff |
2002-09-16 |
Martin Wilck | Fix MoveFileEx() flags in MSVCRT rename()/_wrename(). |
tree | commitdiff |
2002-09-12 |
Alexandre Julliard | Fixed warnings caused by new winternl.h. |
tree | commitdiff |
2002-09-12 |
Patrik Stridvall | Moved all the content of the DDK files ntdef.h and... |
tree | commitdiff |
2002-09-09 |
Uwe Bonnes | Make the scanf family recognize characters again. |
tree | commitdiff |
2002-08-26 |
Patrik Stridvall | MSVC compatibility fixes. |
tree | commitdiff |
2002-08-17 |
Daniel Gudbjartsson | Combined the implementation of all the scanf's in a... |
tree | commitdiff |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
tree | commitdiff |
2002-08-09 |
Marcus Meissner | Copy va_lists by using va_copy, not by just assigning... |
tree | commitdiff |
2002-08-07 |
Gregg Mattinson | Fixes for Sparc build. |
tree | commitdiff |
2002-07-31 |
Alexandre Julliard | Add MSVCRT prefix to _stat and _fstat (based on a patch... |
tree | commitdiff |
2002-07-28 |
Alexandre Julliard | Fixed potential memory corruption. |
tree | commitdiff |
2002-07-24 |
Alexandre Julliard | First pass implementation of CxxFrameHandler (thanks... |
tree | commitdiff |
2002-07-23 |
Uwe Bonnes | Take a snapshot of the environment strings when buildin... |
tree | commitdiff |
2002-07-23 |
Alexandre Julliard | Removed non-exported string functions. |
tree | commitdiff |
2002-07-20 |
Alexandre Julliard | Added definition of msvcrt internal error codes. |
tree | commitdiff |
2002-07-19 |
Alexandre Julliard | Fixed per-thread data handling. |
tree | commitdiff |
2002-07-09 |
Uwe Bonnes | _open_osfhandle: set at least the _IOREAD flag. |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | fgets, fgetws: don't treat the possible uninitialized... |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | MSVCRT_fread: expose feof flag. |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | Added _U@YAPAXI@Z and _V@YAPAXI@Z. |
tree | commitdiff |
2002-07-08 |
Uwe Bonnes | MSVCRT_fseek: should return 0 on success. |
tree | commitdiff |
2002-07-05 |
Alexandre Julliard | Flush stdio on exit. |
tree | commitdiff |
2002-07-05 |
Uwe Bonnes | MSVCRT_operator_new: Call handler only when "new" opera... |
tree | commitdiff |
2002-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
tree | commitdiff |
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 |
next |