aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)Author
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe
2009-12-15command: retire obsolete macroØyvind Harboe
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30move improperly located documentationZachary T Welch
2009-11-30improve command_done() API and docsZachary T Welch
2009-11-28add command private data setter/accessorZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24add public API for locating commandsZachary T Welch
2009-11-24add command registration chainingZachary T Welch
2009-11-24add command usage, separate from helpZachary T Welch
2009-11-24add register_commands for batch registrationZachary T Welch
2009-11-24add struct command_registrationZachary T Welch
2009-11-24add COMMAND_REGISTER macroZachary T Welch
2009-11-20improve 'help' commandZachary T Welch
2009-11-20refactor command registrationZachary T Welch
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18change all bool parsers to accept any valueZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17add more command_handler conversion macrosZachary T Welch
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch
2009-11-13command_handler_t: make args parameter constZachary T Welch
2009-11-13command_handler_t: make cmd parameter constZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13add command_handler_t typeZachary T Welch
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch
2009-11-13add command_output_handler_tZachary T Welch
2009-11-11add command_name helperZachary T Welch
2009-11-11script_debug(): improve typesZachary T Welch
2009-11-09src/helper: wrap and clean headers.Zachary T Welch
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe
2009-06-17Change parse_type macros to be sed-friendly.zwelch
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch