Skip to content

Commit

Permalink
Merge 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jan.nijtmans committed Apr 16, 2024
2 parents af16362 + 54e04d4 commit 2e928ba
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 68 deletions.
54 changes: 0 additions & 54 deletions .travis.yml

This file was deleted.

2 changes: 0 additions & 2 deletions generic/threadSpCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,6 @@ ThreadEvalObjCmd(

if (ret == TCL_ERROR) {
char msg[32 + TCL_INTEGER_SPACE];
/* Next line generates a Deprecation warning when compiled with Tcl 8.6.
* See Tcl bug #3562640 */
snprintf(msg, sizeof(msg), "\n (\"eval\" body line %d)", Tcl_GetErrorLine(interp));
Tcl_AppendObjToErrorInfo(interp, Tcl_NewStringObj(msg, TCL_INDEX_NONE));
}
Expand Down
2 changes: 0 additions & 2 deletions generic/threadSvCmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -2078,8 +2078,6 @@ SvLockObjCmd(

if (ret == TCL_ERROR) {
char msg[32 + TCL_INTEGER_SPACE];
/* Next line generates a Deprecation warning when compiled with Tcl 8.6.
* See Tcl bug #3562640 */
snprintf(msg, sizeof(msg), "\n (\"eval\" body line %d)", Tcl_GetErrorLine(interp));
Tcl_AppendObjToErrorInfo(interp, Tcl_NewStringObj(msg, TCL_INDEX_NONE));
}
Expand Down
2 changes: 1 addition & 1 deletion tcl/cmdsrv/cmdsrv.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
# Example:
#
# # tclsh8.6
# # tclsh9.0
# % source cmdsrv.tcl
# % cmdsrv::create 5000 -idletime 60
# % vwait forever
Expand Down
2 changes: 1 addition & 1 deletion tcl/phttpd/phttpd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Example:
#
# # tclsh8.6
# # tclsh9.0
# % source phttpd.tcl
# % phttpd::create 5000
# % vwait forever
Expand Down
2 changes: 1 addition & 1 deletion tcl/phttpd/uhttpd.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
# Example:
#
# # tclsh8.6
# # tclsh9.0
# % source uhttpd.tcl
# % uhttpd::create 5000
# % vwait forever
Expand Down
7 changes: 0 additions & 7 deletions win/CONFIG
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
# This is how I run configure. You'll want to change the
# pathnames to match your system, of course.
#
# Remember that if you use the --enable-sybols, you need to
# use the thread25d.dll in a tclsh that has also been compiled
# with symbols (e.g., tclsh84g.exe or tclsh84d.exe).
# If you want to build both debug and non-debug versions, then
# create "debug" and "release" directories and run configure
# from in those directories with the appropriate flags.
#
# Note the CC=gcc must be set *before* the "configure" is ran.
# This is really needed, otherwise configure will not be able
# to compile the small test file which checks the presence
Expand Down

0 comments on commit 2e928ba

Please sign in to comment.