aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-11-16helper/log: improve API parameter typesZachary T Welch2-19/+16
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch2-2/+4
2009-11-16improve constness of open_file_from_pathZachary T Welch2-2/+2
2009-11-16make command line options constZachary T Welch1-1/+1
2009-11-16binarybuffer: regression fixDavid Brownell1-2/+4
2009-11-16"types.h" doxygen fixDavid Brownell1-2/+2
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch1-0/+10
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch3-6/+13
2009-11-16move container_of to types.hZachary T Welch1-0/+15
2009-11-16Add FILEIO_NONE access mode.Zachary T Welch1-0/+1
2009-11-16binarybuffer: add API documentationZachary T Welch1-3/+41
2009-11-16improve inline binarybuffer helpersZachary T Welch1-7/+8
2009-11-16improve buf_set_buf helperZachary T Welch2-5/+8
2009-11-16improve buf_set_onesZachary T Welch2-10/+11
2009-11-16improve buf_cpy helperZachary T Welch2-9/+11
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch2-39/+40
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch2-65/+67
2009-11-16binarybuffer: move variables to point of first useZachary T Welch2-28/+9
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch2-23/+18
2009-11-16target: less implicit inclusion of "command.h"David Brownell2-2/+0
2009-11-14remove unused buf_to_u32_handlerZachary T Welch2-12/+0
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch2-3/+3
2009-11-13command_t -> struct commandZachary T Welch2-26/+26
2009-11-13command_context_t -> struct command_contextZachary T Welch8-52/+52
2009-11-13jtag_tap_t -> struct jtag_tapZachary T Welch1-2/+0
2009-11-13fileio_t -> struct fileioZachary T Welch2-24/+23
2009-11-13log_callback_t -> struct log_callbackZachary T Welch2-9/+8
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch2-10/+12
2009-11-13command_handler_t: make args parameter constZachary T Welch2-5/+7
2009-11-13command_handler_t: make cmd parameter constZachary T Welch1-1/+1
2009-11-13command_handler_t: make argc unsignedZachary T Welch2-2/+2
2009-11-13add CMD_NAME macro for command handlersZachary T Welch1-0/+6
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch3-18/+11
2009-11-13add command_handler_t typeZachary T Welch2-7/+6
2009-11-13add COMMAND_HANDLER and COMMAND_HELPER macrosZachary T Welch1-0/+42
2009-11-13add command_output_handler_tZachary T Welch2-4/+10
2009-11-11improve command registrationZachary T Welch1-31/+43
2009-11-11add help regardless of callbackZachary T Welch1-2/+2
2009-11-11eliminate duplicate helptext managementZachary T Welch1-31/+30
2009-11-11add command_name helperZachary T Welch2-32/+49
2009-11-11wrap help commandZachary T Welch1-9/+17
2009-11-11script_debug(): improve typesZachary T Welch2-5/+6
2009-11-11command.c: make private routines staticZachary T Welch1-2/+4
2009-11-11log: improve log_callback_fn signatureZachary T Welch2-3/+3
2009-11-11time_support: improve use of typesZachary T Welch2-26/+15
2009-11-10tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe1-0/+2
2009-11-09command.c: make commands staticZachary T Welch1-50/+48
2009-11-09src/helper: wrap and clean headers.Zachary T Welch6-63/+95
2009-11-09User's Guide: bugfix global state infoDavid Brownell1-8/+13
2009-11-09Overhaul time support APIZachary T Welch2-27/+35