projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
urlmon: Added CreateBinding test.
[wine]
/
dlls
/
msvcrt
/
2007-01-23
Eric Pouech
msvcrt: Fix the internal flag computation for _open_osf...
tree
|
commitdiff
2007-01-18
Francois Gouget
Don't put single quotes around '%s' when using the...
tree
|
commitdiff
2007-01-17
Joel Parker
Remove redundant semicolons for ANSI compatibility.
tree
|
commitdiff
2007-01-17
Alasdair Sinclair
msvcrt: If we're at EOF in the buffer and we have patte...
tree
|
commitdiff
2007-01-16
Alexandre Julliard
msvcrt: Export various locale and codepage variables.
tree
|
commitdiff
2007-01-16
Andrew Talbot
msvcrt: Move static function from header into file...
tree
|
commitdiff
2007-01-15
Andrew Talbot
msvcrt: Declare some items static.
tree
|
commitdiff
2007-01-02
Eric Pouech
msvcrt: execl fix when no args are given (reported...
tree
|
commitdiff
2007-01-02
Andrew Talbot
msvcrt: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
tree
|
commitdiff
2006-12-27
Michael Stefaniuc
janitorial: In multiline strings there is no need for...
tree
|
commitdiff
2006-12-26
Dmitry Timoshkov
msvcrt: Make an internal function static, avoid a proto...
tree
|
commitdiff
2006-12-24
Duane Clark
msvcrt: Add function _mbsspnp.
tree
|
commitdiff
2006-12-19
Louis Lenders
msvcrt: Add _atoldbl.
tree
|
commitdiff
2006-12-16
Alexandre Julliard
msvcrt: Define __CxxLongjmpUnwind for i386 only.
tree
|
commitdiff
2006-12-15
Alexandre Julliard
msvcrt: Implemented __CxxLongjmpUnwind.
tree
|
commitdiff
2006-12-15
Alexandre Julliard
msvcrt: Make pointers to read-only exception descriptor...
tree
|
commitdiff
2006-12-14
Dmitry Timoshkov
msvcrt: Make some data const.
tree
|
commitdiff
2006-12-14
Francois Gouget
msvcrt: The tests link with msvcrt(d).dll now, so use...
tree
|
commitdiff
2006-12-13
Andrew Talbot
msvcrt/tests: Cast-qual warnings fix.
tree
|
commitdiff
2006-12-12
Andrew Talbot
msvcrt/tests: Cast-qual warnings fix.
tree
|
commitdiff
2006-12-12
Andrew Talbot
msvcrt/tests: Cast-qual warnings fix.
tree
|
commitdiff
2006-12-11
Marcus Meissner
made functions and variables static in some testcases.
tree
|
commitdiff
2006-12-08
Alexandre Julliard
msvcrt: Use LOCALE_USER_DEFAULT to get the proper codep...
tree
|
commitdiff
2006-12-05
Francois Gouget
Assorted spelling fixes.
tree
|
commitdiff
2006-11-24
Francois Gouget
msvcrt/tests: We cannot link with _initterm() with...
tree
|
commitdiff
2006-11-24
Francois Gouget
msvcrt/tests: The tests must not include msvcrt.h becau...
tree
|
commitdiff
2006-11-17
Louis Lenders
msvcrt: Add _fstat64 and _stat64 to msvcrt.spec.
tree
|
commitdiff
2006-11-15
Sam Dennis
msvcrt: Use the custom vsnprintf implementation for...
tree
|
commitdiff
2006-11-14
Alexandre Julliard
msvcrt/tests: Clean up a temp file.
tree
|
commitdiff
2006-11-14
Jesse Allen
msvcrt: printf buffer overrun tests.
tree
|
commitdiff
2006-11-14
Jesse Allen
msvcrt: Estimate required buffer size better in pf_vsnp...
tree
|
commitdiff
2006-11-14
Jesse Allen
msvcrt: Free correct buffer in pf_vsnprintf.
tree
|
commitdiff
2006-11-06
Andrew Talbot
msvcrt: Cast-qual warnings fix.
tree
|
commitdiff
2006-10-31
Louis. Lenders
msvcrt: Add stub for _setmaxstdio + tiny test.
tree
|
commitdiff
2006-10-27
Duane Clark
msvcrt: Fix fread on large buffers in ascii mode.
tree
|
commitdiff
2006-10-23
Markus Amsler
msvcrt: Speed up new operator.
tree
|
commitdiff
2006-10-18
Louis. Lenders
msvcrt: Add stub for _getmaxstdio.
tree
|
commitdiff
2006-10-13
Markus Amsler
msvcrt: Fix fread eof handling.
tree
|
commitdiff
2006-10-13
Markus Amsler
msvcrt: fread: Fill buffer on small reads.
tree
|
commitdiff
2006-10-13
Markus Amsler
msvcrt: Add fread eof tests.
tree
|
commitdiff
2006-10-10
Michael Stefaniuc
janitorial: Remove remaining NULL checks before free...
tree
|
commitdiff
2006-10-06
Michael Stefaniuc
msvcrt/tests: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-04
Michael Stefaniuc
msvcrt: Win64 printf format warning fixes.
tree
|
commitdiff
2006-09-29
Michael Stefaniuc
Add a WINE_NO_LONG_INT define to many makefiles to...
tree
|
commitdiff
2006-09-26
Duane Clark
msvcrt: fgetc needs to use unsigned parameters.
tree
|
commitdiff
2006-09-20
Andrew Talbot
msvcrt: Cast-qual warnings fix.
tree
|
commitdiff
2006-09-14
Alexandre Julliard
makefiles: Generate the dependencies line to avoid...
tree
|
commitdiff
2006-09-11
Marcus Meissner
Removes all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
tree
|
commitdiff
2006-09-07
Dan Kegel
programs/wcmd: Rename to programs/cmd.
tree
|
commitdiff
2006-08-28
Alexandre Julliard
makefiles: Only run test and documentation targets...
tree
|
commitdiff
2006-08-23
Andrzej Popowski
msvcrt: Fix scanf format "%i" base detection.
tree
|
commitdiff
2006-08-18
Alexandre Julliard
msvcrt: Fixed access to the extra arguments of setjmp3.
tree
|
commitdiff
2006-08-09
Tijl Coosemans
msvcrt: Rename _execve to MSVCRT__execve.
tree
|
commitdiff
2006-08-09
Duane Clark
msvcrt: In text mode a ctrl-z signals EOF.
tree
|
commitdiff
2006-08-09
Michael Stefaniuc
msvcrt: Remove redundant NULL checks before MSVCRT_free.
tree
|
commitdiff
2006-08-07
Stefan Leichter
msvcrt: Some more exports requested from msvcr80.dll.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Fix fgetwc/s in binary mode.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Test fgetwc/s in binary mode.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Remove read_i loop and fix fread.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Fix _getw.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Fix fread.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: Fix _read and fgetc.
tree
|
commitdiff
2006-07-31
Duane Clark
msvcrt: File read buffer tests.
tree
|
commitdiff
2006-07-18
Duane Clark
msvcrt: Add tests of file operations in ASCII mode.
tree
|
commitdiff
2006-07-11
Alexandre Julliard
libs: Merged libwine_unicode into libwine.
tree
|
commitdiff
2006-07-10
Alexandre Julliard
.gitignore: Added wildcards to ignore generated resourc...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore .ok files in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore testlist.c in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Ignore generated import libraries from the...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
Take advantage of the recursive nature of .gitignore...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
msvcrt: Avoid including system headers in msvcrt.h.
tree
|
commitdiff
2006-06-27
Ivan Leo
msvcrt/tests: Don't leave files on the disk.
tree
|
commitdiff
2006-06-21
Louis. Lenders
msvcrt: Add simple test for _strdup(0).
tree
|
commitdiff
2006-06-21
Louis. Lenders
msvcrt: Fix a crash in _strdup.
tree
|
commitdiff
2006-06-21
Andrew Ziem
msvcrt: Fix _initterm, with tests.
tree
|
commitdiff
2006-06-19
Jeremy White
msvcrt: Solaris asctime_r compilation fix.
tree
|
commitdiff
2006-06-13
Alexandre Julliard
msvcrt: Use unsigned int instead of size_t to avoid...
tree
|
commitdiff
2006-06-13
Alexandre Julliard
msvcrt: Explicitly specify CDECL calling convention...
tree
|
commitdiff
2006-06-12
Dmitry Timoshkov
msvcrt: Print exception code in hex.
tree
|
commitdiff
2006-06-07
Andrew Talbot
msvcrt: Write-strings warning fix.
tree
|
commitdiff
2006-06-06
Andrew Talbot
msvcrt: Write-strings warnings fix.
tree
|
commitdiff
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
tree
|
commitdiff
2006-05-16
Peter Beutner
msvcrt: Fix handling of 'h' prefix in swprintf.
tree
|
commitdiff
2006-05-15
Vitaliy Margolen
msvcrt: Fix times tests to pass on windows.
tree
|
commitdiff
2006-05-08
qingdoa daoo
msvcrt: Don't duplicate handle in _get_osfhandle.
tree
|
commitdiff
2006-04-13
qingdoa daoo
msvcrt: If caller passes a NULL deallocator to __unDNam...
tree
|
commitdiff
2006-04-11
Eric Pouech
msvcrt: IO init.
tree
|
commitdiff
2006-04-06
qingdoa daoo
msvcrt: Append extension(.exe) for _spawnve argument.
tree
|
commitdiff
2006-04-05
qingdoa daoo
msvcrt: Fix a TRACE message to avoid buffer overflow.
tree
|
commitdiff
2006-04-03
qingdoa daoo
msvcrt: Allow environment strings longer than 512 chara...
tree
|
commitdiff
2006-03-30
Rein Klazes
msvcrt: Fix read beyond end of string in __unDNameEx().
tree
|
commitdiff
2006-03-27
H. Verbeet
msvcrt: Fix reading of signed numbers with unsigned...
tree
|
commitdiff
2006-03-27
Alexandre Julliard
msvcrt: Fix fflush() of files opened for read.
tree
|
commitdiff
2006-03-23
Alexandre Julliard
msvcrt: Implementation of wcsftime (based on a patch...
tree
|
commitdiff
2006-03-06
Eric Pouech
msvcrt: Some more fixes to name demangling.
tree
|
commitdiff
2006-02-28
Mike McCormack
msvcrt: Add a stub for _wsetlocale.
tree
|
commitdiff
2006-02-24
Francois Gouget
Add trailing '\n's to ok() calls.
tree
|
commitdiff
2006-02-22
Peter Beutner
msvcrt: Save esp before calling catch block and restore...
tree
|
commitdiff
2006-02-22
Peter Beutner
msvcrt: Fix handling of multiple nested exceptions.
tree
|
commitdiff
2006-02-22
Peter Beutner
msvcrt: Fix handling of nested exceptions.
tree
|
commitdiff
next