Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch jimtcl Excluding Merge-Ins
This is equivalent to a diff from 238b761afa to de9c2f08d7
2012-01-24
| ||
13:28 | Fix several blob leaks that can lead to out of memory conditions for very large push operations. Revise the order of error messages so that simple HTTP timeout produces a better diagnostic. The HTTP trace files need to be opened in binary mode. check-in: 1e39808853 user: mistachkin tags: trunk | |
2012-01-23
| ||
03:51 | Merge latest trunk changes into jimtcl branch. Lightly tested. Should allow xfer scripts to be written in Jim Tcl. Leaf check-in: de9c2f08d7 user: steveb tags: jimtcl | |
2012-01-22
| ||
06:59 | Revise previous commit: since the FOSSIL_ENABLE_TCL macro is used in source files as well as the Makefile itself, it cannot be initially set to an empty string in auto.def. check-in: 238b761afa user: mistachkin tags: trunk | |
06:52 | Make sure that autosetup ends up defining FOSSIL_ENABLE_TCL in the Makefile when necessary. check-in: 21555be397 user: mistachkin tags: trunk | |
2011-11-07
| ||
07:07 | fossil already provides compatibility wrappers for dirent and struct timeval check-in: 5905232d45 user: steveb tags: jimtcl | |
Changes to auto.def.
Changes to autosetup/README.autosetup.
Changes to autosetup/autosetup.
Changes to autosetup/cc-shared.tcl.
Changes to autosetup/cc.tcl.
Changes to autosetup/find-tclsh.
Changes to autosetup/jimsh0.c.
Changes to autosetup/system.tcl.
Changes to autosetup/test-tclsh.
Added src/jim-config.h.
Added src/jim-win32compat.h.
Added src/jim.h.
Changes to src/main.c.
Changes to src/main.mk.
Changes to src/makemake.tcl.
Changes to src/name.c.
Deleted src/th.c.
Deleted src/th.h.
Deleted src/th_lang.c.
Changes to src/th_main.c.
Changes to src/th_tcl.c.
Changes to src/tkt.c.
Changes to src/xfer.c.
Changes to test/th1-tcl.test.
Changes to test/th1-tcl1.txt.
Changes to test/th1-tcl2.txt.
Changes to test/th1-tcl3.txt.
Changes to test/th1-tcl4.txt.
Changes to test/th1-tcl5.txt.
Changes to test/th1-tcl6.txt.
Changes to test/th1-tcl7.txt.
Changes to test/th1-tcl8.txt.
Changes to win/Makefile.PellesCGMake.
Changes to win/Makefile.dmc.
Changes to win/Makefile.mingw.
Changes to win/Makefile.mingw.mistachkin.
Changes to win/Makefile.msc.