Menu

#879 Missing documentation for tcl_platform variables

final: 8.1.1
closed-fixed
nobody
2
2001-04-04
2000-10-26
Anonymous
No

OriginalBugID: 2076 Bug
Version: 8.1.1
SubmitDate: '1999-05-14'
LastModified: '1999-05-14'
Severity: MED
Status: Released
Submitter: surles
ChangedBy: surles
OS: All
OSVersion: NA
Machine: NA
FixedDate: '1999-05-14'
FixedInVersion: 8.1.1
ClosedDate: '2000-10-25'

We are missing documentation on two, newly added, tcl variables. They are:

tcl_platform(debug) : If this variable exists, then the interpreter was compiled with debugging symbols enabled. This varible will only exist on Windows so extension writers choose which package to load depending on the C run-time library that was already loaded.

tcl_platform(threaded) : If this variable exists, then the interpreter was compiled with threads enabled.

05/14/1999 16:21 - surles - Applied text.

Discussion

  • Brent B. Welch

    Brent B. Welch - 2000-10-26
    • priority: 5 --> 2
    • status: open --> closed-fixed
     
  • Don Porter

    Don Porter - 2001-04-04
    • labels: 104240 --> 38. Init - Library - Autoload