aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)Author
2019-12-19helper/command: remove unused field in struct command_registrationAntonio Borneo
2019-05-14helper/command: Handle Tcl return values consistentlyPaul Fertser
2019-05-14helper/command: change prototype of command_print/command_print_samelineAntonio Borneo
2019-05-14helper/command: add macro CMDAntonio Borneo
2018-03-07helper/command.h: Add missing #include for target_addr_tMarc Schink
2018-03-07helper/command.h: Add missing #includesMarc Schink
2018-03-03target: use correct target in target-prefixed commands and event handlersTomas Vanek
2018-01-17Fix Jim interpreter memory leakMarc Schink
2017-02-10target: Add 64-bit target address supportDongxue Zhang
2016-05-24Make #include guard naming consistentMarc Schink
2016-05-24Remove FSF address from GPL noticesMarc Schink
2014-05-09Update to the current Jim TclPaul Fertser
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter
2013-06-05update files to correct FSF addressSpencer Oliver
2012-10-02build: remove unnecessary jim.h includeSpencer Oliver
2012-05-21build: add helper/types.h to config.hSpencer Oliver
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe
2012-02-06doxygen: use correct comment syntaxSpencer Oliver
2012-02-06build: cleanup src/helper directorySpencer Oliver
2010-12-29warnings: use more 'const' for char *Øyvind Harboe
2010-10-29jim tests: use installedØyvind Harboe
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe
2009-12-15command: retire obsolete macroØyvind Harboe
2009-12-03doxygen: remove some warningsDavid Brownell
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe
2009-11-30remove interp global variable!Zachary T Welch
2009-11-30do not extern 'interp' from command.cZachary T Welch
2009-11-30move improperly located documentationZachary T Welch
2009-11-30improve command_done() API and docsZachary T Welch
2009-11-28add command private data setter/accessorZachary T Welch
2009-11-24add jim_handler to command_registrationZachary T Welch
2009-11-24add public API for locating commandsZachary T Welch
2009-11-24add command registration chainingZachary T Welch
2009-11-24add command usage, separate from helpZachary T Welch
2009-11-24add register_commands for batch registrationZachary T Welch
2009-11-24add struct command_registrationZachary T Welch
2009-11-24add COMMAND_REGISTER macroZachary T Welch
2009-11-20improve 'help' commandZachary T Welch
2009-11-20refactor command registrationZachary T Welch
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18change all bool parsers to accept any valueZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch