summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
* David Brownell <david-b@pacbell.net>:zwelch2009-05-241-1/+1
* delete unused codeoharboe2009-05-211-26/+0
* fix warning. Use %p for pointersoharboe2009-05-211-1/+1
* Additional format warning fixes in ioutil, required by r1873 changes.zwelch2009-05-211-2/+2
* David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch2009-05-211-3/+7
* fix warningsoharboe2009-05-191-4/+10
* Remove unecessary(and poptentially harmful?) "" around argumentsoharboe2009-05-181-1/+1
* less weird error messages for unknown commands. Check if command exists befor...oharboe2009-05-181-3/+4
* Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch2009-05-151-2/+2
* Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch2009-05-151-1/+1
* fix -fno-common/Mac build problems. oharboe2009-05-151-1/+1
* Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2009-05-152-4/+8
* revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe2009-05-151-0/+1
* Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch2009-05-141-1/+0
* Include types.h in command.h to make stdint.h available through it.zwelch2009-05-131-0/+2
* move eCos type definition to types.h where it belongs. oharboe2009-05-121-1/+6
* Add stdint.h to types.h to provide intptr_t.zwelch2009-05-121-0/+3
* - fix build issue when HAVE_ELF_H is not definedntfreak2009-05-121-21/+29
* eCos fixesoharboe2009-05-121-0/+9
* Audit and remove redundant uses of replacements.h in the tree.zwelch2009-05-126-22/+8
* Make system.h private by including it from config.h autoheader.zwelch2009-05-121-1/+0
* Audit and reduce #include directives in jim source files.zwelch2009-05-122-23/+0
* Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch2009-05-121-3/+0
* Remove config.h from types.h; all .c files are required to include it.zwelch2009-05-121-4/+0
* Include assert.h in system.h to promote tree-wide use of assertions.zwelch2009-05-121-0/+1
* Update jim helper files to use proper configure script support:zwelch2009-05-113-24/+12
* leave eCos include file issues alone for now. oharboe2009-05-111-0/+2
* Mark API layering violations in the helper module with @todo notes.zwelch2009-05-112-0/+2
* Remove redundant config.h from replacements.h, obtained from types.h.zwelch2009-05-111-4/+0
* Audit and eliminate redundant helper #include directives.zwelch2009-05-1111-69/+11
* Simplify #include directives in ioutil.c, use new header checks.zwelch2009-05-111-36/+27
* Add --enable-malloc-logging configure option and update log.c to match.zwelch2009-05-111-5/+8
* Factor system #includes out of replacements.h into new system.h.zwelch2009-05-113-30/+79
* Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch2009-05-111-1/+6
* Remove redundant sys/types.h #include directives (now in types.h).zwelch2009-05-113-4/+0
* Add configure check for sys/types.h; include in our types.h.zwelch2009-05-111-0/+4
* Extend autotools build to create shared library libopenocd with libtool:zwelch2009-05-101-5/+5
* Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch2009-05-103-543/+1
* Revive tclapi.c from r1650:zwelch2009-05-103-1/+545
* Michael Bruck <mbruck@digenius.de> use more constoharboe2009-05-102-11/+9
* Michael Bruck <mbruck@digenius.de> use more constoharboe2009-05-092-11/+11
* Fix typo from hurrying the last commit. Nothing to see here.zwelch2009-05-081-1/+1
* Fix loadFile to return file length once again.zwelch2009-05-081-5/+9
* Fix warnings in ioutil.c; improves loadFile inteface.zwelch2009-05-081-12/+14
* Remove unreferenced tcpapi.c source file.zwelch2009-05-071-534/+0
* Fix pointer cast alignment warnings in jim.c.zwelch2009-05-061-8/+17
* Add autoconf check to determine where environ should be declared.zwelch2009-05-061-1/+1
* retire out_mask - not used anywhereoharboe2009-05-061-1/+0
* made warning about keep_alive() not being invoked more helpfuloharboe2009-05-051-1/+1
* remove extra newline before promptoharboe2009-05-051-12/+15