Tcl Source Code

Check-in [e4ebd9b9c7]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:merge to rc
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | core-8-6-b2-rc
Files: files | file ages | folders
SHA1: e4ebd9b9c75aeb7b7518fa80123699bff02e152f
User & Date: dgp 2011-08-02 15:12:23
Context
2011-08-03
19:38
merge to rc check-in: d72ced9618 user: dgp tags: core-8-6-b2-rc
2011-08-02
15:12
merge to rc check-in: e4ebd9b9c7 user: dgp tags: core-8-6-b2-rc
15:11
Use the actual case used by Thread to name the directory its distributions unpack into. check-in: 95b2143482 user: dgp tags: trunk
14:46
merge to rc check-in: eba2e95ed3 user: dgp tags: core-8-6-b2-rc
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to tools/tcltk-man2html.tcl.

969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
		close $f
	    }
	}
    } trap {POSIX ENOENT} {} {
	set packageDirNameMap {
	    itcl {[incr Tcl]}
	    tdbc {TDBC}
	    Thread Thread
	}
    }

    #
    # Invoke the scraper/converter engine.
    #
    make-man-pages $webdir \







|







969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
		close $f
	    }
	}
    } trap {POSIX ENOENT} {} {
	set packageDirNameMap {
	    itcl {[incr Tcl]}
	    tdbc {TDBC}
	    thread Thread
	}
    }

    #
    # Invoke the scraper/converter engine.
    #
    make-man-pages $webdir \