| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -10/+38 |
* | allow scripts to update usage information | Zachary T Welch | 2009-11-24 | 1 | -4/+32 |
* | add jim_handler to command_registration | Zachary T Welch | 2009-11-24 | 1 | -20/+22 |
* | refactor command_new to use command_registration | Zachary T Welch | 2009-11-24 | 1 | -12/+10 |
* | rewrite 'unknown' command dispatching in C | Zachary T Welch | 2009-11-24 | 1 | -0/+65 |
* | add public API for locating commands | Zachary T Welch | 2009-11-24 | 1 | -0/+10 |
* | refactor script_command context grabbing | Zachary T Welch | 2009-11-24 | 1 | -12/+16 |
* | add command registration chaining | Zachary T Welch | 2009-11-24 | 1 | -6/+24 |
* | 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 | 1 | -14/+49 |
* | add register_commands for batch registration | Zachary T Welch | 2009-11-24 | 1 | -0/+17 |
* | add struct command_registration | Zachary T Welch | 2009-11-24 | 1 | -7/+10 |
* | use COMMAND_REGISTER macro | Zachary T Welch | 2009-11-24 | 1 | -3/+3 |
* | 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 | 1 | -29/+66 |
* | provide command context during cmd_init | Zachary T Welch | 2009-11-20 | 1 | -0/+2 |
* | improve 'help' command | Zachary T Welch | 2009-11-20 | 1 | -2/+54 |
* | refactor command registration | Zachary T Welch | 2009-11-20 | 1 | -77/+71 |
* | 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 | 1 | -29/+0 |
* | change all bool parsers to accept any value | Zachary T Welch | 2009-11-18 | 1 | -3/+3 |
* | add handle_command_parse_bool command helper | Zachary T Welch | 2009-11-18 | 1 | -0/+50 |
* | pass startup_tcl to command_init | Zachary T Welch | 2009-11-18 | 1 | -2/+1 |
* | 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 | 1 | -7/+7 |
* | add struct command_invocation for COMMAND_HANDLER | Zachary T Welch | 2009-11-17 | 1 | -3/+6 |
* | command_handler: change 'args' to CMD_ARGV | Zachary T Welch | 2009-11-17 | 1 | -4/+4 |
* | command_handler: change to 'argc' to CMD_ARGC | Zachary T Welch | 2009-11-17 | 1 | -3/+3 |
* | use Jim_CmdProc in jim_register | Zachary T Welch | 2009-11-16 | 1 | -1/+2 |
* | command_t -> struct command | Zachary T Welch | 2009-11-13 | 1 | -17/+17 |
* | command_context_t -> struct command_context | Zachary T Welch | 2009-11-13 | 1 | -20/+20 |
* | command_handler_t: make cmd an indirect parameter | Zachary T Welch | 2009-11-13 | 1 | -7/+9 |
* | command_handler_t: make args parameter const | Zachary T Welch | 2009-11-13 | 1 | -4/+6 |
* | use COMMAND_HANDLER macro to define all commands | Zachary T Welch | 2009-11-13 | 1 | -3/+2 |
* | add command_handler_t type | Zachary T Welch | 2009-11-13 | 1 | -3/+1 |
* | add command_output_handler_t | Zachary T Welch | 2009-11-13 | 1 | -1/+2 |
* | improve command registration | Zachary T Welch | 2009-11-11 | 1 | -31/+43 |
* | add help regardless of callback | Zachary T Welch | 2009-11-11 | 1 | -2/+2 |
* | eliminate duplicate helptext management | Zachary T Welch | 2009-11-11 | 1 | -31/+30 |
* | add command_name helper | Zachary T Welch | 2009-11-11 | 1 | -32/+39 |
* | script_debug(): improve types | Zachary T Welch | 2009-11-11 | 1 | -4/+4 |
* | command.c: make private routines static | Zachary T Welch | 2009-11-11 | 1 | -2/+4 |
* | log: improve log_callback_fn signature | Zachary T Welch | 2009-11-11 | 1 | -2/+2 |
* | tcl: HostOs now picks up eCos as well during compile time | Øyvind Harboe | 2009-11-10 | 1 | -0/+2 |
* | command.c: make commands static | Zachary T Welch | 2009-11-09 | 1 | -50/+48 |