From 438dbb4cace38cc29b6a415a21674c2a19ce8568 Mon Sep 17 00:00:00 2001 From: hobbs Date: Fri, 18 Oct 2002 23:58:40 +0000 Subject: * library/reg/pkgIndex.tcl: * win/configure: * win/configure.in: * win/Makefile.in: * win/makefile.vc: * win/makefile.bc: Updated to reg1.1 --- ChangeLog | 15 +++++++++++++++ library/reg/pkgIndex.tcl | 8 ++++---- win/Makefile.in | 10 +++++----- win/configure | 4 ++-- win/configure.in | 6 +++--- win/makefile.bc | 10 +++++----- win/makefile.vc | 4 ++-- 7 files changed, 36 insertions(+), 21 deletions(-) diff --git a/ChangeLog b/ChangeLog index 87b1b1e..7f297e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +2002-10-18 Jeff Hobbs + + * library/reg/pkgIndex.tcl: + * win/configure: + * win/configure.in: + * win/Makefile.in: + * win/makefile.vc: + * win/makefile.bc: Updated to reg1.1 + + * doc/registry.n: Added support for broadcasting changes to + * tests/registry.test: the registry Environment. Noted proper code + * win/tclWinReg.c: in the docs. [Patch #625453] + + * unix/Makefile.in (dist): add any mac/tcl*.sea.hqx files + 2002-10-17 Don Porter * generic/tclVar.c: Fixed code that check for proper # of args to diff --git a/library/reg/pkgIndex.tcl b/library/reg/pkgIndex.tcl index 09ef4b0..9b2b4f3 100755 --- a/library/reg/pkgIndex.tcl +++ b/library/reg/pkgIndex.tcl @@ -1,8 +1,8 @@ if {![package vsatisfies [package provide Tcl] 8]} {return} if {[info exists tcl_platform(debug)]} { - package ifneeded registry 1.0 \ - [list load [file join $dir tclreg10d.dll] registry] + package ifneeded registry 1.1 \ + [list load [file join $dir tclreg11d.dll] registry] } else { - package ifneeded registry 1.0 \ - [list load [file join $dir tclreg10.dll] registry] + package ifneeded registry 1.1 \ + [list load [file join $dir tclreg11.dll] registry] } diff --git a/win/Makefile.in b/win/Makefile.in index 940e106..a347190 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.65 2002/08/22 00:52:33 andreas_kupries Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.66 2002/10/18 23:58:41 hobbs Exp $ VERSION = @TCL_VERSION@ @@ -433,7 +433,7 @@ install-binaries: binaries else true; \ fi; \ done; - @for i in dde1.2 reg1.0; \ + @for i in dde1.2 reg1.1; \ do \ if [ ! -d $(LIB_INSTALL_DIR)/$$i ] ; then \ echo "Making directory $(LIB_INSTALL_DIR)/$$i"; \ @@ -467,13 +467,13 @@ install-binaries: binaries fi @if [ -f $(REG_DLL_FILE) ]; then \ echo installing $(REG_DLL_FILE); \ - $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.0; \ + $(COPY) $(REG_DLL_FILE) $(LIB_INSTALL_DIR)/reg1.1; \ $(COPY) $(ROOT_DIR)/library/reg/pkgIndex.tcl \ - $(LIB_INSTALL_DIR)/reg1.0; \ + $(LIB_INSTALL_DIR)/reg1.1; \ fi @if [ -f $(REG_LIB_FILE) ]; then \ echo installing $(REG_LIB_FILE); \ - $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.0; \ + $(COPY) $(REG_LIB_FILE) $(LIB_INSTALL_DIR)/reg1.1; \ fi install-libraries: libraries diff --git a/win/configure b/win/configure index fe1284c..b1cf845 100755 --- a/win/configure +++ b/win/configure @@ -545,9 +545,9 @@ TCL_DDE_MINOR_VERSION=2 TCL_DDE_PATCH_LEVEL="" DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION -TCL_REG_VERSION=1.0 +TCL_REG_VERSION=1.1 TCL_REG_MAJOR_VERSION=1 -TCL_REG_MINOR_VERSION=0 +TCL_REG_MINOR_VERSION=1 TCL_REG_PATCH_LEVEL="" REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION diff --git a/win/configure.in b/win/configure.in index 33d555e..4d4956a 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.56 2002/09/27 18:04:14 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.57 2002/10/18 23:58:41 hobbs Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.13) @@ -20,9 +20,9 @@ TCL_DDE_MINOR_VERSION=2 TCL_DDE_PATCH_LEVEL="" DDEVER=$TCL_DDE_MAJOR_VERSION$TCL_DDE_MINOR_VERSION -TCL_REG_VERSION=1.0 +TCL_REG_VERSION=1.1 TCL_REG_MAJOR_VERSION=1 -TCL_REG_MINOR_VERSION=0 +TCL_REG_MINOR_VERSION=1 TCL_REG_PATCH_LEVEL="" REGVER=$TCL_REG_MAJOR_VERSION$TCL_REG_MINOR_VERSION diff --git a/win/makefile.bc b/win/makefile.bc index a381b30..918fe21 100644 --- a/win/makefile.bc +++ b/win/makefile.bc @@ -113,8 +113,8 @@ VERSION = 84 DDEVERSION = 12 DDEDOTVERSION = 1.2 -REGVERSION = 10 -REGDOTVERSION = 1.0 +REGVERSION = 11 +REGDOTVERSION = 1.1 BINROOT = .. !IF "$(NODEBUG)" == "1" @@ -421,9 +421,9 @@ install-libraries: -@copy "$(TCLDDEDLL)" "$(SCRIPT_INSTALL_DIR)\dde1.1" -@copy "$(ROOT)\library\dde\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\dde1.1" @echo installing $(TCLREGDLLNAME) - -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.0" - -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.0" - -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.0" + -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\reg1.1" + -@copy "$(TCLREGDLL)" "$(SCRIPT_INSTALL_DIR)\reg1.1" + -@copy "$(ROOT)\library\reg\pkgIndex.tcl" "$(SCRIPT_INSTALL_DIR)\reg1.1" @echo installing encoding files -@$(MKDIR) "$(SCRIPT_INSTALL_DIR)\encoding" -@copy "$(ROOT)\library\encoding\*.enc" "$(SCRIPT_INSTALL_DIR)\encoding" diff --git a/win/makefile.vc b/win/makefile.vc index 6e723d1..ffe8c33 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.93 2002/09/29 20:41:16 davygrvy Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.94 2002/10/18 23:58:41 hobbs Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -160,7 +160,7 @@ VERSION = $(DOTVERSION:.=) DDEDOTVERSION = 1.2 DDEVERSION = $(DDEDOTVERSION:.=) -REGDOTVERSION = 1.0 +REGDOTVERSION = 1.1 REGVERSION = $(REGDOTVERSION:.=) BINROOT = . -- cgit v0.12