aboutsummaryrefslogtreecommitdiff
path: root/src/helper/command.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-04Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe1-1/+1
2009-03-07Added HostOS variableduane1-0/+23
2008-12-16fix broken -c/f options where it would silently terminate for scripts that di...oharboe1-19/+18
2008-12-13- remove target specific variant and use target->variant memberntfreak1-10/+8
2008-12-10- fix illegal memory access in unregister_command functionntfreak1-11/+19
2008-11-26friendlier error messagesoharboe1-3/+6
2008-11-11Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe1-2/+11
2008-11-03Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe1-1/+1
2008-10-31Added telnet_async command to enable/disable asynchronousoharboe1-0/+13
2008-10-16sleep command now prints out target debugmsgs w/anything like usable performanceoharboe1-1/+6
2008-10-16added capture command to capture log output. Useful when wanting to capture l...oharboe1-0/+27
2008-10-09added busy sleep (for testing purposes)oharboe1-63/+81
2008-09-20- added myself to copyright on files i remember adding large contributions fo...ntfreak1-2/+2
2008-09-01Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe1-0/+3
2008-09-01Duane Ellis: "target as an [tcl] object" feature.oharboe1-3/+3
2008-08-19use alive_sleep() from sleep commandoharboe1-1/+1