Tcl Source Code

View Ticket
Login
Ticket UUID: 748700
Title: Incorrect .cnt file generated (includes patch)...
Type: Bug Version: None
Submitter: mistachkin Created on: 2003-06-04 07:17:33
Subsystem: 53. Configuration and Build Tools Assigned To: mistachkin
Priority: 6 Severity:
Status: Closed Last Modified: 2003-06-05 06:42:32
Resolution: Fixed Closed By: mistachkin
    Closed on: 2003-06-04 23:42:32
Description:
The current man2help.tcl contains a small 
oversight which produces duplicate sections in the 
file .cnt file.

Example of incorrect output:

1 Tcl Bundled Packages
2 dde=111
1 Tcl Bundled Packages
2 http=134
1 Tcl Bundled Packages
2 msgcat=153
1 Tcl Bundled Packages
2 registry=166
1 Tcl Bundled Packages
2 tcltest=182

Example of correct output:

1 Tcl Bundled Packages
2 dde=111
2 http=134
2 msgcat=153
2 registry=166
2 tcltest=182

A small patch is included to fix this problem. The 
problem exists both in HEAD and the core-8-4-
branch.
User Comments: mistachkin added on 2003-06-04 14:17:33:

File Added - 52140: winhelp.zip

Attachments: