index
:
openocd_libswd.git
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
command.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: fix leak when executing commands
Øyvind Harboe
2011-03-27
1
-0
/
+1
*
nit: more LOG_* \n fixes
Eric Wetzel
2011-01-09
1
-4
/
+3
*
warnings: use more 'const' for char *
Øyvind Harboe
2010-12-29
1
-1
/
+1
*
script: support only Tcl comments
Øyvind Harboe
2010-12-18
1
-9
/
+0
*
JIM: document "echo" command
Antonio Borneo
2010-11-09
1
-9
/
+14
*
JIM: Add "-n" option to "echo"
Antonio Borneo
2010-11-09
1
-1
/
+8
*
jim tests: use installed
Øyvind Harboe
2010-10-29
1
-99
/
+5
*
help: help now works on configuration commands
Øyvind Harboe
2010-10-27
1
-3
/
+0
*
helper: fix flaky capture command
Øyvind Harboe
2010-09-20
1
-0
/
+16
*
command: capture command now handles both types commands
Øyvind Harboe
2010-09-11
1
-2
/
+24
*
don't add confusing source info to Jim
Andreas Fritiofson
2010-06-18
1
-2
/
+2
*
command context: fix errors when running certain commands on startup
Øyvind Harboe
2010-05-05
1
-2
/
+6
*
CMD: duplicate cmd error msg
Spencer Oliver
2010-02-04
1
-1
/
+4
*
debug: make logging of commands terser
Øyvind Harboe
2010-01-13
1
-2
/
+11
*
commands: make error messages a bit more terse
Øyvind Harboe
2010-01-11
1
-1
/
+1
*
FreeBSD build fixes
David Brownell
2010-01-10
1
-0
/
+3
*
src/helper: usage/help updates
David Brownell
2010-01-09
1
-23
/
+31
*
buildfix on MacOS
Masaki Muranaka
2010-01-09
1
-2
/
+2
*
streamline and document helptext mode displays
David Brownell
2010-01-02
1
-10
/
+22
*
Fix usage/help search for subcommands.
Dean Glazeski
2010-01-02
1
-7
/
+34
*
Add the current command to the command information
Dean Glazeski
2010-01-02
1
-0
/
+1
*
help: list all commands that match string
Oyvind Harboe
2009-12-21
1
-21
/
+35
*
change #include "target.h" to <target/target.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
command: the Jim interpreter can now be provided rather than created
Øyvind Harboe
2009-12-01
1
-7
/
+11
*
improve command prohibition error report
Zachary T Welch
2009-11-30
1
-2
/
+10
*
remove interp global variable!
Zachary T Welch
2009-11-30
1
-18
/
+20
*
command output capture: do not use interp global
Zachary T Welch
2009-11-30
1
-15
/
+34
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
1
-1
/
+1
*
make syntax errors respond with 'usage'
Zachary T Welch
2009-11-30
1
-3
/
+3
*
improve command_done() API and docs
Zachary T Welch
2009-11-30
1
-4
/
+4
*
only display usable commands in help
Zachary T Welch
2009-11-30
1
-0
/
+3
*
add error checking in command_new
Zachary T Welch
2009-11-28
1
-20
/
+30
*
include mode information in help text.
Zachary T Welch
2009-11-28
1
-3
/
+27
*
refactor command mode detection
Zachary T Welch
2009-11-28
1
-2
/
+7
*
add command private data setter/accessor
Zachary T Welch
2009-11-28
1
-0
/
+8
*
add 'command mode' introspective handler
Zachary T Welch
2009-11-28
1
-0
/
+39
*
remove unknown handler
Zachary T Welch
2009-11-28
1
-34
/
+36
*
improve command handler wrapper script
Zachary T Welch
2009-11-28
1
-3
/
+2
*
add 'command type' introspective handler
Zachary T Welch
2009-11-28
1
-0
/
+43
*
fix regression causing duplicated output
Zachary T Welch
2009-11-27
1
-13
/
+28
*
add script_command_run helper
Zachary T Welch
2009-11-25
1
-26
/
+19
*
encapsulate and re-use log capture, retval setup
Zachary T Welch
2009-11-25
1
-49
/
+43
*
combine help and usage command handlers
Zachary T Welch
2009-11-25
1
-20
/
+8
*
improve usage and help command output
Zachary T Welch
2009-11-24
1
-10
/
+38
*
allow scripts to update usage information
Zachary T Welch
2009-11-24
1
-4
/
+32
*
add jim_handler to command_registration
Zachary T Welch
2009-11-24
1
-20
/
+22
*
refactor command_new to use command_registration
Zachary T Welch
2009-11-24
1
-12
/
+10
*
rewrite 'unknown' command dispatching in C
Zachary T Welch
2009-11-24
1
-0
/
+65
*
add public API for locating commands
Zachary T Welch
2009-11-24
1
-0
/
+10
*
refactor script_command context grabbing
Zachary T Welch
2009-11-24
1
-12
/
+16
[next]