aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-13command_t -> struct commandZachary T Welch1-17/+17
2009-11-13command_context_t -> struct command_contextZachary T Welch1-20/+20
2009-11-13command_handler_t: make cmd an indirect parameterZachary T Welch1-7/+9
2009-11-13command_handler_t: make args parameter constZachary T Welch1-4/+6
2009-11-13use COMMAND_HANDLER macro to define all commandsZachary T Welch1-3/+2
2009-11-13add command_handler_t typeZachary T Welch1-3/+1
2009-11-13add command_output_handler_tZachary T Welch1-1/+2
2009-11-11improve command registrationZachary T Welch1-31/+43
2009-11-11add help regardless of callbackZachary T Welch1-2/+2
2009-11-11eliminate duplicate helptext managementZachary T Welch1-31/+30
2009-11-11add command_name helperZachary T Welch1-32/+39
2009-11-11script_debug(): improve typesZachary T Welch1-4/+4
2009-11-11command.c: make private routines staticZachary T Welch1-2/+4
2009-11-11log: improve log_callback_fn signatureZachary T Welch1-2/+2
2009-11-10tcl: HostOs now picks up eCos as well during compile timeØyvind Harboe1-0/+2
2009-11-09command.c: make commands staticZachary T Welch1-50/+48
2009-11-09User's Guide: bugfix global state infoDavid Brownell1-8/+13
2009-08-30David Brownell <david-b@pacbell.net> Be sure the built-in search paths always...oharboe1-2/+0
2009-08-24Steve Grubb <sgrubb@redhat.com> fix various and sundry leaksoharboe1-0/+4
2009-07-17Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixesoharboe1-1/+1
2009-07-06try to use tabs instead of spacesoharboe1-3/+3
2009-07-06human readable error message upon invalid argumentsoharboe1-1/+13
2009-06-23Remove whitespace at end of lines, step 2.zwelch1-1/+1
2009-06-23- Replace '){' with ') {'.zwelch1-1/+1
2009-06-23Remove whitespace that occurs before ')'.zwelch1-11/+11
2009-06-23Remove whitespace that occurs after '('.zwelch1-8/+8
2009-06-23- Fixes '[<>]' whitespacezwelch1-1/+1
2009-06-23- Fixes '[|]' whitespacezwelch1-1/+1
2009-06-23- Fixes '+' whitespacezwelch1-3/+3
2009-06-23- Fixes '=' whitespacezwelch1-20/+20
2009-06-23- Fixes '==' whitespacezwelch1-8/+8
2009-06-23- Fixes '!=' whitespacezwelch1-6/+6
2009-06-23- Replace 'while(' with 'while ('.zwelch1-4/+4
2009-06-23- Replace 'if(' with 'if ('.zwelch1-1/+1
2009-06-17Ensure range errors are reported only when errno indicates one occurred.zwelch1-2/+2
2009-06-17Change parse_type macros to be sed-friendly.zwelch1-9/+9
2009-06-17Add argument parsing errors in command.h, use in parse_type routines.zwelch1-6/+8
2009-06-17Move definition of parse_type helpers to command.c:zwelch1-0/+29
2009-06-17Convert core parse_type implementations to check for underflow errors.zwelch1-8/+12
2009-06-17Add improved support for parsing signed integers.zwelch1-0/+2
2009-06-17Improve definitions of parse_ulong and parse_ullong:zwelch1-14/+11
2009-06-12David Brownell <david-b@pacbell.net>:zwelch1-2/+18
2009-06-12Simplify handle_sleep_command:zwelch1-20/+18
2009-06-12Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch].zwelch1-0/+15
2009-06-11David Brownell <david-b@pacbell.net>:zwelch1-3/+3
2009-05-24David Brownell <david-b@pacbell.net>:zwelch1-1/+1
2009-05-18Remove unecessary(and poptentially harmful?) "" around argumentsoharboe1-1/+1
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe1-3/+8
2009-05-11Audit and eliminate redundant helper #include directives.zwelch1-9/+1
2009-05-05remove extra newline before promptoharboe1-12/+15