Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 147722 Details for
Bug 227951
tcl_findLibrary is not thorough enough
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
update tcl_findLibrary procedure in auto.tcl
tcl-8.5a5-findlibrary.patch (text/plain), 646 bytes, created by
Wart
on 2007-02-09 01:21:07 UTC
(
hide
)
Description:
update tcl_findLibrary procedure in auto.tcl
Filename:
MIME Type:
Creator:
Wart
Created:
2007-02-09 01:21:07 UTC
Size:
646 bytes
patch
obsolete
>--- tcl8.5a5/library/auto.tcl.orig 2007-02-08 17:03:44.000000000 -0800 >+++ tcl8.5a5/library/auto.tcl 2007-02-08 17:04:03.000000000 -0800 >@@ -85,6 +85,13 @@ > lappend dirs $value > } > >+ # 2a. As a sibling of Tcl's script directory >+ if {[catch { >+ ::tcl::pkgconfig get scriptdir,runtime >+ } value] == 0} { >+ lappend dirs [file join [file dirname $value] $basename$version] >+ } >+ > # 3. Relative to auto_path directories. This checks relative to the > # Tcl library as well as allowing loading of libraries added to the > # auto_path that is not relative to the core library or binary paths.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 227951
: 147722