index
:
OpenOCD
master
mips-hack
mips-hack-upstream
qorivva
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
jim.c
Age
Commit message (
Expand
)
Author
2009-05-15
Initialize a more variables in jim.c to allow gcc-4.4 to build.
zwelch
2009-05-15
Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.
zwelch
2009-05-12
eCos fixes
oharboe
2009-05-12
Audit and remove redundant uses of replacements.h in the tree.
zwelch
2009-05-12
Audit and reduce #include directives in jim source files.
zwelch
2009-05-12
Define _GNU_SOURCE in config.h, remove definitions from source files.
zwelch
2009-05-11
Update jim helper files to use proper configure script support:
zwelch
2009-05-06
Fix pointer cast alignment warnings in jim.c.
zwelch
2009-05-06
Add autoconf check to determine where environ should be declared.
zwelch
2009-05-04
Fix environ declaration for non-glibc systems
kc8apf
2009-05-03
Backed out change to solve Mac OS compilation problems.
oharboe
2009-05-03
Fix compilation when HAVE_UNISTD_H is not defined.
zwelch
2009-05-03
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
oharboe
2009-05-02
Zach Welch <zw@superlucidity.net> fix warnings
oharboe
2009-04-30
Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.
zwelch
2009-04-29
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
2009-04-27
Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines
oharboe
2009-04-21
- remove environ warning under win32 build
ntfreak
2009-04-21
Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)
oharboe
2008-12-28
Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...
oharboe
2008-12-22
httpd wip
oharboe
2008-12-16
sync up to latest jim tcl
oharboe
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
2008-09-08
typo fixed.
oharboe
2008-09-08
Duane Ellis, added clock command.
oharboe
2008-09-01
Duane Ellis: "target as an [tcl] object" feature.
oharboe
2008-08-25
sync with Jim Tcl repository.
oharboe
2008-08-22
- fix win32 build issues from previous jim patch
ntfreak
2008-08-19
duane ellis: (A) a new concept called "Name Value Pair" or NVP, in simple ter...
oharboe
2008-08-06
- fix target_examine declaration
ntfreak
2008-07-21
jim license cleanup
oharboe
2008-07-20
Duane Ellis <openocd@duaneellis.com>
oharboe
2008-07-17
Charles Hardin <ckhardin@gmail.com> move jim into helper
oharboe