2012-08-21 23:31:47 by John Marino | Files touched by this commit (30) |
Log message:
lang/tcl: Upgrade from version 8.4.18 to 8.5.12
Highlights of Tcl 8.5
* Features: 8.5 has over 90 TIPs included to provide a wide variety of
new features.
* Bignums: Tcl now supports arbitrary-precision integers, which improves
math operations on large integers.
* Safer interps: Tcl's powerful safe interpreter mechanism now has
improved control of time and command limits in slave interpreters.
* clock command: More robust implementation of command for specifying
time, with significant l10n and i18n improvements.
* dict command: New data structure that allows access to data by value
rather than a variable name, which is substantially faster.
* Additional improvements: Faster list search, new and improved
mathematics procedures, anonymous procedures, new ways to package Tcl
extensions, Tcl-level custom channel types, file and line location
information for each command, and more.
There is of course much, much more.
See [8.5 Changes](http://wiki.tcl.tk/10630) on the wiki for a complete
list of new features.
|
2012-03-31 03:27:27 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
Fix UNSHARED_LIB_SUFFIX without dot in configure on FreeBSD.
Sync with PLIST.
|
2012-03-21 16:33:29 by OBATA Akio | Files touched by this commit (1) |
Log message:
Set TCLSH here, same as PERL5 in lang/perl5/buildlink3.mk.
|
2012-03-05 14:35:20 by OBATA Akio | Files touched by this commit (1) |
Log message:
Use tclsh from pkgsrc for the case lang/tcl is buildlinked.
|
2011-11-14 02:31:18 by John Marino | Files touched by this commit (3) |
Log message:
lang/tcl: Fix DragonFly breakage
The previous commit caused DragonFly to build the libraries with a
different file name than specified in the PLIST, causing the build
to fail on DragonFly.
This commit forces DragonFly to use library names without dots to
match the PLIST.
|
2011-11-01 21:08:12 by Benny Siegert | Files touched by this commit (4) |
Log message:
MirBSD build fix: add MirBSD stanzas to tcl.m4, regen configure,
add a patch for EOVERFLOW handling.
|
2011-08-16 12:18:58 by Aleksey Cheusov | Files touched by this commit (5) |
Log message:
Fix for buffer overflow and segfault on some Linux system
(PR 45244 by Michael Droettboom)
Fix for build failure on NetBSD (missing --tags in libtool invocation)
|
2009-09-12 19:57:41 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Add 'clean' to PRIVILEGED_STAGES.
|
2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31) |
Log message:
Give up maintainership of packages where I am still listed as MAINTAINER.
|
2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message:
Remove @dirrm related logic.
|