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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
command: retire obsolete macro
Øyvind Harboe
2009-12-15
1
-11
/
+0
*
doxygen: remove some warnings
David Brownell
2009-12-03
1
-1
/
+1
*
change #include "types.h" to <helper/types.h>
Zachary T Welch
2009-12-03
1
-1
/
+1
*
change #include "jim.h" to <helper/jim.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
-2
/
+4
*
remove interp global variable!
Zachary T Welch
2009-11-30
1
-1
/
+1
*
do not extern 'interp' from command.c
Zachary T Welch
2009-11-30
1
-2
/
+1
*
move improperly located documentation
Zachary T Welch
2009-11-30
1
-15
/
+17
*
improve command_done() API and docs
Zachary T Welch
2009-11-30
1
-2
/
+15
*
add command private data setter/accessor
Zachary T Welch
2009-11-28
1
-0
/
+23
*
add jim_handler to command_registration
Zachary T Welch
2009-11-24
1
-3
/
+4
*
add public API for locating commands
Zachary T Welch
2009-11-24
1
-0
/
+5
*
add command registration chaining
Zachary T Welch
2009-11-24
1
-2
/
+13
*
add command usage, separate from help
Zachary T Welch
2009-11-24
1
-0
/
+3
*
add register_commands for batch registration
Zachary T Welch
2009-11-24
1
-0
/
+19
*
add struct command_registration
Zachary T Welch
2009-11-24
1
-16
/
+35
*
add COMMAND_REGISTER macro
Zachary T Welch
2009-11-24
1
-0
/
+4
*
improve 'help' command
Zachary T Welch
2009-11-20
1
-0
/
+1
*
refactor command registration
Zachary T Welch
2009-11-20
1
-5
/
+46
*
remove fast command and jim_global_long
Zachary T Welch
2009-11-18
1
-4
/
+0
*
change all bool parsers to accept any value
Zachary T Welch
2009-11-18
1
-3
/
+2
*
add handle_command_parse_bool command helper
Zachary T Welch
2009-11-18
1
-6
/
+9
*
add COMMAND_PARSE_BOOL macro and friends
Zachary T Welch
2009-11-18
1
-0
/
+28
*
pass startup_tcl to command_init
Zachary T Welch
2009-11-18
1
-1
/
+4
*
add CMD_NAME variable in command_invocation
Zachary T Welch
2009-11-17
1
-1
/
+2
*
add struct command_invocation for COMMAND_HANDLER
Zachary T Welch
2009-11-17
1
-6
/
+15
*
command_handler: change 'cmd_ctx' to CMD_CTX
Zachary T Welch
2009-11-17
1
-1
/
+1
*
add more command_handler conversion macros
Zachary T Welch
2009-11-17
1
-1
/
+16
*
use Jim_CmdProc in jim_register
Zachary T Welch
2009-11-16
1
-1
/
+2
*
command_t -> struct command
Zachary T Welch
2009-11-13
1
-9
/
+9
*
command_context_t -> struct command_context
Zachary T Welch
2009-11-13
1
-19
/
+19
*
command_handler_t: make cmd an indirect parameter
Zachary T Welch
2009-11-13
1
-3
/
+3
*
command_handler_t: make args parameter const
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_handler_t: make cmd parameter const
Zachary T Welch
2009-11-13
1
-1
/
+1
*
command_handler_t: make argc unsigned
Zachary T Welch
2009-11-13
1
-1
/
+1
*
add CMD_NAME macro for command handlers
Zachary T Welch
2009-11-13
1
-0
/
+6
*
add command_handler_t type
Zachary T Welch
2009-11-13
1
-4
/
+5
*
add COMMAND_HANDLER and COMMAND_HELPER macros
Zachary T Welch
2009-11-13
1
-0
/
+42
*
add command_output_handler_t
Zachary T Welch
2009-11-13
1
-3
/
+8
*
add command_name helper
Zachary T Welch
2009-11-11
1
-0
/
+10
*
script_debug(): improve types
Zachary T Welch
2009-11-11
1
-1
/
+2
*
src/helper: wrap and clean headers.
Zachary T Welch
2009-11-09
1
-15
/
+26
*
Add macro for parsing numeric command arguments.
Zachary T Welch
2009-11-05
1
-0
/
+21
*
corrective fix for MinGW GNU C99 printf compliance
Redirect 'Slash' NIL
2009-10-19
1
-3
/
+4
*
More MinGW C99 printf compliance
Redirect 'Slash' NIL
2009-10-17
1
-3
/
+11
*
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-17
1
-1
/
+1
*
Change parse_type macros to be sed-friendly.
zwelch
2009-06-17
1
-9
/
+9
*
Add argument parsing errors in command.h, use in parse_type routines.
zwelch
2009-06-17
1
-0
/
+3
*
Move definition of parse_type helpers to command.c:
zwelch
2009-06-17
1
-22
/
+12
*
Add improved support for parsing signed integers.
zwelch
2009-06-17
1
-0
/
+10
[next]