aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2009-11-21show script search dirs in debug logAndreas Fritiofson
2009-11-20maintain command lists in sorted orderZachary T Welch
2009-11-20add add_help_text command handlerZachary T Welch
2009-11-20provide command context during cmd_initZachary T Welch
2009-11-20improve 'help' commandZachary T Welch
2009-11-20factor help script command into partsZachary T Welch
2009-11-20refactor command registrationZachary T Welch
2009-11-20change command_find helper interfaceZachary T Welch
2009-11-20factor script_command argv allocationZachary T Welch
2009-11-18remove fast command and jim_global_longZachary T Welch
2009-11-18change all bool parsers to accept any valueZachary T Welch
2009-11-18add handle_command_parse_bool command helperZachary T Welch
2009-11-18add COMMAND_PARSE_BOOL macro and friendsZachary T Welch
2009-11-18pass startup_tcl to command_initZachary T Welch
2009-11-18split startup.tcl file across modulesZachary T Welch
2009-11-18move startup.c to libopenocdZachary T Welch
2009-11-17remove unused variable from run_commandZachary T Welch
2009-11-17add CMD_NAME variable in command_invocationZachary T Welch
2009-11-17add struct command_invocation for COMMAND_HANDLERZachary T Welch
2009-11-17command_handler: change 'cmd_ctx' to CMD_CTXZachary T Welch
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch
2009-11-17add more command_handler conversion macrosZachary T Welch
2009-11-16ARM: "armv4_5" command prefix becomes "arm"David Brownell
2009-11-16fileio: improve API typesZachary T Welch
2009-11-16struct fileio: improve member typesZachary T Welch
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