summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
* command: fix leak when executing commandsØyvind Harboe2011-03-271-0/+1
* nit: more LOG_* \n fixesEric Wetzel2011-01-091-4/+3
* warnings: use more 'const' for char *Øyvind Harboe2010-12-291-1/+1
* script: support only Tcl commentsØyvind Harboe2010-12-181-9/+0
* JIM: document "echo" commandAntonio Borneo2010-11-091-9/+14
* JIM: Add "-n" option to "echo"Antonio Borneo2010-11-091-1/+8
* jim tests: use installedØyvind Harboe2010-10-291-99/+5
* help: help now works on configuration commandsØyvind Harboe2010-10-271-3/+0
* helper: fix flaky capture commandØyvind Harboe2010-09-201-0/+16
* command: capture command now handles both types commandsØyvind Harboe2010-09-111-2/+24
* don't add confusing source info to JimAndreas Fritiofson2010-06-181-2/+2
* command context: fix errors when running certain commands on startupØyvind Harboe2010-05-051-2/+6
* 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