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