ioutil: make the file compile on MacOS
[fw/openocd] / src / helper /
2009-12-04 David Brownelldoxygen: remove some warnings
2009-12-03 Zachary T Welchremove tertiary include paths
2009-12-03 Zachary T Welchchange #include "server.h" to <server/server.h>
2009-12-03 Zachary T Welchchange #include "target.h" to <target/target.h>
2009-12-03 Zachary T Welchchange #include "types.h" to <helper/types.h>
2009-12-03 Zachary T Welchchange #include "jim.h" to <helper/jim.h>
2009-12-03 Zachary T Welchchange #include "command.h" to <helper/command.h>
2009-12-03 Zachary T Welchallow #include directives to use module name
2009-12-02 David Brownellstubs: buildfix
2009-12-02 Zachary T Welchremove BUILD_IOUTIL symbol
2009-12-01 Øyvind Harboecommand: the Jim interpreter can now be provided rather...
2009-12-01 Zachary T Welchimprove command prohibition error report
2009-12-01 Zachary T Welchremove interp global variable!
2009-12-01 Zachary T Welchcommand output capture: do not use interp global
2009-12-01 Zachary T Welchdo not extern 'interp' from command.c
2009-12-01 Zachary T Welchmake syntax errors respond with 'usage'
2009-12-01 Zachary T Welchmove improperly located documentation
2009-12-01 Zachary T Welchimprove command_done() API and docs
2009-12-01 Zachary T Welchonly display usable commands in help
2009-11-28 Zachary T Welchremove redundant 'rm' command handler
2009-11-28 Zachary T Welchadd error checking in command_new
2009-11-28 Zachary T Welchinclude mode information in help text.
2009-11-28 Zachary T Welchrefactor command mode detection
2009-11-28 Zachary T Welchadd command private data setter/accessor
2009-11-28 Zachary T Welchadd 'command mode' introspective handler
2009-11-28 Zachary T Welchremove unknown handler
2009-11-28 Zachary T Welchimprove command handler wrapper script
2009-11-28 Zachary T Welchadd 'command type' introspective handler
2009-11-27 Zachary T Welchfix regression causing duplicated output
2009-11-25 Zachary T Welchsupport OPENOCD_DEBUG_LEVEL environment setting
2009-11-25 Zachary T Welchlog: improve initialization
2009-11-25 Zachary T Welchadd script_command_run helper
2009-11-25 Zachary T Welchencapsulate and re-use log capture, retval setup
2009-11-25 Zachary T Welchcombine help and usage command handlers
2009-11-25 Zachary T Welchimprove usage and help command output
2009-11-25 Zachary T Welchallow scripts to update usage information
2009-11-25 Zachary T Welchadd jim_handler to command_registration
2009-11-25 Zachary T Welchrefactor command_new to use command_registration
2009-11-25 Zachary T Welchlog: use register_commands()
2009-11-25 Zachary T Welchioutil: use register_commands()
2009-11-25 Zachary T Welchrewrite 'unknown' command dispatching in C
2009-11-25 Zachary T Welchadd public API for locating commands
2009-11-25 Zachary T Welchrefactor script_command context grabbing
2009-11-25 Zachary T Welchadd command registration chaining
2009-11-25 Zachary T Welchmore command registration refactoring
2009-11-25 Zachary T Welchcommand: use register_commands for handlers
2009-11-25 Zachary T Welchadd command usage, separate from help
2009-11-25 Zachary T Welchadd register_commands for batch registration
2009-11-25 Zachary T Welchadd struct command_registration
2009-11-25 Zachary T Welchuse COMMAND_REGISTER macro
2009-11-25 Zachary T Welchadd COMMAND_REGISTER macro
2009-11-25 Zachary T Welchimprove startup tcl scripts
2009-11-24 Andreas Fritiofsonimprove alloc_vprintf
2009-11-24 Andreas Fritiofsonsupport for scripts in $HOME/.openocd
2009-11-22 Øyvind Harboeembedded: reduce stack usage
2009-11-21 Andreas Fritiofsonshow script search dirs in debug log
2009-11-20 Zachary T Welchmaintain command lists in sorted order
2009-11-20 Zachary T Welchadd add_help_text command handler
2009-11-20 Zachary T Welchprovide command context during cmd_init
2009-11-20 Zachary T Welchimprove 'help' command
2009-11-20 Zachary T Welchfactor help script command into parts
2009-11-20 Zachary T Welchrefactor command registration
2009-11-20 Zachary T Welchchange command_find helper interface
2009-11-20 Zachary T Welchfactor script_command argv allocation
2009-11-18 Zachary T Welchremove fast command and jim_global_long
2009-11-18 Zachary T Welchchange all bool parsers to accept any value
2009-11-18 Zachary T Welchadd handle_command_parse_bool command helper
2009-11-18 Zachary T Welchadd COMMAND_PARSE_BOOL macro and friends
2009-11-18 Zachary T Welchpass startup_tcl to command_init
2009-11-18 Zachary T Welchsplit startup.tcl file across modules
2009-11-18 Zachary T Welchmove startup.c to libopenocd
2009-11-17 Zachary T Welchremove unused variable from run_command
2009-11-17 Zachary T Welchadd CMD_NAME variable in command_invocation
2009-11-17 Zachary T Welchadd struct command_invocation for COMMAND_HANDLER
2009-11-17 Zachary T Welchcommand_handler: change 'cmd_ctx' to CMD_CTX
2009-11-17 Zachary T Welchcommand_handler: change 'args' to CMD_ARGV
2009-11-17 Zachary T Welchcommand_handler: change to 'argc' to CMD_ARGC
2009-11-17 Zachary T Welchadd more command_handler conversion macros
2009-11-17 David BrownellARM: "armv4_5" command prefix becomes "arm"
2009-11-16 Zachary T Welchfileio: improve API types
2009-11-16 Zachary T Welchstruct fileio: improve member types
2009-11-16 Zachary T Welchhelper/log: improve API parameter types
2009-11-16 Zachary T Welchuse Jim_CmdProc in jim_register
2009-11-16 Zachary T Welchimprove constness of open_file_from_path
2009-11-16 Zachary T Welchmake command line options const
2009-11-16 David Brownellbinarybuffer: regression fix
2009-11-16 David Brownell"types.h" doxygen fix
2009-11-16 Zachary T Welchmove ARRAY_SIZE macro to types.h
2009-11-16 Zachary T Welchrename CEIL as DIV_ROUND_UP
2009-11-16 Zachary T Welchmove container_of to types.h
2009-11-16 Zachary T WelchAdd FILEIO_NONE access mode.
2009-11-16 Zachary T Welchbinarybuffer: add API documentation
2009-11-16 Zachary T Welchimprove inline binarybuffer helpers
2009-11-16 Zachary T Welchimprove buf_set_buf helper
2009-11-16 Zachary T Welchimprove buf_set_ones
2009-11-16 Zachary T Welchimprove buf_cpy helper
2009-11-16 Zachary T Welchimprove buf_cmp and buf_cmp_mask helpers
2009-11-16 Zachary T Welchimprove str_to_buf and buf_to_str helpers
2009-11-16 Zachary T Welchbinarybuffer: move variables to point of first use
2009-11-16 Zachary T Welchbinarybuffer: fix whitespace related issues
next