Remove whitespace at end of lines, step 1.
[fw/openocd] / src / target / arm_disassembler.c
2009-06-23 zwelchRemove whitespace at end of lines, step 1.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-21 duaneC99 printf() -Werror fixes
2009-06-18 zwelchTransform 'u32' to 'uint32_t' in src/target/arm*
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t' in src/target
2009-05-11 zwelchAudit and eliminate redundant #include directives in...
2009-03-24 oharboeHiroshi Ito <ito@mlb.co.jp> disassemble Arm926ejs clz...
2008-03-25 ntfreak- rename log functions to stop conflicts under win32...
2007-06-24 ntfreak- ST STM32x cortex support added
2007-06-14 drath- added manpage for OpenOCD (thanks to Uwe Hermann)
2007-05-29 drath- split fileio handling into fileio part and image...
2007-03-28 drath- merged XScale branch back into trunk
2007-03-26 drath- fixed arm926 cp15 command bug (thanks to Vincent...
2007-01-09 drath- disabled FT2232 debug output (that code should be...
2006-07-17 drath- Added support for native MinGW builds (thanks to...
2006-06-25 drath- changed use of bzero (deprecated) to memset (thanks...
2006-06-16 drath- keep additional information for decoded instructions
2006-06-12 drath- the 'help' command now takes an optional argument...