| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | User's Guide: bugfix global state info | David Brownell | 2009-11-09 | 1 | -8/+13 |
* | David Brownell <david-b@pacbell.net> Be sure the built-in search paths always... | oharboe | 2009-08-30 | 1 | -2/+0 |
* | Steve Grubb <sgrubb@redhat.com> fix various and sundry leaks | oharboe | 2009-08-24 | 1 | -0/+4 |
* | Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes | oharboe | 2009-07-17 | 1 | -1/+1 |
* | try to use tabs instead of spaces | oharboe | 2009-07-06 | 1 | -3/+3 |
* | human readable error message upon invalid arguments | oharboe | 2009-07-06 | 1 | -1/+13 |
* | Remove whitespace at end of lines, step 2. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Replace '){' with ') {'. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Remove whitespace that occurs before ')'. | zwelch | 2009-06-23 | 1 | -11/+11 |
* | Remove whitespace that occurs after '('. | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Fixes '[<>]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '[|]' whitespace | zwelch | 2009-06-23 | 1 | -1/+1 |
* | - Fixes '+' whitespace | zwelch | 2009-06-23 | 1 | -3/+3 |
* | - Fixes '=' whitespace | zwelch | 2009-06-23 | 1 | -20/+20 |
* | - Fixes '==' whitespace | zwelch | 2009-06-23 | 1 | -8/+8 |
* | - Fixes '!=' whitespace | zwelch | 2009-06-23 | 1 | -6/+6 |
* | - Replace 'while(' with 'while ('. | zwelch | 2009-06-23 | 1 | -4/+4 |
* | - Replace 'if(' with 'if ('. | zwelch | 2009-06-23 | 1 | -1/+1 |
* | Ensure range errors are reported only when errno indicates one occurred. | zwelch | 2009-06-17 | 1 | -2/+2 |
* | Change parse_type macros to be sed-friendly. | zwelch | 2009-06-17 | 1 | -9/+9 |
* | Add argument parsing errors in command.h, use in parse_type routines. | zwelch | 2009-06-17 | 1 | -6/+8 |
* | Move definition of parse_type helpers to command.c: | zwelch | 2009-06-17 | 1 | -0/+29 |
* | Convert core parse_type implementations to check for underflow errors. | zwelch | 2009-06-17 | 1 | -8/+12 |
* | Add improved support for parsing signed integers. | zwelch | 2009-06-17 | 1 | -0/+2 |