aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2009-11-16helper/log: improve API parameter typesZachary T Welch
2009-11-16use Jim_CmdProc in jim_registerZachary T Welch
2009-11-16improve constness of open_file_from_pathZachary T Welch
2009-11-16make command line options constZachary T Welch
2009-11-16binarybuffer: regression fixDavid Brownell
2009-11-16"types.h" doxygen fixDavid Brownell
2009-11-16move ARRAY_SIZE macro to types.hZachary T Welch
2009-11-16rename CEIL as DIV_ROUND_UPZachary T Welch
2009-11-16move container_of to types.hZachary T Welch
2009-11-16Add FILEIO_NONE access mode.Zachary T Welch
2009-11-16binarybuffer: add API documentationZachary T Welch
2009-11-16improve inline binarybuffer helpersZachary T Welch
2009-11-16improve buf_set_buf helperZachary T Welch
2009-11-16improve buf_set_onesZachary T Welch
2009-11-16improve buf_cpy helperZachary T Welch
2009-11-16improve buf_cmp and buf_cmp_mask helpersZachary T Welch
2009-11-16improve str_to_buf and buf_to_str helpersZachary T Welch
2009-11-16binarybuffer: move variables to point of first useZachary T Welch
2009-11-16binarybuffer: fix whitespace related issuesZachary T Welch
2009-11-16target: less implicit inclusion of "command.h"David Brownell
2009-11-14remove unused buf_to_u32_handlerZachary T Welch
2009-11-14struct scan_field_s -> struct scan_fieldZachary T Welch
2009-11-13command_t -> struct commandZachary T Welch
2009-11-13command_context_t -> struct command_contextZachary T Welch
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