index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
command.c
Age
Commit message (
Expand
)
Author
2009-08-24
Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks
oharboe
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
2009-07-06
try to use tabs instead of spaces
oharboe
2009-07-06
human readable error message upon invalid arguments
oharboe
2009-06-23
Remove whitespace at end of lines, step 2.
zwelch
2009-06-23
- Replace '){' with ') {'.
zwelch
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
2009-06-23
Remove whitespace that occurs after '('.
zwelch
2009-06-23
- Fixes '[<>]' whitespace
zwelch
2009-06-23
- Fixes '[|]' whitespace
zwelch
2009-06-23
- Fixes '+' whitespace
zwelch
2009-06-23
- Fixes '=' whitespace
zwelch
2009-06-23
- Fixes '==' whitespace
zwelch
2009-06-23
- Fixes '!=' whitespace
zwelch
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
2009-06-17
Ensure range errors are reported only when errno indicates one occurred.
zwelch
2009-06-17
Change parse_type macros to be sed-friendly.
zwelch
2009-06-17
Add argument parsing errors in command.h, use in parse_type routines.
zwelch
2009-06-17
Move definition of parse_type helpers to command.c:
zwelch
2009-06-17
Convert core parse_type implementations to check for underflow errors.
zwelch
2009-06-17
Add improved support for parsing signed integers.
zwelch
2009-06-17
Improve definitions of parse_ulong and parse_ullong:
zwelch
2009-06-12
David Brownell <david-b@pacbell.net>:
zwelch
2009-06-12
Simplify handle_sleep_command:
zwelch
2009-06-12
Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].
zwelch
2009-06-11
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-24
David Brownell <david-b@pacbell.net>:
zwelch
2009-05-18
Remove unecessary(and poptentially harmful?) "" around arguments
oharboe
2009-05-15
Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...
oharboe
2009-05-11
Audit and eliminate redundant helper #include directives.
zwelch
2009-05-05
remove extra newline before prompt
oharboe
2009-05-04
Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...
oharboe
2009-03-07
Added HostOS variable
duane
2008-12-16
fix broken -c/f options where it would silently terminate for scripts that di...
oharboe
2008-12-13
- remove target specific variant and use target->variant member
ntfreak
2008-12-10
- fix illegal memory access in unregister_command function
ntfreak
2008-11-26
friendlier error messages
oharboe
2008-11-11
Fixes (more or less) random SEGFAULT upon invoking script_command().
oharboe
2008-11-03
Rick Altherr <kc8apf@kc8apf.net> - fix warnings
oharboe
2008-10-31
Added telnet_async command to enable/disable asynchronous
oharboe
2008-10-16
sleep command now prints out target debugmsgs w/anything like usable performance
oharboe
2008-10-16
added capture command to capture log output. Useful when wanting to capture l...
oharboe
2008-10-09
added busy sleep (for testing purposes)
oharboe
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-01
Duane Ellis has made highly non-trivial changes to both the target handling a...
oharboe
2008-09-01
Duane Ellis: "target as an [tcl] object" feature.
oharboe
2008-08-19
use alive_sleep() from sleep command
oharboe
2008-08-18
Johannes Stezenbach <js@sig21.net> fix warnings
oharboe
2008-08-11
fix error output a bit: do not repeat output printed during execution in case...
oharboe
[next]