spaces -> tabs
[reactos.git] / reactos / lib / rtl / sprintf.c
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-07-26 Timo KreuzerSync to trunk head (r42241)
2009-07-15 ReactOS Portable... - Hackfix floating point call in rtl's printf until...
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-08-27 Timo KreuzerMerge 34714, 34716, 34718, 34720 from ros-amd64-bringup...
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-25 Timo KreuzerSync with trunk head (34777)
2008-07-23 Timo Kreuzerrtl:
2008-06-29 Aleksey Bragin- Revert 22081 by Magnus Olsen:
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-11-10 Magnus OlsenMerge from branch ReactX to Trunk,
2007-10-19 Daniel ReimerDelete all Trailing spaces in code.
2007-03-26 Hervé Poussineau- Move NCI generated files to arch-specific directories
2007-03-02 Alex Ionescu- Fix various ntoskrnl/wdk compilation issues in rossym...
2007-02-16 Alex Ionescu- Create KD branch. All debugging support is removed...
2006-12-04 Aleksey BraginCreate a place for work on creating a bootloader capabl...
2006-11-08 Johannes Anderwaldset most of trunk svn property eol-style:native
2006-06-07 Magnus OlsenImplement %Fp now we have 25 fails with wine test for...
2006-06-06 Magnus Olsenusing uppercaps for %p instead lowercaps when it format...
2006-06-06 Magnus Olsenfixing some bugs for %c in the string version of printf
2006-06-06 Magnus Olsenfixing two more bugs in *printf strings version.
2006-06-06 Magnus Olsenimplement datatype I32 for *printf string version we...
2006-06-06 Magnus Olsenfixing 2 more fualt in msvcrt *printf api
2006-06-04 Magnus Olsenfixing one more of wine msvcrt printf test
2006-06-04 Magnus Olsenfixing 24 bugs in *printf string version. we are failin...
2006-05-28 Magnus Olsencopy number to numberf so people can bugfix it/rewrite it
2006-05-28 Magnus Olsenalmost last commit for full support of %e %E %f %g...
2006-05-28 Magnus Olsenstarteted implement float into sprintf, snprintf and...
2006-05-28 Magnus Olsenmaking one more wine msvcrt printf test pass
2006-05-28 Magnus Olsenfixing two hiden bug in reactos, null termante the...
2005-11-19 Magnus Olsen"sync up sprintf.c with swprintf.c. They both do the...
2005-09-08 Alex Ionescu- Move s(w)printf to rtl (cannot be shared in string...