Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | document --enable-dtrace configure option |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | core-8-4-16 | core-8-4-branch |
Files: | files | file ages | folders |
SHA1: |
780ab807ba92d955aaf02679358c42da |
User & Date: | das 2007-09-20 17:55:46.000 |
Context
2007-09-22
| ||
15:46 | s/amount/amt/ [Bug 1800153] check-in: a31f109272 user: das tags: core-8-4-branch | |
2007-09-20
| ||
17:55 | document --enable-dtrace configure option check-in: 780ab807ba user: das tags: core-8-4-16, core-8-4-branch | |
16:24 |
* doc/load.n: Backport corrected example.check-in: a60ff8b20d user: dgp tags: core-8-4-branch | |
Changes
Changes to unix/README.
1 2 3 | Tcl UNIX README --------------- | | | 1 2 3 4 5 6 7 8 9 10 11 | Tcl UNIX README --------------- RCS: @(#) $Id: README,v 1.24.2.3 2007/09/20 17:55:46 das Exp $ This is the directory where you configure, compile, test, and install UNIX versions of Tcl. This directory also contains source files for Tcl that are specific to UNIX. Some of the files in this directory are used on the PC or Mac platform too, but they all depend on UNIX (POSIX/ANSI C) interfaces and some of them only make sense under UNIX. |
︙ | ︙ | |||
79 80 81 82 83 84 85 86 87 88 89 90 91 92 | default on platforms where nl_langinfo is found. --disable-langinfo Specifically disables use of nl_langinfo. --enable-man-symlinks Use symlinks for linking the manpages that should be reachable under several names. --enable-man-compression=PROG Compress the manpages using PROG. Mac OS X only: --enable-framework package Tcl as a framework. --disable-corefoundation disable use of CoreFoundation API and revert to standard select based notifier, required when using naked fork (i.e. not followed by execve). Note: by default gcc will be used if it can be located on the PATH. | > > > > | 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | default on platforms where nl_langinfo is found. --disable-langinfo Specifically disables use of nl_langinfo. --enable-man-symlinks Use symlinks for linking the manpages that should be reachable under several names. --enable-man-compression=PROG Compress the manpages using PROG. --enable-dtrace Enable tcl DTrace provider (if DTrace is available on the platform), c.f. tclDTrace.d for descriptions of the probes made available, see http://wiki.tcl.tk/DTrace for more details. Mac OS X only: --enable-framework package Tcl as a framework. --disable-corefoundation disable use of CoreFoundation API and revert to standard select based notifier, required when using naked fork (i.e. not followed by execve). Note: by default gcc will be used if it can be located on the PATH. |
︙ | ︙ |