summaryrefslogtreecommitdiff
path: root/src/helper/command.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added HostOS variableduane2009-03-071-0/+23
* fix broken -c/f options where it would silently terminate for scripts that di...oharboe2008-12-161-19/+18
* - remove target specific variant and use target->variant memberntfreak2008-12-131-10/+8
* - fix illegal memory access in unregister_command functionntfreak2008-12-101-11/+19
* friendlier error messagesoharboe2008-11-261-3/+6
* Fixes (more or less) random SEGFAULT upon invoking script_command().oharboe2008-11-111-2/+11
* Rick Altherr <kc8apf@kc8apf.net> - fix warningsoharboe2008-11-031-1/+1
* Added telnet_async command to enable/disable asynchronousoharboe2008-10-311-0/+13
* sleep command now prints out target debugmsgs w/anything like usable performanceoharboe2008-10-161-1/+6
* added capture command to capture log output. Useful when wanting to capture l...oharboe2008-10-161-0/+27
* added busy sleep (for testing purposes)oharboe2008-10-091-63/+81
* - added myself to copyright on files i remember adding large contributions fo...ntfreak2008-09-201-2/+2
* Duane Ellis has made highly non-trivial changes to both the target handling a...oharboe2008-09-011-0/+3
* Duane Ellis: "target as an [tcl] object" feature.oharboe2008-09-011-3/+3
* use alive_sleep() from sleep commandoharboe2008-08-191-1/+1
* Johannes Stezenbach <js@sig21.net> fix warningsoharboe2008-08-181-1/+1
* fix error output a bit: do not repeat output printed during execution in case...oharboe2008-08-111-1/+1
* place event loop inside #ifdef JIM_EMBEDDED. oharboe2008-08-111-1/+4
* David Kuehling <dvdkhlng@gmx.de> - added jim-eventloop.coharboe2008-08-071-0/+15