aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)AuthorFilesLines
2009-05-21fix warning. Use %p for pointersoharboe1-1/+1
2009-05-21Additional format warning fixes in ioutil, required by r1873 changes.zwelch1-2/+2
2009-05-21David Brownell <david-b@pacbell.net>: This patch adds annotations tozwelch1-3/+7
2009-05-19fix warningsoharboe1-4/+10
2009-05-18Remove unecessary(and poptentially harmful?) "" around argumentsoharboe1-1/+1
2009-05-18less weird error messages for unknown commands. Check if command exists befor...oharboe1-3/+4
2009-05-15Initialize a more variables in jim.c to allow gcc-4.4 to build.zwelch1-2/+2
2009-05-15Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.zwelch1-1/+1
2009-05-15fix -fno-common/Mac build problems. oharboe1-1/+1
2009-05-15Less wrong handling of JIM_EMBEDDED, follow Jim Tcl doc's and only use JIM_EM...oharboe2-4/+8
2009-05-15revert to 1775. 1790 causes SEGFAULT w/Cygwin.oharboe1-0/+1
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch1-1/+0
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch1-0/+2
2009-05-12move eCos type definition to types.h where it belongs. oharboe1-1/+6
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch1-0/+3
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak1-21/+29
2009-05-12eCos fixesoharboe1-0/+9
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch6-22/+8
2009-05-12Make system.h private by including it from config.h autoheader.zwelch1-1/+0
2009-05-12Audit and reduce #include directives in jim source files.zwelch2-23/+0
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch1-3/+0
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch1-4/+0
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch1-0/+1
2009-05-11Update jim helper files to use proper configure script support:zwelch3-24/+12
2009-05-11leave eCos include file issues alone for now. oharboe1-0/+2
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch2-0/+2
2009-05-11Remove redundant config.h from replacements.h, obtained from types.h.zwelch1-4/+0
2009-05-11Audit and eliminate redundant helper #include directives.zwelch11-69/+11
2009-05-11Simplify #include directives in ioutil.c, use new header checks.zwelch1-36/+27
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch1-5/+8
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch3-30/+79
2009-05-11Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch1-1/+6
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch3-4/+0
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch1-0/+4
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch1-5/+5
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch3-543/+1
2009-05-10Revive tclapi.c from r1650:zwelch3-1/+545
2009-05-10Michael Bruck <mbruck@digenius.de> use more constoharboe2-11/+9
2009-05-09Michael Bruck <mbruck@digenius.de> use more constoharboe2-11/+11
2009-05-08Fix typo from hurrying the last commit. Nothing to see here.zwelch1-1/+1
2009-05-08Fix loadFile to return file length once again.zwelch1-5/+9
2009-05-08Fix warnings in ioutil.c; improves loadFile inteface.zwelch1-12/+14
2009-05-07Remove unreferenced tcpapi.c source file.zwelch1-534/+0
2009-05-06Fix pointer cast alignment warnings in jim.c.zwelch1-8/+17
2009-05-06Add autoconf check to determine where environ should be declared.zwelch1-1/+1
2009-05-06retire out_mask - not used anywhereoharboe1-1/+0
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe1-1/+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-05-04Fix environ declaration for non-glibc systemskc8apf1-1/+1