| Commit message (Expand) | Author | Age | Files | Lines |
* | remove fast command and jim_global_long | Zachary T Welch | 2009-11-18 | 1 | -4/+0 |
* | change all bool parsers to accept any value | Zachary T Welch | 2009-11-18 | 1 | -3/+2 |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 1 | -6/+9 |
* | add COMMAND_PARSE_BOOL macro and friends | Zachary T Welch | 2009-11-18 | 1 | -0/+28 |
* | pass startup_tcl to command_init | Zachary T Welch | 2009-11-18 | 1 | -1/+4 |
* | add CMD_NAME variable in command_invocation | Zachary T Welch | 2009-11-17 | 1 | -1/+2 |
* | add struct command_invocation for COMMAND_HANDLER | Zachary T Welch | 2009-11-17 | 1 | -6/+15 |
* | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 1 | -1/+1 |
* | add more command_handler conversion macros | Zachary T Welch | 2009-11-17 | 1 | -1/+16 |
* | use Jim_CmdProc in jim_register | Zachary T Welch | 2009-11-16 | 1 | -1/+2 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -9/+9 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -19/+19 |
* | 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 |