aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-10target: Add 64-bit target address supportDongxue Zhang1-0/+6
2016-05-24Make #include guard naming consistentMarc Schink1-3/+3
2016-05-24Remove FSF address from GPL noticesMarc Schink1-3/+1
2014-05-09Update to the current Jim TclPaul Fertser1-2/+2
2013-10-31Clean up const usage to avoid excessive castingAndreas Fritiofson1-3/+3
2013-07-01Add support for 64 bit parameter to irscanEvan Hunter1-0/+1
2013-06-05update files to correct FSF addressSpencer Oliver1-1/+1
2012-10-02build: remove unnecessary jim.h includeSpencer Oliver1-1/+0
2012-05-21build: add helper/types.h to config.hSpencer Oliver1-2/+0
2012-03-13ecosboard: delete bit-rotted eCos codeØyvind Harboe1-6/+0
2012-02-06doxygen: use correct comment syntaxSpencer Oliver1-5/+5
2012-02-06build: cleanup src/helper directorySpencer Oliver1-45/+43
2010-12-29warnings: use more 'const' for char *Øyvind Harboe1-1/+1
2010-10-29jim tests: use installedØyvind Harboe1-4/+3
2010-06-14helper: fix -Wshadow warning in number parsingØyvind Harboe1-6/+6
2010-05-05command context: fix errors when running certain commands on startupØyvind Harboe1-0/+4
2009-12-15command: retire obsolete macroØyvind Harboe1-11/+0
2009-12-03doxygen: remove some warningsDavid Brownell1-1/+1
2009-12-03change #include "types.h" to <helper/types.h>Zachary T Welch1-1/+1
2009-12-03change #include "jim.h" to <helper/jim.h>Zachary T Welch1-1/+1
2009-12-01command: the Jim interpreter can now be provided rather than createdØyvind Harboe1-2/+4
2009-11-30remove interp global variable!Zachary T Welch1-1/+1
2009-11-30do not extern 'interp' from command.cZachary T Welch1-2/+1
2009-11-30move improperly located documentationZachary T Welch1-15/+17
2009-11-30improve command_done() API and docsZachary T Welch1-2/+15
2009-11-28add command private data setter/accessorZachary T Welch1-0/+23
2009-11-24add jim_handler to command_registrationZachary T Welch1-3/+4
2009-11-24add public API for locating commandsZachary T Welch1-0/+5
2009-11-24add command registration chainingZachary T Welch1-2/+13
2009-11-24add command usage, separate from helpZachary T Welch1-0/+3
2009-11-24add register_commands for batch registrationZachary T Welch1-0/+19
2009-11-24add struct command_registrationZachary T Welch1-16/+35
2009-11-24add COMMAND_REGISTER macroZachary T Welch1-0/+4
2009-11-20improve 'help' commandZachary T Welch1-0/+1
2009-11-20refactor command registrationZachary T Welch1-5/+46
2009-11-18remove fast command and jim_global_longZachary T Welch1-4/+0
2009-11-18change all bool parsers to accept any valueZachary T Welch1-3/+2
2009-11-18add handle_command_parse_bool command helperZachary T Welch1-6/+9
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch1-0/+28
2009-11-18pass startup_tcl to command_initZachary T Welch1-1/+4
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch1-1/+2
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch1-6/+15
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch1-1/+1
2009-11-17add more command_handler conversion macrosZachary T Welch1-1/+16
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch1-1/+2
2009-11-13command_t -> struct commandZachary T Welch1-9/+9
2009-11-13command_context_t -> struct command_contextZachary T Welch1-19/+19
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch1-3/+3
2009-11-13command_handler_t: make args parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make cmd parameter constZachary T Welch1-1/+1