[RTL]
[reactos.git] / reactos / lib / rtl / bitmap.c
2009-12-08 Timo Kreuzer[RTL]
2009-10-14 Timo KreuzerMerge amd64 NDK from amd64 branch:
2009-09-27 Stefan Ginsberg- Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and...
2009-09-26 Timo KreuzerMerge HAL changes 34743, 34812, 34839, 34917, 35515...
2009-09-19 Timo KreuzerMerge from amd64 branch:
2009-05-01 Timo KreuzerMerge from amd64-branch:
2009-04-30 Timo Kreuzermerge 37282 from amd64-branch:
2009-02-17 Timo KreuzerMerge freeldr from amd64 branch:
2009-01-01 Timo KreuzerSync to trunk r38500
2008-12-26 Aleksey Bragin- Don't try to set remaining bits if there are none...
2008-12-24 Aleksey Bragin- Don't calculate remaining bits if there are none...
2008-12-05 Timo Kreuzersync to trunk head (37853) (except rbuild changes)
2008-12-03 Dmitry GorbachevFix GCC complaints about uninitialized variables (bug...
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-20 Timo Kreuzersync to trunk revision 36700
2008-10-13 Cameron Gutman - Merge aicom-network-fixes up to r36740
2008-09-26 Aleksey Bragin- Apply Art's bitmap patch from the branch, and change...
2008-08-01 Art YerkesCreate a branch for network fixes.
2008-02-11 Hervé PoussineauBring back ext2 code from branch
2008-01-13 Aleksey Bragin- Sync up Mm interface with WinLdr branch (introduce...
2007-08-28 Hervé PoussineauRevert r28603 and add the correct fix
2007-08-27 Hervé Poussineauqsort() prototype in stdlib.h doesn't specify that...
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-10-08 Art YerkesPartially fixed up tree after merge from HEAD. More...
2006-09-25 Art YerkesAdd missing file from the branch. Preparing to move...
2006-09-10 Hervé PoussineauFix some warnings
2006-09-07 Alex Ionescu- 1>Build Time 0:04
2006-09-04 Art YerkesLink ntoskrnl.
2006-09-04 Art YerkesBig merge: thanks alex and greatlord. Not a complete...
2006-06-28 Alex Ionescu- Sync RtlBitmap* implementation with WINE: Fixes 278...
2005-12-29 Magnus Olsenrevert my last change to RtlClearAllBits for win32k...
2005-12-29 Magnus Olsensome case from win32k can call to RtlClearAllBits with...
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-17 Aleksey BraginOne more assert added, but unfortunately it isn't trigg...
2005-03-16 Aleksey BraginIvan Semenoff <ivans77@mail.ru>
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.