aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)AuthorFilesLines
2009-11-28add command private data setter/accessorZachary T Welch1-0/+23
2009-11-24add jim_handler to command_registrationZachary T Welch1-3/+4
2009-11-24add public API for locating commandsZachary T Welch1-0/+5
2009-11-24add command registration chainingZachary T Welch1-2/+13
2009-11-24add command usage, separate from helpZachary T Welch1-0/+3
2009-11-24add register_commands for batch registrationZachary T Welch1-0/+19
2009-11-24add struct command_registrationZachary T Welch1-16/+35
2009-11-24add COMMAND_REGISTER macroZachary T Welch1-0/+4
2009-11-20improve 'help' commandZachary T Welch1-0/+1
2009-11-20refactor command registrationZachary T Welch1-5/+46
2009-11-18remove fast command and jim_global_longZachary T Welch1-4/+0
2009-11-18change all bool parsers to accept any valueZachary T Welch1-3/+2
2009-11-18add handle_command_parse_bool command helperZachary T Welch1-6/+9
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch1-0/+28
2009-11-18pass startup_tcl to command_initZachary T Welch1-1/+4
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch1-1/+2
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch1-6/+15
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17add more command_handler conversion macrosZachary T Welch1-1/+16
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch1-1/+2
2009-11-13command_t -> struct commandZachary T Welch1-9/+9
2009-11-13command_context_t -> struct command_contextZachary T Welch1-19/+19
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch1-3/+3
2009-11-13command_handler_t: make args parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make cmd parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch1-1/+1
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-0/+6
2009-11-13add command_handler_t typeZachary T Welch1-4/+5
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch1-0/+42
2009-11-13add command_output_handler_tZachary T Welch1-3/+8
2009-11-11add command_name helperZachary T Welch1-0/+10
2009-11-11script_debug(): improve typesZachary T Welch1-1/+2
2009-11-09src/helper: wrap and clean headers.Zachary T Welch1-15/+26
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch1-0/+21
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL1-3/+4
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL1-3/+11
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-06-17Change parse_type macros to be sed-friendly.zwelch1-9/+9
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch1-0/+3
2009-06-17Move definition of parse_type helpers to command.c:zwelch1-22/+12
2009-06-17Add improved support for parsing signed integers.zwelch1-0/+10
2009-06-17Update parse_type macro definitions to allow re-use with signed types.zwelch1-3/+6
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-0/+2
2009-06-12Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch1-0/+16
2009-06-11David Brownell <david-b@pacbell.net>:zwelch1-3/+3
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-3/+7
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe1-1/+0
2009-05-15revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe1-0/+1
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch1-1/+0
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch1-0/+2