diff options
author | griffin <briang42@easystreet.net> | 2022-11-24 01:18:36 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2022-11-24 01:18:36 (GMT) |
commit | 7b6d0229053cd8590549a3d9c256b97125455fd6 (patch) | |
tree | 6d06ed89632e265fed2bda597115f19d2d018e8a /win/Makefile.in | |
parent | 4335a4f4756de329d8abe3cf77fae90b8e664faf (diff) | |
parent | dc6366fef862bab942ea21db724f632950f43601 (diff) | |
download | tcl-7b6d0229053cd8590549a3d9c256b97125455fd6.zip tcl-7b6d0229053cd8590549a3d9c256b97125455fd6.tar.gz tcl-7b6d0229053cd8590549a3d9c256b97125455fd6.tar.bz2 |
Support multiple indicies in abstract list lindex operation.
Catch up with trunk.
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index a1b30eb..ba0f075 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -404,6 +404,8 @@ TOMMATH_OBJS = \ bn_mp_mul_d.${OBJEXT} \ bn_mp_neg.${OBJEXT} \ bn_mp_or.${OBJEXT} \ + bn_mp_pack.${OBJEXT} \ + bn_mp_pack_count.${OBJEXT} \ bn_mp_radix_size.${OBJEXT} \ bn_mp_radix_smap.${OBJEXT} \ bn_mp_read_radix.${OBJEXT} \ @@ -909,8 +911,8 @@ install-libraries: libraries install-tzdata install-msgs $(ROOT_DIR)/library/cookiejar/*.gz; do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \ done; - @echo "Installing package http 2.10a4 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/9.0/http-2.10a4.tm"; + @echo "Installing package http 2.10b1 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/9.0/http-2.10b1.tm"; @echo "Installing package opt 0.4.7"; @for j in $(ROOT_DIR)/library/opt/*.tcl; do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ |