aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch
2009-11-13fileio_t -> struct fileioZachary T Welch
2009-11-13log_callback_t -> struct log_callbackZachary T Welch
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch
2009-11-13command_handler_t: make args parameter constZachary T Welch
2009-11-13command_handler_t: make cmd parameter constZachary T Welch
2009-11-13command_handler_t: make argc unsignedZachary T Welch
2009-11-13add CMD_NAME macro for command handlersZachary T Welch
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch
2009-11-13add command_handler_t typeZachary T Welch
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch
2009-11-13add command_output_handler_tZachary T Welch
2009-11-11improve command registrationZachary T Welch
2009-11-11add help regardless of callbackZachary T Welch
2009-11-11eliminate duplicate helptext managementZachary T Welch
2009-11-11add command_name helperZachary T Welch
2009-11-11wrap help commandZachary T Welch
2009-11-11script_debug(): improve typesZachary T Welch
2009-11-11command.c: make private routines staticZachary T Welch
2009-11-11log: improve log_callback_fn signatureZachary T Welch
2009-11-11time_support: improve use of typesZachary T Welch
2009-11-10tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe
2009-11-09command.c: make commands staticZachary T Welch
2009-11-09src/helper: wrap and clean headers.Zachary T Welch
2009-11-09User's Guide: bugfix global state infoDavid Brownell
2009-11-09Overhaul time support APIZachary T Welch
2009-11-05Improve debug_level command argument parsing.Zachary T Welch
2009-11-05Add macro for parsing numeric command arguments.Zachary T Welch
2009-11-05Add stringify macros in src/helper/types.h.Zachary T Welch
2009-10-30bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver
2009-10-21eCos synthetic target updates.Øyvind Harboe
2009-10-19corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL
2009-10-19Sync with official Jim Tcl repository.oyvind
2009-10-17safer conversion to HANDLER on MinGW-W64Redirect 'Slash' NIL
2009-10-17More MinGW C99 printf complianceRedirect 'Slash' NIL
2009-10-17jim-eventloop for MinGW-w64Redirect \"Slash\" NIL
2009-10-16xscale: better fix for debug_handler.binDavid Brownell
2009-10-14portability updatesDavid Brownell
2009-10-14doc updates to match "help" betterDavid Brownell
2009-10-13Missing type for eCos.Øyvind Harboe
2009-10-08add overridable Tcl "init_reset"David Brownell
2009-10-08Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe
2009-10-06Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe
2009-09-26Updates to the initial scanchain validation code:dbrownell
2009-09-25Try/catch scheme. Typed up the functionality and regression tested.oharboe
2009-09-23Start handling the (second) SRST stage of reset better:dbrownell
2009-09-23Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe
2009-09-21Remove annoying end-of-line whitespace from most src/*dbrownell
2009-09-18Tweak TCL reset script ... mostly improving descriptions ofdbrownell
2009-09-17Fix coredump seen in some code paths.dbrownell