summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
* command_context_t -> struct command_contextZachary T Welch2009-11-131-20/+20
* command_handler_t: make cmd an indirect parameterZachary T Welch2009-11-131-7/+9
* command_handler_t: make args parameter constZachary T Welch2009-11-131-4/+6
* use COMMAND_HANDLER macro to define all commandsZachary T Welch2009-11-131-3/+2
* add command_handler_t typeZachary T Welch2009-11-131-3/+1
* add command_output_handler_tZachary T Welch2009-11-131-1/+2
* improve command registrationZachary T Welch2009-11-111-31/+43
* add help regardless of callbackZachary T Welch2009-11-111-2/+2
* eliminate duplicate helptext managementZachary T Welch2009-11-111-31/+30
* add command_name helperZachary T Welch2009-11-111-32/+39
* script_debug(): improve typesZachary T Welch2009-11-111-4/+4
* command.c: make private routines staticZachary T Welch2009-11-111-2/+4
* log: improve log_callback_fn signatureZachary T Welch2009-11-111-2/+2
* tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe2009-11-101-0/+2
* command.c: make commands staticZachary T Welch2009-11-091-50/+48
* User's Guide: bugfix global state infoDavid Brownell2009-11-091-8/+13
* David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe2009-08-301-2/+0
* Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe2009-08-241-0/+4
* Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe2009-07-171-1/+1
* try to use tabs instead of spacesoharboe2009-07-061-3/+3
* human readable error message upon invalid argumentsoharboe2009-07-061-1/+13
* Remove whitespace at end of lines, step 2.zwelch2009-06-231-1/+1
* - Replace '){' with ') {'.zwelch2009-06-231-1/+1
* Remove whitespace that occurs before ')'.zwelch2009-06-231-11/+11
* Remove whitespace that occurs after '('.zwelch2009-06-231-8/+8
* - Fixes '[<>]' whitespacezwelch2009-06-231-1/+1
* - Fixes '[|]' whitespacezwelch2009-06-231-1/+1
* - Fixes '+' whitespacezwelch2009-06-231-3/+3
* - Fixes '=' whitespacezwelch2009-06-231-20/+20
* - Fixes '==' whitespacezwelch2009-06-231-8/+8
* - Fixes '!=' whitespacezwelch2009-06-231-6/+6
* - Replace 'while(' with 'while ('.zwelch2009-06-231-4/+4
* - Replace 'if(' with 'if ('.zwelch2009-06-231-1/+1
* Ensure range errors are reported only when errno indicates one occurred.zwelch2009-06-171-2/+2
* Change parse_type macros to be sed-friendly.zwelch2009-06-171-9/+9
* Add argument parsing errors in command.h, use in parse_type routines.zwelch2009-06-171-6/+8
* Move definition of parse_type helpers to command.c:zwelch2009-06-171-0/+29
* Convert core parse_type implementations to check for underflow errors.zwelch2009-06-171-8/+12
* Add improved support for parsing signed integers.zwelch2009-06-171-0/+2
* Improve definitions of parse_ulong and parse_ullong:zwelch2009-06-171-14/+11
* David Brownell <david-b@pacbell.net>:zwelch2009-06-121-2/+18
* Simplify handle_sleep_command:zwelch2009-06-121-20/+18
* Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch2009-06-121-0/+15
* David Brownell <david-b@pacbell.net>:zwelch2009-06-111-3/+3
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* Remove unecessary(and poptentially harmful?) "" around argumentsoharboe2009-05-181-1/+1
* Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2009-05-151-3/+8
* Audit and eliminate redundant helper #include directives.zwelch2009-05-111-9/+1
* remove extra newline before promptoharboe2009-05-051-12/+15
* Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe2009-05-041-1/+1