aboutsummaryrefslogtreecommitdiff
path: root/src/helper
AgeCommit message (Expand)Author
2009-05-14Remove JIM_EMBEDDED symbol; not appropriate or necessary.zwelch
2009-05-13Include types.h in command.h to make stdint.h available through it.zwelch
2009-05-12move eCos type definition to types.h where it belongs. oharboe
2009-05-12Add stdint.h to types.h to provide intptr_t.zwelch
2009-05-12- fix build issue when HAVE_ELF_H is not definedntfreak
2009-05-12eCos fixesoharboe
2009-05-12Audit and remove redundant uses of replacements.h in the tree.zwelch
2009-05-12Make system.h private by including it from config.h autoheader.zwelch
2009-05-12Audit and reduce #include directives in jim source files.zwelch
2009-05-12Define _GNU_SOURCE in config.h, remove definitions from source files.zwelch
2009-05-12Remove config.h from types.h; all .c files are required to include it.zwelch
2009-05-12Include assert.h in system.h to promote tree-wide use of assertions.zwelch
2009-05-11Update jim helper files to use proper configure script support:zwelch
2009-05-11leave eCos include file issues alone for now. oharboe
2009-05-11Mark API layering violations in the helper module with @todo notes.zwelch
2009-05-11Remove redundant config.h from replacements.h, obtained from types.h.zwelch
2009-05-11Audit and eliminate redundant helper #include directives.zwelch
2009-05-11Simplify #include directives in ioutil.c, use new header checks.zwelch
2009-05-11Add --enable-malloc-logging configure option and update log.c to match.zwelch
2009-05-11Factor system #includes out of replacements.h into new system.h.zwelch
2009-05-11Finish portability support for AC_HEADER_STDBOOL configure macro.zwelch
2009-05-11Remove redundant sys/types.h #include directives (now in types.h).zwelch
2009-05-11Add configure check for sys/types.h; include in our types.h.zwelch
2009-05-10Extend autotools build to create shared library libopenocd with libtool:zwelch
2009-05-10Reverse revision 1691: all of its functionality has migrated elsewhere.zwelch
2009-05-10Revive tclapi.c from r1650:zwelch
2009-05-10Michael Bruck <mbruck@digenius.de> use more constoharboe
2009-05-09Michael Bruck <mbruck@digenius.de> use more constoharboe
2009-05-08Fix typo from hurrying the last commit. Nothing to see here.zwelch
2009-05-08Fix loadFile to return file length once again.zwelch
2009-05-08Fix warnings in ioutil.c; improves loadFile inteface.zwelch
2009-05-07Remove unreferenced tcpapi.c source file.zwelch
2009-05-06Fix pointer cast alignment warnings in jim.c.zwelch
2009-05-06Add autoconf check to determine where environ should be declared.zwelch
2009-05-06retire out_mask - not used anywhereoharboe
2009-05-05made warning about keep_alive() not being invoked more helpfuloharboe
2009-05-05remove extra newline before promptoharboe
2009-05-04Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe
2009-05-04Fix environ declaration for non-glibc systemskc8apf
2009-05-03Backed out change to solve Mac OS compilation problems.oharboe
2009-05-03Fix compilation when HAVE_UNISTD_H is not defined.zwelch
2009-05-03Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe
2009-05-02Update autotools scripts to require automake 1.6. The configure.in scriptzwelch
2009-05-02Zach Welch <zw@superlucidity.net> fix warningsoharboe
2009-04-30Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.zwelch
2009-04-29Remove redundant declarations to allow building with -Wredundant-decls.zwelch
2009-04-29Add missing header files to fix C99 compatibility.zwelch
2009-04-28- fix win32 buildntfreak
2009-04-27Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe
2009-04-22- fix win32 build after svn 1511 changesntfreak