File tree 6 files changed +8
-8
lines changed
6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ changes to the Tcl source code at
4
4
5
5
> [ Tcl Source Code] ( https://core.tcl-lang.org/tcl/timeline )
6
6
7
- Release Tcl 9.0b4 arises from the check-in with tag core-9-0-b4 .
7
+ Release Tcl 9.0.0 arises from the check-in with tag core-9-0-0 .
8
8
9
9
Highlighted differences between Tcl 9.0 and Tcl 8.6 are summarized below,
10
10
with focus on changes important to programmers using the Tcl library and
Original file line number Diff line number Diff line change 11
11
package require Tcl 8.6-
12
12
# Keep this in sync with pkgIndex.tcl and with the install directories in
13
13
# Makefiles
14
- package provide http 2.10b4
14
+ package provide http 2.10.0
15
15
16
16
namespace eval http {
17
17
# Allow resourcing to not clobber existing data
Original file line number Diff line number Diff line change 1
1
if {![package vsatisfies [package provide Tcl] 8.6-]} {return }
2
- package ifneeded http 2.10b4 [list tclPkgSetup $dir http 2.10b4 {{http .tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
2
+ package ifneeded http 2.10.0 [list tclPkgSetup $dir http 2.10.0 {{http .tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
Original file line number Diff line number Diff line change 4
4
apply {{dir} {
5
5
set isafe [interp issafe]
6
6
foreach {safe package version file} {
7
- 0 http 2.10b4 {http http.tcl}
7
+ 0 http 2.10.0 {http http.tcl}
8
8
1 msgcat 1.7.1 {msgcat msgcat.tcl}
9
9
1 opt 0.4.9 {opt optparse.tcl}
10
10
0 cookiejar 0.2.0 {cookiejar cookiejar.tcl}
Original file line number Diff line number Diff line change @@ -1078,9 +1078,9 @@ install-libraries: libraries
1078
1078
do \
1079
1079
$(INSTALL_DATA ) $$ i " $( SCRIPT_INSTALL_DIR) /cookiejar0.2" ; \
1080
1080
done
1081
- @echo " Installing package http 2.10b4 as a Tcl Module"
1081
+ @echo " Installing package http 2.10.0 as a Tcl Module"
1082
1082
@$(INSTALL_DATA ) $(TOP_DIR ) /library/http/http.tcl \
1083
- " $( MODULE_INSTALL_DIR) /9.0/http-2.10b4 .tm"
1083
+ " $( MODULE_INSTALL_DIR) /9.0/http-2.10.0 .tm"
1084
1084
@echo " Installing package opt0.4 files to $( SCRIPT_INSTALL_DIR) /opt0.4/"
1085
1085
@for i in $(TOP_DIR ) /library/opt/* .tcl; do \
1086
1086
$(INSTALL_DATA ) $$ i " $( SCRIPT_INSTALL_DIR) /opt0.4" ; \
Original file line number Diff line number Diff line change @@ -939,8 +939,8 @@ install-libraries: libraries install-tzdata install-msgs
939
939
$(ROOT_DIR ) /library/cookiejar/* .gz; do \
940
940
$(COPY ) " $$ j" " $( SCRIPT_INSTALL_DIR) /cookiejar0.2" ; \
941
941
done ;
942
- @echo " Installing package http 2.10b4 as a Tcl Module" ;
943
- @$(COPY ) $(ROOT_DIR ) /library/http/http.tcl " $( MODULE_INSTALL_DIR) /9.0/http-2.10b4 .tm" ;
942
+ @echo " Installing package http 2.10.0 as a Tcl Module" ;
943
+ @$(COPY ) $(ROOT_DIR ) /library/http/http.tcl " $( MODULE_INSTALL_DIR) /9.0/http-2.10.0 .tm" ;
944
944
@echo " Installing package opt 0.4.7" ;
945
945
@for j in $(ROOT_DIR ) /library/opt/* .tcl; do \
946
946
$(COPY ) " $$ j" " $( SCRIPT_INSTALL_DIR) /opt0.4" ; \
You can’t perform that action at this time.
0 commit comments