| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | make syntax errors respond with 'usage' | Zachary T Welch | 2009-11-30 | 2 | -4/+4 |
| * | move improperly located documentation | Zachary T Welch | 2009-11-30 | 1 | -15/+17 |
| * | improve command_done() API and docs | Zachary T Welch | 2009-11-30 | 2 | -6/+19 |
| * | only display usable commands in help | Zachary T Welch | 2009-11-30 | 1 | -0/+3 |
| * | remove redundant 'rm' command handler | Zachary T Welch | 2009-11-28 | 1 | -27/+0 |
| * | add error checking in command_new | Zachary T Welch | 2009-11-28 | 1 | -20/+30 |
| * | include mode information in help text. | Zachary T Welch | 2009-11-28 | 1 | -3/+27 |
| * | refactor command mode detection | Zachary T Welch | 2009-11-28 | 1 | -2/+7 |
| * | add command private data setter/accessor | Zachary T Welch | 2009-11-28 | 2 | -0/+31 |
| * | add 'command mode' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+39 |
| * | remove unknown handler | Zachary T Welch | 2009-11-28 | 2 | -36/+38 |
| * | improve command handler wrapper script | Zachary T Welch | 2009-11-28 | 2 | -3/+26 |
| * | add 'command type' introspective handler | Zachary T Welch | 2009-11-28 | 1 | -0/+43 |
| * | fix regression causing duplicated output | Zachary T Welch | 2009-11-27 | 1 | -13/+28 |
| * | support OPENOCD_DEBUG_LEVEL environment setting | Zachary T Welch | 2009-11-25 | 1 | -0/+13 |
| * | log: improve initialization | Zachary T Welch | 2009-11-25 | 2 | -9/+7 |
| * | add script_command_run helper | Zachary T Welch | 2009-11-25 | 1 | -26/+19 |
| * | encapsulate and re-use log capture, retval setup | Zachary T Welch | 2009-11-25 | 1 | -49/+43 |
| * | combine help and usage command handlers | Zachary T Welch | 2009-11-25 | 1 | -20/+8 |
| * | improve usage and help command output | Zachary T Welch | 2009-11-24 | 2 | -44/+38 |
| * | allow scripts to update usage information | Zachary T Welch | 2009-11-24 | 2 | -7/+36 |
| * | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 3 | -41/+68 |
| * | refactor command_new to use command_registration | Zachary T Welch | 2009-11-24 | 1 | -12/+10 |
| * | log: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -5/+19 |
| * | ioutil: use register_commands() | Zachary T Welch | 2009-11-24 | 1 | -17/+45 |
| * | 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 |
