aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 printf() -Werror fixesduane
2009-06-21C99 Type updates, include inttypes.h - it is catagorically requiredduane
2009-06-19Remove editor preferences from source files.zwelch
2009-06-19printf() warning fixes due to uint32_t change-overduane
2009-06-19Paulius Zaleckas <paulius.zaleckas@gmail.com>:zwelch
2009-06-19less warningsoharboe
2009-06-19fix jtag_add_callback() args. The first argument is nothing special, it's jus...oharboe
2009-06-18less warningsoharboe
2009-06-18less warningsoharboe
2009-06-18Oyvind Harboe <oyvind.harboe@zylin.com>:zwelch
2009-06-18Cast 64-bit trace hit_counter to long long; fixes format warning.zwelch
2009-06-18Remove redundant typedefs in types.h; include stdint.h unconditionally.zwelch
2009-06-18Transform 'u64' to 'uint64_t'zwelch
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/flash.zwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/targetzwelch
2009-06-18Transform 'u32' to 'uint32_t' in src/target/arm*zwelch
2009-06-18Transform 'u16' to 'uint16_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t'zwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/flashzwelch
2009-06-18Transform 'u8' to 'uint8_t' in src/targetzwelch
2009-06-18David Brownell <david-b@pacbell.net>:zwelch
2009-06-17dummy driver now works under eCosoharboe
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-17David Brownell <david-b@pacbell.net>:zwelch
2009-06-17Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd.zwelch
2009-06-17Set svn:eol-style native on ZY1000 minidriver header file.zwelch
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch
2009-06-17Change parse_type macros to be sed-friendly.zwelch
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch
2009-06-17Move definition of parse_type helpers to command.c:zwelch