summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* rename CEIL as DIV_ROUND_UPZachary T Welch2009-11-163-6/+13
* move container_of to types.hZachary T Welch2009-11-161-0/+15
* Add FILEIO_NONE access mode.Zachary T Welch2009-11-161-0/+1
* binarybuffer: add API documentationZachary T Welch2009-11-161-3/+41
* improve inline binarybuffer helpersZachary T Welch2009-11-161-7/+8
* improve buf_set_buf helperZachary T Welch2009-11-162-5/+8
* improve buf_set_onesZachary T Welch2009-11-162-10/+11
* improve buf_cpy helperZachary T Welch2009-11-162-9/+11
* improve buf_cmp and buf_cmp_mask helpersZachary T Welch2009-11-162-39/+40
* improve str_to_buf and buf_to_str helpersZachary T Welch2009-11-162-65/+67
* binarybuffer: move variables to point of first useZachary T Welch2009-11-162-28/+9
* binarybuffer: fix whitespace related issuesZachary T Welch2009-11-162-23/+18
* target: less implicit inclusion of "command.h"David Brownell2009-11-162-2/+0
* remove unused buf_to_u32_handlerZachary T Welch2009-11-142-12/+0
* struct scan_field_s -> struct scan_fieldZachary T Welch2009-11-142-3/+3
* command_t -> struct commandZachary T Welch2009-11-132-26/+26
* 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