| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - 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 | -20/+20 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | 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 | 1 | -9/+9 |
* | Add argument parsing errors in command.h, use in parse_type routines. | zwelch | 2009-06-17 | 1 | -6/+8 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 1 | -0/+29 |
* | 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 | 1 | -0/+2 |
* | Improve definitions of parse_ulong and parse_ullong: | zwelch | 2009-06-17 | 1 | -14/+11 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-12 | 1 | -2/+18 |
* | Simplify handle_sleep_command: | zwelch | 2009-06-12 | 1 | -20/+18 |
* | Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch]. | zwelch | 2009-06-12 | 1 | -0/+15 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-11 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-05-24 | 1 | -1/+1 |
* | Remove unecessary(and poptentially harmful?) "" around arguments | oharboe | 2009-05-18 | 1 | -1/+1 |
* | Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM... | oharboe | 2009-05-15 | 1 | -3/+8 |
* | Audit and eliminate redundant helper #include directives. | zwelch | 2009-05-11 | 1 | -9/+1 |
* | remove extra newline before prompt | oharboe | 2009-05-05 | 1 | -12/+15 |
* | Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig... | oharboe | 2009-05-04 | 1 | -1/+1 |
* | Added HostOS variable | duane | 2009-03-07 | 1 | -0/+23 |
* | fix broken -c/f options where it would silently terminate for scripts that di... | oharboe | 2008-12-16 | 1 | -19/+18 |
* | - remove target specific variant and use target->variant member | ntfreak | 2008-12-13 | 1 | -10/+8 |
* | - fix illegal memory access in unregister_command function | ntfreak | 2008-12-10 | 1 | -11/+19 |
* | friendlier error messages | oharboe | 2008-11-26 | 1 | -3/+6 |
* | Fixes (more or less) random SEGFAULT upon invoking script_command(). | oharboe | 2008-11-11 | 1 | -2/+11 |
* | Rick Altherr <kc8apf@kc8apf.net> - fix warnings | oharboe | 2008-11-03 | 1 | -1/+1 |
* | Added telnet_async command to enable/disable asynchronous | oharboe | 2008-10-31 | 1 | -0/+13 |
* | sleep command now prints out target debugmsgs w/anything like usable performance | oharboe | 2008-10-16 | 1 | -1/+6 |
* | added capture command to capture log output. Useful when wanting to capture l... | oharboe | 2008-10-16 | 1 | -0/+27 |
* | added busy sleep (for testing purposes) | oharboe | 2008-10-09 | 1 | -63/+81 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -2/+2 |
* | Duane Ellis has made highly non-trivial changes to both the target handling a... | oharboe | 2008-09-01 | 1 | -0/+3 |
* | Duane Ellis: "target as an [tcl] object" feature. | oharboe | 2008-09-01 | 1 | -3/+3 |
* | use alive_sleep() from sleep command | oharboe | 2008-08-19 | 1 | -1/+1 |
* | Johannes Stezenbach <js@sig21.net> fix warnings | oharboe | 2008-08-18 | 1 | -1/+1 |
* | fix error output a bit: do not repeat output printed during execution in case... | oharboe | 2008-08-11 | 1 | -1/+1 |
* | place event loop inside #ifdef JIM_EMBEDDED. | oharboe | 2008-08-11 | 1 | -1/+4 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+15 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | OpenOCD commands w/prefix ocd_ now set the primary Tcl return value instead o... | oharboe | 2008-07-24 | 1 | -2/+2 |
* | more error message cleanup. invalid args & syntax errors both now print argum... | oharboe | 2008-07-24 | 1 | -21/+4 |
* | Better handling of OpenOCD command invocation result/context. | oharboe | 2008-07-24 | 1 | -27/+51 |
* | handle end of line comments to improve compatibility with event scripts | oharboe | 2008-07-23 | 1 | -5/+10 |
* | - jtag_khz/speed are now single parameter only. These are used | oharboe | 2008-07-21 | 1 | -0/+1 |