Silence GCC warnings.
[reactos.git] / reactos / lib / sdk / crt / stdio / file.c
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-04 Gregor SchneiderFree allocated resource on error, CID 1358.
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-25 KJK::HyperionVisual C++ backend for rbuild (for now just a hacked...
2008-10-25 KJK::HyperionThe real, definitive, Visual C++ support branch. Accept...
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-24 Art YerkesFix leaks reported by coverity 612-615. In each case...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-07-28 Aleksey Bragin- Silence crt's "wtf".
2008-07-26 Aleksey Bragin- Sync with Wine (null-initializing some exported data).
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.