- Fixes '=' whitespace
[fw/openocd] / src / helper / jim.c
2009-06-23 zwelch- Fixes '=' whitespace
2009-06-23 zwelch- Fixes '==' whitespace
2009-06-23 zwelch- Fixes '<<' whitespace
2009-06-23 zwelch- Fixes '>>' whitespace
2009-06-23 zwelch- Fixes '<=' whitespace
2009-06-23 zwelch- Fixes '>=' whitespace
2009-06-23 zwelch- Fixes '!=' whitespace
2009-06-23 zwelch- Replace 'for(' with 'for ('.
2009-06-23 zwelch- Replace 'switch(' with 'switch ('.
2009-06-23 zwelch- Replace 'while(' with 'while ('.
2009-06-23 zwelch- Replace 'if(' with 'if ('.
2009-06-19 zwelchRemove editor preferences from source files.
2009-05-15 zwelchInitialize a more variables in jim.c to allow gcc-4...
2009-05-15 zwelchInitialize value of objPtr local variable; prevents...
2009-05-12 oharboeeCos fixes
2009-05-12 zwelchAudit and remove redundant uses of replacements.h in...
2009-05-12 zwelchAudit and reduce #include directives in jim source...
2009-05-12 zwelchDefine _GNU_SOURCE in config.h, remove definitions...
2009-05-11 zwelchUpdate jim helper files to use proper configure script...
2009-05-06 zwelchFix pointer cast alignment warnings in jim.c.
2009-05-06 zwelchAdd autoconf check to determine where environ should...
2009-05-04 kc8apfFix environ declaration for non-glibc systems
2009-05-03 oharboeBacked out change to solve Mac OS compilation problems.
2009-05-03 zwelchFix compilation when HAVE_UNISTD_H is not defined.
2009-05-03 oharboePiotr Esden-Tempski <piotr@esden.net> Mac OS X compile...
2009-05-02 oharboeZach Welch <zw@superlucidity.net> fix warnings
2009-04-30 zwelchMichael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H...
2009-04-29 zwelchRemove redundant declarations to allow building with...
2009-04-27 oharboeZach Welch <zw@superlucidity.net> wrap _GNU_SOURCE...
2009-04-21 ntfreak- remove environ warning under win32 build
2009-04-21 oharboeZach Welch <zw@superlucidity.net> fix unused return...
2008-12-28 oharboeUwe Hermann <uwe@hermann-uwe.de> One of them is fixing...
2008-12-22 oharboehttpd wip
2008-12-16 oharboesync up to latest jim tcl
2008-09-20 ntfreak- added myself to copyright on files i remember adding...
2008-09-08 oharboetypo fixed.
2008-09-08 oharboeDuane Ellis, added clock command.
2008-09-01 oharboeDuane Ellis: "target as an [tcl] object" feature.
2008-08-25 oharboesync with Jim Tcl repository.
2008-08-22 ntfreak- fix win32 build issues from previous jim patch
2008-08-19 oharboeduane ellis: (A) a new concept called "Name Value Pair...
2008-08-06 ntfreak- fix target_examine declaration
2008-07-21 oharboejim license cleanup
2008-07-20 oharboeDuane Ellis <openocd@duaneellis.com>
2008-07-17 oharboeCharles Hardin <ckhardin@gmail.com> move jim into...