summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* command_context_t -> struct command_contextZachary T Welch2009-11-138-52/+52
* jtag_tap_t -> struct jtag_tapZachary T Welch2009-11-131-2/+0
* fileio_t -> struct fileioZachary T Welch2009-11-132-24/+23
* log_callback_t -> struct log_callbackZachary T Welch2009-11-132-9/+8
* command_handler_t: make cmd an indirect parameterZachary T Welch2009-11-132-10/+12
* command_handler_t: make args parameter constZachary T Welch2009-11-132-5/+7
* command_handler_t: make cmd parameter constZachary T Welch2009-11-131-1/+1
* command_handler_t: make argc unsignedZachary T Welch2009-11-132-2/+2
* add CMD_NAME macro for command handlersZachary T Welch2009-11-131-0/+6
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-133-18/+11
* add command_handler_t typeZachary T Welch2009-11-132-7/+6
* add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch2009-11-131-0/+42
* add command_output_handler_tZachary T Welch2009-11-132-4/+10
* improve command registrationZachary T Welch2009-11-111-31/+43
* add help regardless of callbackZachary T Welch2009-11-111-2/+2
* eliminate duplicate helptext managementZachary T Welch2009-11-111-31/+30
* add command_name helperZachary T Welch2009-11-112-32/+49
* wrap help commandZachary T Welch2009-11-111-9/+17
* script_debug(): improve typesZachary T Welch2009-11-112-5/+6
* command.c: make private routines staticZachary T Welch2009-11-111-2/+4
* log: improve log_callback_fn signatureZachary T Welch2009-11-112-3/+3
* time_support: improve use of typesZachary T Welch2009-11-112-26/+15
* tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe2009-11-101-0/+2
* command.c: make commands staticZachary T Welch2009-11-091-50/+48
* src/helper: wrap and clean headers.Zachary T Welch2009-11-096-63/+95
* User's Guide: bugfix global state infoDavid Brownell2009-11-091-8/+13
* Overhaul time support APIZachary T Welch2009-11-092-27/+35
* Improve debug_level command argument parsing.Zachary T Welch2009-11-051-3/+1
* Add macro for parsing numeric command arguments.Zachary T Welch2009-11-051-0/+21
* Add stringify macros in src/helper/types.h.Zachary T Welch2009-11-051-0/+4
* bin2char: for win32 set stdin/stdout to binary modeSpencer Oliver2009-10-301-0/+10
* eCos synthetic target updates.Øyvind Harboe2009-10-211-2/+11
* corrective fix for MinGW GNU C99 printf complianceRedirect 'Slash' NIL2009-10-192-6/+8
* Sync with official Jim Tcl repository.oyvind2009-10-193-4/+6
* safer conversion to HANDLER on MinGW-W64Redirect 'Slash' NIL2009-10-171-2/+2
* More MinGW C99 printf complianceRedirect 'Slash' NIL2009-10-172-5/+21
* jim-eventloop for MinGW-w64Redirect \"Slash\" NIL2009-10-172-2/+2
* xscale: better fix for debug_handler.binDavid Brownell2009-10-161-3/+7
* portability updatesDavid Brownell2009-10-141-3/+3
* doc updates to match "help" betterDavid Brownell2009-10-141-52/+5
* Missing type for eCos.Øyvind Harboe2009-10-131-0/+1
* add overridable Tcl "init_reset"David Brownell2009-10-081-8/+22
* Update copyright statements. Make it easier to sync with Jim TclØyvind Harboe2009-10-081-1/+4
* Introduced jtag_init and "jtag arp_init" to allow target scripts more control...oharboe2009-10-061-0/+10
* Updates to the initial scanchain validation code:dbrownell2009-09-261-1/+1
* Try/catch scheme. Typed up the functionality and regression tested.oharboe2009-09-252-9/+100
* Start handling the (second) SRST stage of reset better:dbrownell2009-09-231-6/+11
* Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why theseoharboe2009-09-231-16/+16
* Remove annoying end-of-line whitespace from most src/*dbrownell2009-09-212-22/+22
* Tweak TCL reset script ... mostly improving descriptions ofdbrownell2009-09-181-12/+27