summaryrefslogtreecommitdiff
path: root/src/helper/command.h
Commit message (Expand)AuthorAgeFilesLines
* improve 'help' commandZachary T Welch2009-11-201-0/+1
* refactor command registrationZachary T Welch2009-11-201-5/+46
* remove fast command and jim_global_longZachary T Welch2009-11-181-4/+0
* change all bool parsers to accept any valueZachary T Welch2009-11-181-3/+2
* add handle_command_parse_bool command helperZachary T Welch2009-11-181-6/+9
* add COMMAND_PARSE_BOOL macro and friendsZachary T Welch2009-11-181-0/+28
* pass startup_tcl to command_initZachary T Welch2009-11-181-1/+4
* 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