summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
...
* add command registration chainingZachary T Welch2009-11-241-6/+24
* more command registration refactoringZachary T Welch2009-11-241-16/+38
* command: use register_commands for handlersZachary T Welch2009-11-241-17/+34
* add command usage, separate from helpZachary T Welch2009-11-241-14/+49
* add register_commands for batch registrationZachary T Welch2009-11-241-0/+17
* add struct command_registrationZachary T Welch2009-11-241-7/+10
* use COMMAND_REGISTER macroZachary T Welch2009-11-241-3/+3
* maintain command lists in sorted orderZachary T Welch2009-11-201-7/+17
* add add_help_text command handlerZachary T Welch2009-11-201-29/+66
* provide command context during cmd_initZachary T Welch2009-11-201-0/+2
* improve 'help' commandZachary T Welch2009-11-201-2/+54
* refactor command registrationZachary T Welch2009-11-201-77/+71
* change command_find helper interfaceZachary T Welch2009-11-201-4/+3
* factor script_command argv allocationZachary T Welch2009-11-201-27/+38
* remove fast command and jim_global_longZachary T Welch2009-11-181-29/+0
* change all bool parsers to accept any valueZachary T Welch2009-11-181-3/+3
* add handle_command_parse_bool command helperZachary T Welch2009-11-181-0/+50
* pass startup_tcl to command_initZachary T Welch2009-11-181-2/+1
* remove unused variable from run_commandZachary T Welch2009-11-171-3/+2
* add CMD_NAME variable in command_invocationZachary T Welch2009-11-171-7/+7
* add struct command_invocation for COMMAND_HANDLERZachary T Welch2009-11-171-3/+6
* command_handler: change 'args' to CMD_ARGVZachary T Welch2009-11-171-4/+4
* command_handler: change to 'argc' to CMD_ARGCZachary T Welch2009-11-171-3/+3
* use Jim_CmdProc in jim_registerZachary T Welch2009-11-161-1/+2
* command_t -> struct commandZachary T Welch2009-11-131-17/+17
* command_context_t -> struct command_contextZachary T Welch2009-11-131-20/+20
* command_handler_t: make cmd an indirect parameterZachary T Welch2009-11-131-7/+9
* command_handler_t: make args parameter constZachary T Welch2009-11-131-4/+6
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-3/+2
* add command_handler_t typeZachary T Welch2009-11-131-3/+1
* add command_output_handler_tZachary T Welch2009-11-131-1/+2
* improve command registrationZachary T Welch2009-11-111-31/+43
* add help regardless of callbackZachary T Welch2009-11-111-2/+2
* eliminate duplicate helptext managementZachary T Welch2009-11-111-31/+30
* add command_name helperZachary T Welch2009-11-111-32/+39
* script_debug(): improve typesZachary T Welch2009-11-111-4/+4
* command.c: make private routines staticZachary T Welch2009-11-111-2/+4
* log: improve log_callback_fn signatureZachary T Welch2009-11-111-2/+2
* tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe2009-11-101-0/+2
* command.c: make commands staticZachary T Welch2009-11-091-50/+48
* User's Guide: bugfix global state infoDavid Brownell2009-11-091-8/+13
* David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe2009-08-301-2/+0
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+4
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* try to use tabs instead of spacesoharboe2009-07-061-3/+3
* human readable error message upon invalid argumentsoharboe2009-07-061-1/+13
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* - Replace '){' with ') {'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-11/+11
* Remove whitespace that occurs after '('.zwelch2009-06-231-8/+8