| Commit message (Expand) | Author | Age | Files | Lines |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | Fix regression in "step" command introduced in 2190 | oharboe | 2009-07-06 | 1 | -2/+5 |
* | Remove extra newline from debug log message | duane | 2009-06-28 | 1 | -1/+1 |
* | Refactor code, create target_state_name() | duane | 2009-06-28 | 1 | -5/+16 |
* | Remove whitespace at end of lines, step 1. | zwelch | 2009-06-23 | 1 | -65/+65 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -130/+130 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -271/+271 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -308/+308 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -19/+19 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -23/+23 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -62/+62 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -14/+14 |
* | - Fixes '>>' whitespace | zwelch | 2009-06-23 | 1 | -2/+2 |
* | - Fixes '>=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '&&' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[+]=' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -10/+10 |
* | - Fixes '-=' whitespace | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'for(' with 'for ('. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | - Replace 'switch(' with 'switch ('. | zwelch | 2009-06-23 | 1 | -7/+7 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -13/+13 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -116/+116 |
* | Oleksandr Tymoshenko <gonzo@bluezbox.com>: | zwelch | 2009-06-21 | 1 | -1/+3 |
* | C99 printf() -Werror fixes | duane | 2009-06-21 | 1 | -45/+120 |
* | Paulius Zaleckas <paulius.zaleckas@gmail.com>: | zwelch | 2009-06-19 | 1 | -0/+2 |
* | Transform 'u32' to 'uint32_t' in src/target | zwelch | 2009-06-18 | 1 | -99/+99 |
* | Transform 'u16' to 'uint16_t' | zwelch | 2009-06-18 | 1 | -6/+6 |
* | Transform 'u8' to 'uint8_t' in src/target | zwelch | 2009-06-18 | 1 | -38/+38 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-17 | 1 | -2/+2 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -1/+17 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-16 | 1 | -13/+21 |
* | Factor load_image argument parsing to parse_load_image_command_args: | zwelch | 2009-06-13 | 1 | -69/+44 |
* | Improve handle_profile_command argument parsing: | zwelch | 2009-06-13 | 1 | -7/+6 |
* | Improve handle_virt2phys_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+6 |
* | Cleanup and improve handle_wp_command and handle_rwp_command: | zwelch | 2009-06-13 | 1 | -40/+57 |
* | Improve and simplify handle_bp_command and handle_rbp_command: | zwelch | 2009-06-13 | 1 | -5/+18 |
* | Improve handle_verify_image_command_internal command argument handling: | zwelch | 2009-06-13 | 1 | -1/+5 |
* | Improve handle_dump_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -5/+10 |
* | Improve handle_load_image_command argument parsing: | zwelch | 2009-06-13 | 1 | -3/+13 |
* | Improve handle_mw_command argument handling: | zwelch | 2009-06-13 | 1 | -13/+21 |
* | Improve handle_md_command argument handling: | zwelch | 2009-06-13 | 1 | -3/+10 |
* | Use parse_u32 in handle_resume_command and handle_step_command. | zwelch | 2009-06-13 | 1 | -2/+10 |
* | Cleanup and improve handle_halt_command: | zwelch | 2009-06-13 | 1 | -11/+8 |
* | Cleanup and fi handle_wait_halt_command: | zwelch | 2009-06-13 | 1 | -8/+10 |
* | Use parse_uint in handle_reg_command to ensure reg number parses properly. | zwelch | 2009-06-13 | 1 | -3/+6 |
* | Use parse_uint in get_target to ensure target id is parsed properly. | zwelch | 2009-06-13 | 1 | -5/+3 |
* | fix ordering of arguments to fwrite() | oharboe | 2009-06-11 | 1 | -1/+1 |
* | Factor handle_bp_command into pieces: | zwelch | 2009-06-11 | 1 | -37/+49 |
* | Factor target_timer_callbacks_check_time into pieces: | zwelch | 2009-06-11 | 1 | -30/+40 |