Merge commit 'origin/master'
[fw/openocd] / src / helper /
2009-10-09 Øyvind HarboeMerge commit 'origin/master'
2009-10-09 David Brownelladd overridable Tcl "init_reset"
2009-10-08 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-08 Øyvind HarboeUpdate copyright statements. Make it easier to sync...
2009-10-06 David BrownellMerge branch 'master' of ssh://dbrownell@openocd.git...
2009-10-06 oharboeIntroduced jtag_init and "jtag arp_init" to allow targe...
2009-09-26 dbrownellUpdates to the initial scanchain validation code:
2009-09-25 oharboeTry/catch scheme. Typed up the functionality and regres...
2009-09-23 dbrownellStart handling the (second) SRST stage of reset better:
2009-09-23 oharboeNico Coesel <ncoesel@dealogic.nl> fix warnings. . I...
2009-09-21 dbrownellRemove annoying end-of-line whitespace from most src/*
2009-09-18 dbrownellTweak TCL reset script ... mostly improving descriptions of
2009-09-17 dbrownellFix coredump seen in some code paths.
2009-09-14 oharboeerror message upon recursive invocation of reset from...
2009-08-30 oharboeDirk Behme <dirk.behme@googlemail.com> Fix typo in...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> start phasing...
2009-08-30 oharboeDavid Brownell <david-b@pacbell.net> Be sure the built...
2009-08-25 oharboeadd missing isblank() for eCos
2009-08-24 oharboeSteve Grubb <sgrubb@redhat.com> fix various and sundry...
2009-08-18 ntfreakJonas Horberg [jhorberg@sauer-danfoss.com]
2009-07-17 oharboeAndreas Fritiofson <andreas.fritiofson@gmail.com> UTF8...
2009-07-07 oharboedelete long retired commented out code (daemon_startup)
2009-07-06 ntfreak- fix build when using a cross compiler - do not try...
2009-07-06 oharboetry to use tabs instead of spaces
2009-07-06 oharboehuman readable error message upon invalid arguments
2009-07-01 zwelchAdd missing copyright header and fix @page direction...
2009-06-30 zwelchFix doxygen 'undocumented parameter' warnings in membuf.h.
2009-06-27 duaneSwitch to strotk() grr....
2009-06-25 duaneFixes from Oleksandr Tymoshenko "gonzo@bluezbox.com"
2009-06-24 zwelchRemove whitespace at end of lines, step 2.
2009-06-24 zwelch- Replace '){' with ') {'.
2009-06-24 zwelchRemove whitespace that occurs before ')'.
2009-06-24 zwelchRemove whitespace that occurs after '('.
2009-06-24 zwelch- Fixes '[<>]' whitespace
2009-06-24 zwelch- Fixes '+' whitespace
2009-06-24 zwelch- Fixes '=' whitespace
2009-06-24 zwelch- Fixes '==' whitespace
2009-06-24 zwelch- Replace 'for(' with 'for ('.
2009-06-24 zwelch- Replace 'if(' with 'if ('.
2009-06-24 zwelchFix end-of-line style properties on newly added files.
2009-06-24 duaneAdd a growable sprintf memory buffer library
2009-06-23 zwelchRemove whitespace at end of lines, step 2.
2009-06-23 zwelch- Replace '){' with ') {'.
2009-06-23 zwelchRemove whitespace that occurs before ')'.
2009-06-23 zwelchRemove whitespace that occurs after '('.
2009-06-23 zwelch- Fixes '[<>]' whitespace
2009-06-23 zwelch- Fixes '[|]' whitespace
2009-06-23 zwelch- Fixes '+' whitespace
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '&&' whitespace
2009-06-23 zwelch- Fixes '[+]=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-23 oharboeupdate w/missing eCos definitions after latest round...
2009-06-21 ntfreak- fix break caused by r2208 when using --pipe option
2009-06-21 duaneC99 Type updates, include inttypes.h - it is catagorica...
2009-06-19 zwelchRemove editor preferences from source files.
2009-06-18 zwelchOyvind Harboe <oyvind.harboe@zylin.com>:
2009-06-18 zwelchRemove redundant typedefs in types.h; include stdint...
2009-06-18 zwelchTransform 'u64' to 'uint64_t'
2009-06-18 zwelchFinish transforming 'u32' to 'uint32_t'.
2009-06-18 zwelchTransform 'u16' to 'uint16_t'
2009-06-18 zwelchTransform 'u8' to 'uint8_t'
2009-06-17 zwelchFix compilation for Ubuntu 9.04 on x86-64 when using...
2009-06-17 zwelchEnsure range errors are reported only when errno indica...
2009-06-17 zwelchChange parse_type macros to be sed-friendly.
2009-06-17 zwelchAdd argument parsing errors in command.h, use in parse_...
2009-06-17 zwelchMove definition of parse_type helpers to command.c:
2009-06-17 zwelchConvert core parse_type implementations to check for...
2009-06-17 zwelchAdd improved support for parsing signed integers.
2009-06-17 zwelchUpdate parse_type macro definitions to allow re-use...
2009-06-17 zwelchImprove definitions of parse_ulong and parse_ullong:
2009-06-15 oharboefix eCos build problems w/latest parse_ulong() stuff
2009-06-12 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-12 zwelchSimplify and improve handle_debug_level_comamnd:
2009-06-12 zwelchSimplify handle_sleep_command:
2009-06-12 zwelchAdd new parse_uinttype wrappers for strtoul in src...
2009-06-11 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-11 oharboefix ordering of arguments to fwrite()
2009-06-09 zwelchFix make maintainer-clean for out-of-tree builds.
2009-06-07 zwelchDavid Brownell <david-b@pacbell.net>:
2009-06-05 oharboeremove hacks no longer required to build OpenOCD w...
2009-06-05 oharboeremove unused include file: inttypes.h
2009-06-03 zwelchImprove in-source documentation that was causing Doxyge...
2009-06-02 oharboemore missing eCos types
2009-05-31 zwelchWhitespace-only updates to automake input files:
2009-05-27 kc8apfAuthor: Nicolas Pitre <nico@cam.org>
2009-05-27 zwelchUpdate build system to find moved scripts -- Step 3...
2009-05-24 zwelchDavid Brownell <david-b@pacbell.net>:
2009-05-21 oharboedelete unused code
2009-05-21 oharboefix warning. Use %p for pointers
2009-05-21 zwelchAdditional format warning fixes in ioutil, required...
next