sync with trunk head (34904)
[reactos.git] / reactos / lib / sdk / crt / stdio / file.c
2008-07-28 Timo Kreuzersync with trunk head (34904)
2008-07-28 Aleksey Bragin- Silence crt's "wtf".
2008-07-26 Aleksey Bragin- Sync with Wine (null-initializing some exported data).
2008-07-25 Timo KreuzerSync with trunk head (34777)
2008-07-24 Timo Kreuzerlast fixes for crt. Those are messing with handles...
2008-07-20 Jeffrey MorlanFix memory leak in vfwprintf: Don't change 'mem' pointe...
2008-07-16 Colin Finck- Remove 2 wrong versions of wctomb and 2 wrong version...
2008-07-02 Colin FinckSimplify the code for fputwc, when the file is opened...
2008-06-24 Johannes Anderwald- check for a valid file descriptor
2008-06-21 Aleksey Bragin- Provide a real fix for fwprintf and fputwc in case...
2008-06-21 Aleksey Bragin- vsn[w]printf -> _vsn[w]printf.
2008-06-11 Aleksey Bragin- Completely rewrite most of stdio functions by merging...
2008-06-06 Aleksey Bragin- Update many parts of CRT, and misc cleanup.