aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-27command: fix leak when executing commandsØyvind Harboe1-0/+1
2011-01-09nit: more LOG_* \n fixesEric Wetzel1-4/+3
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-12-18script: support only Tcl commentsØyvind Harboe1-9/+0
2010-11-09JIM: document "echo" commandAntonio Borneo1-9/+14
2010-11-09JIM: Add "-n" option to "echo"Antonio Borneo1-1/+8
2010-10-29jim tests: use installedØyvind Harboe1-99/+5
2010-10-27help: help now works on configuration commandsØyvind Harboe1-3/+0
2010-09-20helper: fix flaky capture commandØyvind Harboe1-0/+16
2010-09-11command: capture command now handles both types commandsØyvind Harboe1-2/+24
2010-06-18don't add confusing source info to JimAndreas Fritiofson1-2/+2
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-2/+6
2010-02-04CMD: duplicate cmd error msgSpencer Oliver1-1/+4
2010-01-13debug: make logging of commands terserØyvind Harboe1-2/+11
2010-01-11commands: make error messages a bit more terseØyvind Harboe1-1/+1
2010-01-10FreeBSD build fixesDavid Brownell1-0/+3
2010-01-09src/helper: usage/help updatesDavid Brownell1-23/+31
2010-01-09buildfix on MacOSMasaki Muranaka1-2/+2
2010-01-02streamline and document helptext mode displaysDavid Brownell1-10/+22
2010-01-02Fix usage/help search for subcommands.Dean Glazeski1-7/+34
2010-01-02Add the current command to the command informationDean Glazeski1-0/+1
2009-12-21help: list all commands that match stringOyvind Harboe1-21/+35
2009-12-03change #include "target.h" to <target/target.h>Zachary T Welch1-1/+1
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-7/+11
2009-11-30improve command prohibition error reportZachary T Welch1-2/+10
2009-11-30remove interp global variable!Zachary T Welch1-18/+20
2009-11-30command output capture: do not use interp globalZachary T Welch1-15/+34
2009-11-30do not extern 'interp' from command.cZachary T Welch1-1/+1
2009-11-30make syntax errors respond with 'usage'Zachary T Welch1-3/+3
2009-11-30improve command_done() API and docsZachary T Welch1-4/+4
2009-11-30only display usable commands in helpZachary T Welch1-0/+3
2009-11-28add error checking in command_newZachary T Welch1-20/+30
2009-11-28include mode information in help text.Zachary T Welch1-3/+27
2009-11-28refactor command mode detectionZachary T Welch1-2/+7
2009-11-28add command private data setter/accessorZachary T Welch1-0/+8
2009-11-28add 'command mode' introspective handlerZachary T Welch1-0/+39
2009-11-28remove unknown handlerZachary T Welch1-34/+36
2009-11-28improve command handler wrapper scriptZachary T Welch1-3/+2
2009-11-28add 'command type' introspective handlerZachary T Welch1-0/+43
2009-11-27fix regression causing duplicated outputZachary T Welch1-13/+28
2009-11-25add script_command_run helperZachary T Welch1-26/+19
2009-11-25encapsulate and re-use log capture, retval setupZachary T Welch1-49/+43
2009-11-25combine help and usage command handlersZachary T Welch1-20/+8
2009-11-24improve usage and help command outputZachary T Welch1-10/+38
2009-11-24allow scripts to update usage informationZachary T Welch1-4/+32
2009-11-24add jim_handler to command_registrationZachary T Welch1-20/+22
2009-11-24refactor command_new to use command_registrationZachary T Welch1-12/+10
2009-11-24rewrite 'unknown' command dispatching in CZachary T Welch1-0/+65
2009-11-24add public API for locating commandsZachary T Welch1-0/+10
2009-11-24refactor script_command context grabbingZachary T Welch1-12/+16