| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rewrite 'unknown' command dispatching in C | Zachary T Welch | 2009-11-24 | 2 | -17/+65 |
| * | add public API for locating commands | Zachary T Welch | 2009-11-24 | 2 | -0/+15 |
| * | refactor script_command context grabbing | Zachary T Welch | 2009-11-24 | 1 | -12/+16 |
| * | add command registration chaining | Zachary T Welch | 2009-11-24 | 2 | -8/+37 |
| * | more command registration refactoring | Zachary T Welch | 2009-11-24 | 1 | -16/+38 |
| * | command: use register_commands for handlers | Zachary T Welch | 2009-11-24 | 1 | -17/+34 |
| * | add command usage, separate from help | Zachary T Welch | 2009-11-24 | 2 | -14/+52 |
| * | add register_commands for batch registration | Zachary T Welch | 2009-11-24 | 2 | -0/+36 |
| * | add struct command_registration | Zachary T Welch | 2009-11-24 | 2 | -23/+45 |
| * | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 3 | -11/+11 |
| * | add COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -0/+4 |
| * | improve startup tcl scripts | Zachary T Welch | 2009-11-24 | 1 | -4/+0 |
| * | improve alloc_vprintf | Andreas Fritiofson | 2009-11-24 | 1 | -27/+16 |
| * | support for scripts in $HOME/.openocd | Andreas Fritiofson | 2009-11-24 | 1 | -1/+16 |
| * | embedded: reduce stack usage | Øyvind Harboe | 2009-11-22 | 1 | -4/+9 |
| * | show script search dirs in debug log | Andreas Fritiofson | 2009-11-21 | 1 | -0/+2 |
| * | maintain command lists in sorted order | Zachary T Welch | 2009-11-20 | 1 | -7/+17 |
| * | add add_help_text command handler | Zachary T Welch | 2009-11-20 | 2 | -44/+67 |
| * | provide command context during cmd_init | Zachary T Welch | 2009-11-20 | 1 | -0/+2 |
| * | improve 'help' command | Zachary T Welch | 2009-11-20 | 3 | -20/+55 |
| * | factor help script command into parts | Zachary T Welch | 2009-11-20 | 1 | -28/+34 |
| * | refactor command registration | Zachary T Welch | 2009-11-20 | 2 | -82/+117 |
| * | change command_find helper interface | Zachary T Welch | 2009-11-20 | 1 | -4/+3 |
| * | factor script_command argv allocation | Zachary T Welch | 2009-11-20 | 1 | -27/+38 |
| * | remove fast command and jim_global_long | Zachary T Welch | 2009-11-18 | 2 | -33/+0 |
| * | change all bool parsers to accept any value | Zachary T Welch | 2009-11-18 | 2 | -6/+5 |
| * | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 2 | -6/+59 |
| * | add COMMAND_PARSE_BOOL macro and friends | Zachary T Welch | 2009-11-18 | 1 | -0/+28 |
| * | pass startup_tcl to command_init | Zachary T Welch | 2009-11-18 | 2 | -3/+5 |
| * | split startup.tcl file across modules | Zachary T Welch | 2009-11-18 | 2 | -230/+3 |
| * | move startup.c to libopenocd | Zachary T Welch | 2009-11-18 | 1 | -9/+2 |
| * | remove unused variable from run_command | Zachary T Welch | 2009-11-17 | 1 | -3/+2 |
| * | add CMD_NAME variable in command_invocation | Zachary T Welch | 2009-11-17 | 2 | -8/+9 |
| * | add struct command_invocation for COMMAND_HANDLER | Zachary T Welch | 2009-11-17 | 2 | -9/+21 |
| * | command_handler: change 'cmd_ctx' to CMD_CTX | Zachary T Welch | 2009-11-17 | 3 | -15/+15 |
| * | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 3 | -16/+16 |
| * | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 3 | -15/+15 |
| * | add more command_handler conversion macros | Zachary T Welch | 2009-11-17 | 1 | -1/+16 |
| * | ARM: "armv4_5" command prefix becomes "arm" | David Brownell | 2009-11-16 | 1 | -0/+9 |
| * | fileio: improve API types | Zachary T Welch | 2009-11-16 | 2 | -37/+36 |
| * | struct fileio: improve member types | Zachary T Welch | 2009-11-16 | 2 | -3/+3 |
| * | helper/log: improve API parameter types | Zachary T Welch | 2009-11-16 | 2 | -19/+16 |
| * | use Jim_CmdProc in jim_register | Zachary T Welch | 2009-11-16 | 2 | -2/+4 |
| * | improve constness of open_file_from_path | Zachary T Welch | 2009-11-16 | 2 | -2/+2 |
| * | make command line options const | Zachary T Welch | 2009-11-16 | 1 | -1/+1 |
| * | binarybuffer: regression fix | David Brownell | 2009-11-16 | 1 | -2/+4 |
| * | "types.h" doxygen fix | David Brownell | 2009-11-16 | 1 | -2/+2 |
| * | move ARRAY_SIZE macro to types.h | Zachary T Welch | 2009-11-16 | 1 | -0/+10 |
| * | rename CEIL as DIV_ROUND_UP | Zachary T Welch | 2009-11-16 | 3 | -6/+13 |
| * | move container_of to types.h | Zachary T Welch | 2009-11-16 | 1 | -0/+15 |
