summaryrefslogtreecommitdiff
path: root/lang/tclX/files/patch-profile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* After a lively discussion with Tcl developers, fix the TclXMikhail Teterin2014-08-021-0/+277
| | | | | | | | | | | profile-code to use the official API-calls instead of modifying Tcl's internal data-structures directly. The profile command now works again. Will try to have the change committed upstream. Notes: svn path=/head/; revision=363773
* Upgrade from 8.4 to 8.4.1. The "profile" functionalityMikhail Teterin2014-08-011-20/+2
| | | | | | | | | | | | remains completely broken, when compiled against Tcl-8.6 Fix the bundled self-tests. PR: 192287 Submitted by: gahr Notes: svn path=/head/; revision=363764
* Allow building against any Tcl, rather than limit to 8.4. Both 8.3Mikhail Teterin2009-11-271-0/+103
should now work properly. Add patch to fix profiling on 8.5 AND whenever the system has been up for more than 25 days -- the latter used to overflow the clock_t-sized variables, because TclX uses these 31-bit values to store milliseconds. Use the proper method to obtain CLK_TCK -- if only on FreeBSD. Notes: svn path=/head/; revision=244834