index
:
riscv-openocd.git
FE_402_fix
__archive__
add_macos_build
autoconf
bscan_optimization
bscan_tunnel
buf_sget
build32
busy
compliance_dev
debug-log-reg-failure
deinit
dmi_read
dmstatus_version
dsp5680_build
eclipse_memory_read
eclipse_multicore_fix
examine_command
examine_unavailable_harts
examine_unavailable_harts_backup
examine_unavailable_harts_rebase
examine_unavailable_harts_squash
fence_i_fix_for_release
fix-halt-reason-after-singlestep
fix_macbuild
gd32vf103
gdb_next_port
gitignore-build
global
halt_examine
haltreq
hypervisor_translate
jlink
log_output
macbuild
macro
manual_hwbp
master
mem64
mpsse_flush
multicore
new_bscan_approach
newprogram
nohartstatus
old_fixes_and_eclipse_memory_read
old_triggers
print_port
race
rbb_cleanup
regcache
regression_test_janmat_experim
release
remove-slot_t-from-riscv-013
reset_test
reverse-resume-order
riscv
riscv-batch-cleanup
riscv-compliance
riscv-compliance-dev
s2_increment
sba_tests
set_group
static
travis-nop
update_defines
us_xds110
vector2
winbuild
wip
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
helper
/
jim.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-19
Sync with official Jim Tcl repository.
oyvind
1
-0
/
+3
2009-10-14
portability updates
David Brownell
1
-3
/
+3
2009-10-08
Update copyright statements. Make it easier to sync with Jim Tcl
Øyvind Harboe
1
-1
/
+4
2009-09-23
Nico Coesel <ncoesel@dealogic.nl> fix warnings. . I'm wondering why these
oharboe
1
-16
/
+16
2009-09-17
Fix coredump seen in some code paths.
dbrownell
1
-0
/
+3
2009-07-17
Andreas Fritiofson <andreas.fritiofson@gmail.com> UTF8 fixes
oharboe
1
-1
/
+1
2009-06-23
Remove whitespace at end of lines, step 2.
zwelch
1
-158
/
+158
2009-06-23
- Replace '){' with ') {'.
zwelch
1
-64
/
+64
2009-06-23
Remove whitespace that occurs before ')'.
zwelch
1
-164
/
+164
2009-06-23
Remove whitespace that occurs after '('.
zwelch
1
-183
/
+183
2009-06-23
- Fixes '[<>]' whitespace
zwelch
1
-7
/
+7
2009-06-23
- Fixes '[|]' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '+' whitespace
zwelch
1
-186
/
+186
2009-06-23
- Fixes '=' whitespace
zwelch
1
-23
/
+23
2009-06-23
- Fixes '==' whitespace
zwelch
1
-6
/
+6
2009-06-23
- Fixes '<<' whitespace
zwelch
1
-5
/
+5
2009-06-23
- Fixes '>>' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Fixes '<=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '>=' whitespace
zwelch
1
-2
/
+2
2009-06-23
- Fixes '!=' whitespace
zwelch
1
-3
/
+3
2009-06-23
- Replace 'for(' with 'for ('.
zwelch
1
-4
/
+4
2009-06-23
- Replace 'switch(' with 'switch ('.
zwelch
1
-39
/
+39
2009-06-23
- Replace 'while(' with 'while ('.
zwelch
1
-43
/
+43
2009-06-23
- Replace 'if(' with 'if ('.
zwelch
1
-64
/
+64
2009-06-19
Remove editor preferences from source files.
zwelch
1
-9
/
+0
2009-05-15
Initialize a more variables in jim.c to allow gcc-4.4 to build.
zwelch
1
-2
/
+2
2009-05-15
Initialize value of objPtr local variable; prevents warning w/ gcc-4.4.
zwelch
1
-1
/
+1
2009-05-12
eCos fixes
oharboe
1
-0
/
+9
2009-05-12
Audit and remove redundant uses of replacements.h in the tree.
zwelch
1
-2
/
+0
2009-05-12
Audit and reduce #include directives in jim source files.
zwelch
1
-16
/
+0
2009-05-12
Define _GNU_SOURCE in config.h, remove definitions from source files.
zwelch
1
-3
/
+0
2009-05-11
Update jim helper files to use proper configure script support:
zwelch
1
-3
/
+7
2009-05-06
Fix pointer cast alignment warnings in jim.c.
zwelch
1
-8
/
+17
2009-05-06
Add autoconf check to determine where environ should be declared.
zwelch
1
-1
/
+1
2009-05-04
Fix environ declaration for non-glibc systems
kc8apf
1
-1
/
+1
2009-05-03
Backed out change to solve Mac OS compilation problems.
oharboe
1
-1
/
+1
2009-05-03
Fix compilation when HAVE_UNISTD_H is not defined.
zwelch
1
-1
/
+1
2009-05-03
Piotr Esden-Tempski <piotr@esden.net> Mac OS X compile fixes
oharboe
1
-1
/
+1
2009-05-02
Zach Welch <zw@superlucidity.net> fix warnings
oharboe
1
-3
/
+8
2009-04-30
Michael Bruck <mbruck@digenius.de>: use HAVE_UNISTD_H for environ decl.
zwelch
1
-1
/
+1
2009-04-29
Remove redundant declarations to allow building with -Wredundant-decls.
zwelch
1
-1
/
+1
2009-04-27
Zach Welch <zw@superlucidity.net> wrap _GNU_SOURCE defines
oharboe
1
-0
/
+2
2009-04-21
- remove environ warning under win32 build
ntfreak
1
-0
/
+3
2009-04-21
Zach Welch <zw@superlucidity.net> fix unused return value warnings (2 of 4)
oharboe
1
-2
/
+4
2008-12-28
Uwe Hermann <uwe@hermann-uwe.de> One of them is fixing a few compiler warning...
oharboe
1
-0
/
+1
2008-12-22
httpd wip
oharboe
1
-1
/
+1
2008-12-16
sync up to latest jim tcl
oharboe
1
-174
/
+229
2008-09-20
- added myself to copyright on files i remember adding large contributions fo...
ntfreak
1
-9
/
+0
2008-09-08
typo fixed.
oharboe
1
-1
/
+1
2008-09-08
Duane Ellis, added clock command.
oharboe
1
-1
/
+109
[next]