openocd: fix SPDX tag format for files .c
[fw/openocd] / src / helper / command.c
2022-09-18 Antonio Borneoopenocd: fix SPDX tag format for files .c
2022-09-13 Antonio Borneoopenocd: fix for polling during "expr" computation
2022-08-15 Antonio Borneotarget: add API to temporarily mask target polling
2022-07-23 Antonio Borneoopenocd: src/helper: replace the GPL-2.0-or-later licen...
2021-12-18 Antonio Borneoopenocd: add keep_alive during command sleep
2021-11-07 Antonio Borneojimtcl: revert temporary workaround for memory leak...
2021-09-18 Tarek BOCHKATIhelper/command: fix echo return values
2021-08-22 Antonio Borneocommand: log the command only when it is executed
2021-07-24 Antonio Borneoopenocd: manually remove NULL comparisons
2021-07-24 Antonio Borneoopenocd: remove NULL comparisons with checkpatch [1/2]
2021-07-24 Antonio Borneoopenocd: fix simple cases of NULL comparison
2021-07-20 Antonio Borneoopenocd: fix simple cases of Yoda condition
2021-06-18 R. DiezDoc fix: echo writes to the log, and not to stdout
2021-06-04 R. DiezAvoid non-standard conditionals with omitted operands.
2021-06-04 Antonio Borneoserver/telnet: fix autocomplete for jimtcl commands
2021-05-29 Antonio Borneohelp: fix line size in 'usage' output
2021-05-22 Antonio Borneohelper/command: silent debug msg on command register...
2021-05-15 Antonio Borneojimtcl: restrict memory leak workaround on Linux only
2021-05-01 Antonio Borneohelper/command: drop the TCL variable 'ocd_HOSTOS'
2021-05-01 Antonio Borneohelper/command: fix memory leak on malloc() fail
2021-05-01 Antonio Borneohelper/command: fix build with jimtcl 0.79 or older
2021-04-18 Antonio Borneohelper/command: rename s/command_unknown/jim_command_di...
2021-04-18 Antonio Borneohelper/command: make script_debug() static
2021-04-18 Antonio Borneohelper/command: get rid of the tree of struct command
2021-04-18 Antonio Borneohelper/command: unregister commands through their full...
2021-04-18 Antonio Borneohelper/command: simplify jim_command_mode()
2021-04-18 Antonio Borneohelper/command: simplify run_command()
2021-04-18 Antonio Borneohelper/command: register full-name commands in jim
2021-04-18 Antonio Borneohelp: re-implement 'help' independent from tree of...
2021-04-18 Antonio Borneocommand mode: return "any" for tcl proc
2021-04-18 Antonio Borneohelper/command: pass command prefix to command registration
2021-04-18 Antonio Borneohelper/command: override target only on target prefixed...
2021-04-18 Antonio Borneohelper/command: use one single handler for all the...
2021-04-18 Antonio Borneohelper/command: always pass struct command as jim priva...
2021-04-05 Antonio Borneojimtcl: add temporary workaround for memory leak in...
2020-11-15 Tomas Vanekhelper/command: disable logging of registered commands...
2020-11-04 Tomas Vanekhelper/command: fix clang static analyzer warning
2020-05-24 Antonio Borneohelper/command: remove unused functions and make static...
2020-05-24 Antonio Borneohelper/command: fix check on value returned by jim API
2020-05-24 Antonio Borneohelper/command: strip replicated command name in log
2020-05-09 Antonio Borneocoding style: add missing space when split strings
2020-05-09 Antonio Borneohelper/command: register all commands through register_...
2019-12-19 Antonio Borneohelper/command: remove unused field in struct command_r...
2019-09-24 Christopher Headhelper/command: clear errno before calling parser
2019-06-20 Christopher Headhelper/command: make command_run_line reentrant
2019-05-23 Antonio Borneohelper/command: remove dead code in command_unknown()
2019-05-17 Antonio Borneohelper/command: print the command output in case of...
2019-05-14 Antonio Borneohelper/command: fix printing usage for incomplete commands
2019-05-14 Antonio Borneohelper/command: send command output only to the right...
2019-05-14 Antonio Borneohelper/command: remove search for "ocd_" prefix
2019-05-14 Paul Fertserhelper/command: remove command "command type"
2019-05-14 Paul Fertserhelper/command: do not replace new commands with ocd_...
2019-05-14 Paul Fertserhelper/command: do not capture log in script_command_run()
2019-05-14 Paul Fertserhelper/command: Handle Tcl return values consistently
2019-05-14 Antonio Borneohelper/command: change prototype of command_print/comma...
2019-04-10 Antonio Borneohelper/command: log an error for commands without usage
2019-04-07 Antonio Borneohelper/command: handle empty "usage" with add_help_text...
2019-04-07 Antonio Borneocommand_registration: add empty usage field to chained...
2019-03-06 Antonio Borneohelper/command: return proper JIM error code
2019-01-27 Tomas Vanekcommand: check command mode for native jim commands
2019-01-27 Tomas Vanekcommand: Log the failed command by full name
2019-01-16 Antonio Borneohelper/command: check for malloc failure in __command_name
2018-12-25 Jean-Christian de... command: Log the failed command name
2018-03-03 Tomas Vanektarget: use correct target in target-prefixed commands...
2018-01-17 Marc SchinkFix Jim interpreter memory leak
2017-10-23 Freddie ChopinFix GCC7 warnings about switch-case fallthroughs
2017-02-10 Dongxue Zhangtarget: Add 64-bit target address support
2016-07-19 Andreas FärberFix usage of timeval_ms()
2016-05-24 Marc SchinkRemove FSF address from GPL notices
2015-04-14 Paul FertserTcl exception codes cleanup, shutdown command amendments
2015-04-14 Juha Niskanenhelper: shutdown command should return with 0 exit...
2014-09-22 Andreas Fritiofsoncommand: Fix confusing syntax error message
2014-05-09 Paul FertserUpdate to the current Jim Tcl
2014-01-09 Andreas Fritiofsoncommand: Fix formatting for empty usage string
2013-10-31 Andreas FritiofsonRemove unnecessary casts
2013-10-31 Andreas FritiofsonClean up const usage to avoid excessive casting
2013-09-08 Spencer Oliverbuild: remove clang warning about global var 'match'
2013-07-01 Evan HunterAdd support for 64 bit parameter to irscan
2013-06-05 Spencer Oliverupdate files to correct FSF address
2012-11-30 Aymeric VincentMake NetBSD a recognized system
2012-08-24 Spencer Oliverhelper: command.c cleanup
2012-07-22 Alex AustinRevert "When calling openocd from a shell like this:"
2012-07-11 Stian SkjelsadWhen calling openocd from a shell like this:
2012-03-31 Wim LewisAdd value "openbsd" for ocd_HOSTOS.
2012-03-13 Øyvind Harboeecosboard: delete bit-rotted eCos code
2012-02-06 Spencer Oliverdoxygen: use correct comment syntax
2012-02-06 Spencer Oliverbuild: cleanup src/helper directory
2012-01-04 Øyvind Harboeretire ERROR_INVALID_ARGUMENTS and replace with ERROR_C...
2012-01-04 Mathias Kcommand: print BUG warning when usage is missing
2012-01-03 Spencer Oliverhelper: fix arm11 help text
2011-03-27 Øyvind Harboecommand: fix leak when executing commands
2011-01-09 Eric Wetzelnit: more LOG_* \n fixes
2010-12-29 Øyvind Harboewarnings: use more 'const' for char *
2010-12-18 Øyvind Harboescript: support only Tcl comments
2010-11-09 Antonio BorneoJIM: document "echo" command
2010-11-09 Antonio BorneoJIM: Add "-n" option to "echo"
2010-10-29 Øyvind Harboejim tests: use installed
2010-10-27 Øyvind Harboehelp: help now works on configuration commands
2010-09-20 Øyvind Harboehelper: fix flaky capture command
2010-09-11 Øyvind Harboecommand: capture command now handles both types commands
next