summaryrefslogtreecommitdiff
path: root/src/helper
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Mariano Alvira <mar@devl.org> fixes warning as error about a signed vs. unsig...oharboe2009-05-041-1/+1
* Fix environ declaration for non-glibc systemskc8apf2009-05-041-1/+1
* Backed out change to solve Mac OS compilation problems.oharboe2009-05-031-1/+1
* Fix compilation when HAVE_UNISTD_H is not defined.zwelch2009-05-031-1/+1
* Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixesoharboe2009-05-031-1/+1
* Update autotools scripts to require automake 1.6. The configure.in scriptzwelch2009-05-021-2/+6
* Zach Welch <zw@superlucidity.net> fix warningsoharboe2009-05-021-3/+8
* Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.zwelch2009-04-301-1/+1
* Remove redundant declarations to allow building with -Wredundant-decls.zwelch2009-04-295-5/+4
* Add missing header files to fix C99 compatibility.zwelch2009-04-292-1/+9
* - fix win32 buildntfreak2009-04-281-2/+4
* Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE definesoharboe2009-04-271-0/+2
* - fix win32 build after svn 1511 changesntfreak2009-04-221-0/+1
* Fix str_to_buf problem, thanks Andy Cheneemlu2009-04-221-2/+2
* - fix signed/unsigned build errors under win32. Thanks Zach Welch <zw@superlu...ntfreak2009-04-211-0/+5
* - remove environ warning under win32 buildntfreak2009-04-211-0/+3
* Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)oharboe2009-04-211-2/+4
* Zach Welch <zw@superlucidity.net> fix -Wformat-security warnings (1 of 4)oharboe2009-04-211-1/+1
* Zach Welch <zw@superlucidity.net> fix -Werror warningsoharboe2009-04-191-2/+2
* The following patches was applied:mifi2009-04-181-1/+1
* - remove build warningsntfreak2009-03-171-0/+3
* Added HostOS variableduane2009-03-071-0/+23
* Holger Schurig <hs4233@mail.mn-solutions.de> fix warningsoharboe2009-02-181-11/+0
* zy1000 1.49 snapshotoharboe2009-02-171-0/+8
* Use C89/C99/C++ compliant boolean typeskc8apf2009-02-101-0/+15