- Merge to trunk r37270.
[reactos.git] / reactos / lib / sdk / crt / stdio / file.c
2008-11-10 Samuel Serapion- Merge to trunk r37270.
2008-10-30 Timo Kreuzersync to trunk head (37079)
2008-10-29 KJK::HyperionMerging r37048, r37051, r37052, r37055 from the-real...
2008-10-27 Timo Kreuzersync trunk head (37032)
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-20 Samuel SerapionMerge to trunk HEAD(r36856)
2008-10-20 Timo Kreuzersync to trunk revision 36700
2008-10-20 Timo Kreuzersync to trunk revision 36500
2008-10-20 Timo Kreuzersync to trunk revision 36100
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-09-15 Samuel SerapionTidy up code a bit
2008-09-13 Samuel SerapionMove several functions out of file.c, use common code...
2008-09-05 Timo Kreuzersync to trunk head (35945)
2008-08-30 Samuel SerapionCommit WIP. Part 3 of ??
2008-08-14 Timo KreuzerSync to trunk head (35333)
2008-08-01 Art YerkesCreate a branch for network fixes.
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.