summaryrefslogtreecommitdiff
path: root/src/helper/command.h
Commit message (Expand)AuthorAgeFilesLines
* add CMD_NAME variable in command_invocationZachary T Welch2009-11-171-1/+2
* add struct command_invocation for COMMAND_HANDLERZachary T Welch2009-11-171-6/+15
* command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch2009-11-171-1/+1
* add more command_handler conversion macrosZachary T Welch2009-11-171-1/+16
* use Jim_CmdProc in jim_registerZachary T Welch2009-11-161-1/+2
* command_t -> struct commandZachary T Welch2009-11-131-9/+9
* command_context_t -> struct command_contextZachary T Welch2009-11-131-19/+19
* command_handler_t: make cmd an indirect parameterZachary T Welch2009-11-131-3/+3
* command_handler_t: make args parameter constZachary T Welch2009-11-131-1/+1
* command_handler_t: make cmd parameter constZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-131-1/+1
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-0/+6
* add command_handler_t typeZachary T Welch2009-11-131-4/+5
* add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch2009-11-131-0/+42
* add command_output_handler_tZachary T Welch2009-11-131-3/+8
* add command_name helperZachary T Welch2009-11-111-0/+10
* script_debug(): improve typesZachary T Welch2009-11-111-1/+2
* src/helper: wrap and clean headers.Zachary T Welch2009-11-091-15/+26
* Add macro for parsing numeric command arguments.Zachary T Welch2009-11-051-0/+21
* corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL2009-10-191-3/+4
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-171-3/+11
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* Change parse_type macros to be sed-friendly.zwelch2009-06-171-9/+9
* Add argument parsing errors in command.h, use in parse_type routines.zwelch2009-06-171-0/+3
* Move definition of parse_type helpers to command.c:zwelch2009-06-171-22/+12
* Add improved support for parsing signed integers.zwelch2009-06-171-0/+10
* Update parse_type macro definitions to allow re-use with signed types.zwelch2009-06-171-3/+6
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-0/+2
* Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch2009-06-121-0/+16
* David Brownell <david-b@pacbell.net>:zwelch2009-06-111-3/+3
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-3/+7
* Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2009-05-151-1/+0
* revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe2009-05-151-0/+1
* Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch2009-05-141-1/+0
* Include types.h in command.h to make stdint.h available through it.zwelch2009-05-131-0/+2
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-10/+9
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-3/+5
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-1/+1
* Johannes Stezenbach <js@sig21.net> fix warningsoharboe2008-08-181-1/+1
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+2
* Duane Ellis: fix warningsoharboe2008-08-051-1/+1
* added yours sincerely for files where I feel that I've made non-trivial contr...oharboe2008-07-251-0/+3
* cross compile fixoharboe2008-07-211-1/+1
* - fix incorrectly registered function openocd_array2memntfreak2008-07-181-2/+0
* Charles Hardin <ckhardin@gmail.com> move tcl stuff nearer to where it belongs.oharboe2008-07-181-0/+15
* Charles Hardin <ckhardin@gmail.com> and Øyvind Harboeoharboe2008-07-171-1/+2
* help is now implemented in startup.tcl/helpoharboe2008-07-111-1/+0
* - retired variable stuff. oharboe2008-07-111-1/+0
* .cfg files are now executed as Jim Tcl. Commands that terminate script w/erro...oharboe2008-07-111-1/+0
* - command_run_line will only search once for the command, and execute if foundntfreak2008-07-071-0/+1