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