Tcl Source Code

Artifact [e59a091af5]
Login

Artifact e59a091af512a1a19e2aaad45ae05de36fba1175:

Attachment "None" to ticket [402560ffff] added by andreas_kupries 2000-11-28 18:00:56.
*** ./generic/tcl.h.orig	Mon Nov 27 20:30:35 2000
--- ./generic/tcl.h	Mon Nov 27 20:36:24 2000
***************
*** 43,49 ****
   * win/configure.in	(as above)
   * win/tcl.m4		(not patchlevel)
   * win/makefile.vc	(not patchlevel) 2 LOC
!  * library/reg1.0/pkgIndex.tcl	(not patchlevel, for tclregNN.dll)
   * README		(sections 0 and 2)
   * mac/README		(2 LOC, not patchlevel)
   * win/README.binary	(sections 0-4)
--- 43,50 ----
   * win/configure.in	(as above)
   * win/tcl.m4		(not patchlevel)
   * win/makefile.vc	(not patchlevel) 2 LOC
!  * library/reg/pkgIndex.tcl	(not patchlevel, for tclregNN.dll)
!  * library/dde/pkgIndex.tcl	(not patchlevel, for tclddeNN.dll)
   * README		(sections 0 and 2)
   * mac/README		(2 LOC, not patchlevel)
   * win/README.binary	(sections 0-4)
*** ./library/dde/pkgIndex.tcl.orig	Mon Nov 27 20:35:23 2000
--- ./library/dde/pkgIndex.tcl	Mon Nov 27 20:29:07 2000
***************
*** 1,5 ****
  if {[info exists tcl_platform(debug)]} {
!     package ifneeded dde 1.1 [list load [file join $dir tcldde84d.dll] dde]
  } else {
!     package ifneeded dde 1.1 [list load [file join $dir tcldde84.dll] dde]
  }
--- 1,5 ----
  if {[info exists tcl_platform(debug)]} {
!     package ifneeded dde 1.1 [list load [file join $dir tcldde83d.dll] dde]
  } else {
!     package ifneeded dde 1.1 [list load [file join $dir tcldde83.dll] dde]
  }