summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
* CMD: duplicate cmd error msgSpencer Oliver2010-02-041-1/+4
* debug: make logging of commands terserØyvind Harboe2010-01-131-2/+11
* commands: make error messages a bit more terseØyvind Harboe2010-01-111-1/+1
* FreeBSD build fixesDavid Brownell2010-01-101-0/+3
* src/helper: usage/help updatesDavid Brownell2010-01-091-23/+31
* buildfix on MacOSMasaki Muranaka2010-01-091-2/+2
* streamline and document helptext mode displaysDavid Brownell2010-01-021-10/+22
* Fix usage/help search for subcommands.Dean Glazeski2010-01-021-7/+34
* Add the current command to the command informationDean Glazeski2010-01-021-0/+1
* help: list all commands that match stringOyvind Harboe2009-12-211-21/+35
* change #include "target.h" to <target/target.h>Zachary T Welch2009-12-031-1/+1
* command: the Jim interpreter can now be provided rather than createdØyvind Harboe2009-12-011-7/+11
* improve command prohibition error reportZachary T Welch2009-11-301-2/+10
* remove interp global variable!Zachary T Welch2009-11-301-18/+20
* command output capture: do not use interp globalZachary T Welch2009-11-301-15/+34
* do not extern 'interp' from command.cZachary T Welch2009-11-301-1/+1
* make syntax errors respond with 'usage'Zachary T Welch2009-11-301-3/+3
* improve command_done() API and docsZachary T Welch2009-11-301-4/+4
* only display usable commands in helpZachary T Welch2009-11-301-0/+3
* add error checking in command_newZachary T Welch2009-11-281-20/+30
* include mode information in help text.Zachary T Welch2009-11-281-3/+27
* refactor command mode detectionZachary T Welch2009-11-281-2/+7
* add command private data setter/accessorZachary T Welch2009-11-281-0/+8
* add 'command mode' introspective handlerZachary T Welch2009-11-281-0/+39
* remove unknown handlerZachary T Welch2009-11-281-34/+36
* improve command handler wrapper scriptZachary T Welch2009-11-281-3/+2
* add 'command type' introspective handlerZachary T Welch2009-11-281-0/+43
* fix regression causing duplicated outputZachary T Welch2009-11-271-13/+28
* add script_command_run helperZachary T Welch2009-11-251-26/+19
* encapsulate and re-use log capture, retval setupZachary T Welch2009-11-251-49/+43
* combine help and usage command handlersZachary T Welch2009-11-251-20/+8
* improve usage and help command outputZachary T Welch2009-11-241-10/+38
* allow scripts to update usage informationZachary T Welch2009-11-241-4/+32
* add jim_handler to command_registrationZachary T Welch2009-11-241-20/+22
* refactor command_new to use command_registrationZachary T Welch2009-11-241-12/+10
* rewrite 'unknown' command dispatching in CZachary T Welch2009-11-241-0/+65
* add public API for locating commandsZachary T Welch2009-11-241-0/+10
* refactor script_command context grabbingZachary T Welch2009-11-241-12/+16
* 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