112 Commits (8b994145b849c40b0a195c3fb332b9770b2f9097)

Author SHA1 Message Date
  oharboe 8b994145b8 Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes 15 years ago
  oharboe 5fe4500e50 try to use tabs instead of spaces 15 years ago
  oharboe fca8cddc26 human readable error message upon invalid arguments 15 years ago
  zwelch c97caebccd Remove whitespace at end of lines, step 2. 15 years ago
  zwelch c493543fc9 - Replace '){' with ') {'. 15 years ago
  zwelch dc575dc5bf Remove whitespace that occurs before ')'. 15 years ago
  zwelch f90d8fa45f Remove whitespace that occurs after '('. 15 years ago
  zwelch 6d1d58a1fc - Fixes '[<>]' whitespace 15 years ago
  zwelch fb1a9b2cb2 - Fixes '[|]' whitespace 15 years ago
  zwelch 8959de9f67 - Fixes '+' whitespace 15 years ago
  zwelch 84df52f9ea - Fixes '=' whitespace 15 years ago
  zwelch 3813fda44a - Fixes '==' whitespace 15 years ago
  zwelch 53d605e12c - Fixes '!=' whitespace 15 years ago
  zwelch 50c086ffb9 - Replace 'while(' with 'while ('. 15 years ago
  zwelch e43979e702 - Replace 'if(' with 'if ('. 15 years ago
  zwelch 2d0afa36a8 Ensure range errors are reported only when errno indicates one occurred. 15 years ago
  zwelch c0f4495d5e Change parse_type macros to be sed-friendly. 15 years ago
  zwelch d579befc07 Add argument parsing errors in command.h, use in parse_type routines. 15 years ago
  zwelch 0e28997989 Move definition of parse_type helpers to command.c: 15 years ago
  zwelch 06a1bb335e Convert core parse_type implementations to check for underflow errors. 15 years ago
  zwelch a830197f59 Add improved support for parsing signed integers. 15 years ago
  zwelch 8b16068941 Improve definitions of parse_ulong and parse_ullong: 15 years ago
  zwelch cdd8f23b9b David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 5af1bdcff4 Simplify handle_sleep_command: 15 years ago
  zwelch 5c123481a1 Add new parse_uinttype wrappers for strtoul in src/helper/command.[ch]. 15 years ago
  zwelch 5bb0f1d29a David Brownell <david-b@pacbell.net>: 15 years ago
  zwelch 2e55b68360 David Brownell <david-b@pacbell.net>: 15 years ago
  oharboe a8daf2251d Remove unecessary(and poptentially harmful?) "" around arguments 15 years ago
  oharboe 4dcd58724a Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EMBEDDED in a single .c file. Still broken w/-fno-common(i.e. Mac OS). 15 years ago
  zwelch 8a5b25790f Audit and eliminate redundant helper #include directives. 15 years ago
  oharboe a83583e926 remove extra newline before prompt 15 years ago
  oharboe 1f378efbf0 Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsigned comparison by casting the local unsigned variable as (long long). 15 years ago
  duane 7a731eb637 Added HostOS variable 15 years ago
  oharboe 498c87bf02 fix broken -c/f options where it would silently terminate for scripts that did not set the return value. 15 years ago
  ntfreak 0cba0d4df3 - remove target specific variant and use target->variant member 15 years ago
  ntfreak 00b3eb5fed - fix illegal memory access in unregister_command function 15 years ago
  oharboe 6e2e706d7e friendlier error messages 15 years ago
  oharboe ded28546f8 Fixes (more or less) random SEGFAULT upon invoking script_command(). 15 years ago
  oharboe 199ebae564 Rick Altherr <kc8apf@kc8apf.net> - fix warnings 15 years ago
  oharboe c2120ba28a Added telnet_async command to enable/disable asynchronous 15 years ago
  oharboe 358b472ab8 sleep command now prints out target debugmsgs w/anything like usable performance 15 years ago
  oharboe cd9e0e3115 added capture command to capture log output. Useful when wanting to capture log output from tcl procedures that invoke openocd commands 15 years ago
  oharboe d798871a99 added busy sleep (for testing purposes) 15 years ago
  ntfreak 68c598e88d - added myself to copyright on files i remember adding large contributions for over the years 15 years ago
  oharboe a5c4ef92b0 Duane Ellis has made highly non-trivial changes to both the target handling and command system. 15 years ago
  oharboe ef1cfb2394 Duane Ellis: "target as an [tcl] object" feature. 15 years ago
  oharboe 000f17c137 use alive_sleep() from sleep command 15 years ago
  oharboe 835cfb82c9 Johannes Stezenbach <js@sig21.net> fix warnings 15 years ago
  oharboe 1ee637287e fix error output a bit: do not repeat output printed during execution in case of error. 16 years ago
  oharboe 7e02ebfd62 place event loop inside #ifdef JIM_EMBEDDED. 16 years ago