summaryrefslogtreecommitdiff
path: root/src/helper/command.h
Commit message (Expand)AuthorAgeFilesLines
* command: retire obsolete macroØyvind Harboe2009-12-151-11/+0
* doxygen: remove some warningsDavid Brownell2009-12-031-1/+1
* change #include "types.h" to <helper/types.h>Zachary T Welch2009-12-031-1/+1
* change #include "jim.h" to <helper/jim.h>Zachary T Welch2009-12-031-1/+1
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-011-2/+4
* remove interp global variable!Zachary T Welch2009-11-301-1/+1
* do not extern 'interp' from command.cZachary T Welch2009-11-301-2/+1
* move improperly located documentationZachary T Welch2009-11-301-15/+17
* improve command_done() API and docsZachary T Welch2009-11-301-2/+15
* add command private data setter/accessorZachary T Welch2009-11-281-0/+23
* add jim_handler to command_registrationZachary T Welch2009-11-241-3/+4
* add public API for locating commandsZachary T Welch2009-11-241-0/+5
* add command registration chainingZachary T Welch2009-11-241-2/+13
* add command usage, separate from helpZachary T Welch2009-11-241-0/+3
* add register_commands for batch registrationZachary T Welch2009-11-241-0/+19
* add struct command_registrationZachary T Welch2009-11-241-16/+35
* add COMMAND_REGISTER macroZachary T Welch2009-11-241-0/+4
* 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