command_context_t -> struct command_context
[fw/openocd] / src / helper /
2009-11-13 Zachary T Welchcommand_context_t -> struct command_context
2009-11-13 Zachary T Welchjtag_tap_t -> struct jtag_tap
2009-11-13 Zachary T Welchfileio_t -> struct fileio
2009-11-13 Zachary T Welchlog_callback_t -> struct log_callback
2009-11-13 Zachary T Welchcommand_handler_t: make cmd an indirect parameter
2009-11-13 Zachary T Welchcommand_handler_t: make args parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make cmd parameter const
2009-11-13 Zachary T Welchcommand_handler_t: make argc unsigned
2009-11-13 Zachary T Welchadd CMD_NAME macro for command handlers
2009-11-13 Zachary T Welchuse COMMAND_HANDLER macro to define all commands
2009-11-13 Zachary T Welchadd command_handler_t type
2009-11-13 Zachary T Welchadd COMMAND_HANDLER and COMMAND_HELPER macros
2009-11-13 Zachary T Welchadd command_output_handler_t
2009-11-11 Zachary T Welchimprove command registration
2009-11-11 Zachary T Welchadd help regardless of callback
2009-11-11 Zachary T Welcheliminate duplicate helptext management
2009-11-11 Zachary T Welchadd command_name helper
2009-11-11 Zachary T Welchwrap help command
2009-11-11 Zachary T Welchscript_debug(): improve types
2009-11-11 Zachary T Welchcommand.c: make private routines static
2009-11-11 Zachary T Welchlog: improve log_callback_fn signature
2009-11-11 Zachary T Welchtime_support: improve use of types
2009-11-10 Øyvind Harboetcl: HostOs now picks up eCos as well during compile...
2009-11-10 Zachary T Welchcommand.c: make commands static
2009-11-09 Zachary T Welchsrc/helper: wrap and clean headers.
2009-11-09 David BrownellUser's Guide: bugfix global state info
2009-11-09 Zachary T WelchOverhaul time support API
2009-11-06 Zachary T WelchImprove debug_level command argument parsing.
2009-11-06 Zachary T WelchAdd macro for parsing numeric command arguments.
2009-11-06 Zachary T WelchAdd stringify macros in src/helper/types.h.
2009-10-30 Spencer Oliverbin2char: for win32 set stdin/stdout to binary mode
2009-10-21 Øyvind HarboeeCos synthetic target updates.
2009-10-19 Redirect 'Slash... corrective fix for MinGW GNU C99 printf compliance
2009-10-19 oyvindSync with official Jim Tcl repository.
2009-10-18 Redirect 'Slash... safer conversion to HANDLER on MinGW-W64
2009-10-18 Redirect 'Slash... More MinGW C99 printf compliance
2009-10-17 Redirect \"Slash... jim-eventloop for MinGW-w64
2009-10-16 David Brownellxscale: better fix for debug_handler.bin
2009-10-15 David Brownellportability updates
2009-10-14 David Brownelldoc updates to match "help" better
2009-10-13 Øyvind HarboeMissing type for eCos.
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 ('.
next