| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Paulius Zaleckas <paulius.zaleckas@gmail.com>: | zwelch | 2009-06-19 | 7 | -6/+458 |
* | less warnings | oharboe | 2009-06-19 | 1 | -2/+1 |
* | fix jtag_add_callback() args. The first argument is nothing special, it's jus... | oharboe | 2009-06-19 | 16 | -49/+56 |
* | commit test from Duane | duane | 2009-06-19 | 1 | -0/+1 |
* | less warnings | oharboe | 2009-06-18 | 1 | -17/+1 |
* | less warnings | oharboe | 2009-06-18 | 1 | -10/+10 |
* | Oyvind Harboe <oyvind.harboe@zylin.com>: | zwelch | 2009-06-18 | 1 | -0/+2 |
* | Cast 64-bit trace hit_counter to long long; fixes format warning. | zwelch | 2009-06-18 | 1 | -1/+1 |
* | Update Style Guide documentation to explain basic type rules. | zwelch | 2009-06-18 | 1 | -0/+7 |
* | Remove redundant typedefs in types.h; include stdint.h unconditionally. | zwelch | 2009-06-18 | 1 | -18/+0 |
* | Transform 'u64' to 'uint64_t' | zwelch | 2009-06-18 | 2 | -3/+3 |
* | Finish transforming 'u32' to 'uint32_t'. | zwelch | 2009-06-18 | 28 | -152/+152 |
* | Transform 'u32' to 'uint32_t' in src/flash. | zwelch | 2009-06-18 | 39 | -586/+586 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 39 | -635/+635 |
* | Transform 'u32' to 'uint32_t' in src/target/arm* | zwelch | 2009-06-18 | 32 | -581/+581 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 58 | -211/+211 |
* | Transform 'u8' to 'uint8_t' | zwelch | 2009-06-18 | 35 | -414/+414 |
* | Transform 'u8' to 'uint8_t' in src/flash | zwelch | 2009-06-18 | 35 | -349/+349 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 56 | -664/+664 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 1 | -0/+57 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 3 | -77/+77 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 1 | -77/+101 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-18 | 2 | -6/+102 |
* | Freddie Chopin <freddie_chopin@op.pl> makes lpc2478.cfg file more "standard" ... | oharboe | 2009-06-17 | 1 | -18/+32 |
* | dummy driver now works under eCos | oharboe | 2009-06-17 | 6 | -36/+43 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 3 | -44/+73 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -40/+4 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -18/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -1/+5 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Fix compilation for Ubuntu 9.04 on x86-64 when using --enable-httpd. | zwelch | 2009-06-17 | 2 | -3/+3 |
* | Set svn:eol-style native on ZY1000 minidriver header file. | zwelch | 2009-06-17 | 1 | -210/+210 |
* | Ensure range errors are reported only when errno indicates one occurred. | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Change parse_type macros to be sed-friendly. | zwelch | 2009-06-17 | 2 | -18/+18 |
* | Add argument parsing errors in command.h, use in parse_type routines. | zwelch | 2009-06-17 | 2 | -6/+11 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 2 | -22/+41 |
* | Convert core parse_type implementations to check for underflow errors. | zwelch | 2009-06-17 | 1 | -8/+12 |
* | Add improved support for parsing signed integers. | zwelch | 2009-06-17 | 2 | -0/+12 |
* | Update parse_type macro definitions to allow re-use with signed types. | zwelch | 2009-06-17 | 1 | -3/+6 |
* | Improve definitions of parse_ulong and parse_ullong: | zwelch | 2009-06-17 | 1 | -14/+11 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 4 | -10/+31 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -12/+33 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -1/+1 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -28/+23 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -13/+21 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 4 | -10/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 2 | -6/+14 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 3 | -16/+17 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -13/+15 |