Merge 51058, 51062-51063
[reactos.git] / reactos / lib / sdk / crt / stdio / file.c
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-06-20 Timo KreuzerMerge trunk head (r41474)
2009-05-21 Timo KreuzerSync trunk head (r41026)
2009-05-03 Dmitry Chapyshev- Implement _wfreopen, _y0, _y1, _yn
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-04-20 Timo KreuzerSync to trunk r40610
2009-04-16 Timo KreuzerSync trunk r40500
2009-03-18 Timo KreuzerSync to trunk head (r40091)
2009-03-04 Jeffrey MorlanIn the CRT, replaced __set_errno calls having Win32...
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-02-03 Timo KreuzerSync to trunk r39350.
2009-02-03 Timo Kreuzerimplement __iob_func()
2008-12-31 Timo KreuzerSync to trunk r38200
2008-12-19 Gregor Schneider- Update fputwc implementation to current wine sources
2008-12-19 Gregor Schneider- Fix return values for fputc and _flsbuf: return only...
2008-12-15 Samuel SerapionSync to trunk head(r38096)
2008-12-13 Timo KreuzerUpdate crt headers and mingw lib from mingw64. Update...
2008-12-08 Timo Kreuzersync trunk head (r37928)
2008-12-07 Dmitry GorbachevSilence GCC warnings.
2008-12-06 Timo Kreuzermerge trunk head (37902)
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-04 Gregor SchneiderFree allocated resource on error, CID 1358.
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.