| Commit message (Expand) | Author | Age | Files | Lines |
* | command_handler_t: make cmd an indirect parameter | Zachary T Welch | 2009-11-13 | 1 | -3/+3 |
* | command_handler_t: make args parameter const | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_handler_t: make cmd parameter const | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | command_handler_t: make argc unsigned | Zachary T Welch | 2009-11-13 | 1 | -1/+1 |
* | add CMD_NAME macro for command handlers | Zachary T Welch | 2009-11-13 | 1 | -0/+6 |
* | add command_handler_t type | Zachary T Welch | 2009-11-13 | 1 | -4/+5 |
* | add COMMAND_HANDLER and COMMAND_HELPER macros | Zachary T Welch | 2009-11-13 | 1 | -0/+42 |
* | add command_output_handler_t | Zachary T Welch | 2009-11-13 | 1 | -3/+8 |
* | add command_name helper | Zachary T Welch | 2009-11-11 | 1 | -0/+10 |
* | script_debug(): improve types | Zachary T Welch | 2009-11-11 | 1 | -1/+2 |
* | src/helper: wrap and clean headers. | Zachary T Welch | 2009-11-09 | 1 | -15/+26 |
* | Add macro for parsing numeric command arguments. | Zachary T Welch | 2009-11-05 | 1 | -0/+21 |
* | corrective fix for MinGW GNU C99 printf compliance | Redirect 'Slash' NIL | 2009-10-19 | 1 | -3/+4 |
* | More MinGW C99 printf compliance | Redirect 'Slash' NIL | 2009-10-17 | 1 | -3/+11 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | 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 | -0/+3 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 1 | -22/+12 |
* | Add improved support for parsing signed integers. | zwelch | 2009-06-17 | 1 | -0/+10 |
* | Update parse_type macro definitions to allow re-use with signed types. | zwelch | 2009-06-17 | 1 | -3/+6 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-12 | 1 | -0/+2 |
* | Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch]. | zwelch | 2009-06-12 | 1 | -0/+16 |
* | David Brownell <david-b@pacbell.net>: | zwelch | 2009-06-11 | 1 | -3/+3 |
* | David Brownell <david-b@pacbell.net>: This patch adds annotations to | zwelch | 2009-05-21 | 1 | -3/+7 |
* | Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM... | oharboe | 2009-05-15 | 1 | -1/+0 |
* | revert to 1775. 1790 causes SEGFAULT w/Cygwin. | oharboe | 2009-05-15 | 1 | -0/+1 |
* | Remove JIM_EMBEDDED symbol; not appropriate or necessary. | zwelch | 2009-05-14 | 1 | -1/+0 |
* | Include types.h in command.h to make stdint.h available through it. | zwelch | 2009-05-13 | 1 | -0/+2 |
* | Audit and eliminate redundant helper #include directives. | zwelch | 2009-05-11 | 1 | -10/+9 |
* | Added telnet_async command to enable/disable asynchronous | oharboe | 2008-10-31 | 1 | -3/+5 |
* | - added myself to copyright on files i remember adding large contributions fo... | ntfreak | 2008-09-20 | 1 | -1/+1 |
* | Johannes Stezenbach <js@sig21.net> fix warnings | oharboe | 2008-08-18 | 1 | -1/+1 |
* | David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.c | oharboe | 2008-08-07 | 1 | -0/+2 |
* | Duane Ellis: fix warnings | oharboe | 2008-08-05 | 1 | -1/+1 |
* | added yours sincerely for files where I feel that I've made non-trivial contr... | oharboe | 2008-07-25 | 1 | -0/+3 |
* | cross compile fix | oharboe | 2008-07-21 | 1 | -1/+1 |
* | - fix incorrectly registered function openocd_array2mem | ntfreak | 2008-07-18 | 1 | -2/+0 |
* | Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs. | oharboe | 2008-07-18 | 1 | -0/+15 |
* | Charles Hardin <ckhardin@gmail.com> and Øyvind Harboe | oharboe | 2008-07-17 | 1 | -1/+2 |
* | help is now implemented in startup.tcl/help | oharboe | 2008-07-11 | 1 | -1/+0 |
* | - retired variable stuff. | oharboe | 2008-07-11 | 1 | -1/+0 |
* | .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro... | oharboe | 2008-07-11 | 1 | -1/+0 |
* | - command_run_line will only search once for the command, and execute if found | ntfreak | 2008-07-07 | 1 | -0/+1 |
* | - fixed build issues with win32 | ntfreak | 2008-07-06 | 1 | -10/+1 |
* | src/helper/configuration.h | oharboe | 2008-07-06 | 1 | -2/+10 |
* | utility fn. | oharboe | 2008-07-04 | 1 | -0/+1 |
* | hooks to enable experimentation with scripting language support. Reduces patc... | oharboe | 2008-06-27 | 1 | -0/+1 |
* | Edgar Grimberg plugged a leak found w/Valgrind. | oharboe | 2008-05-07 | 1 | -0/+1 |
* | added fast option. | oharboe | 2008-04-23 | 1 | -0/+3 |
* | - reverted some of the changes that possibly broke arm926ejs. Waiting | oharboe | 2008-04-04 | 1 | -0/+14 |