summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-14 17:20:24 (GMT)
commitcf3c59ff7d954075f319cb28eb6e6d72c2d455d3 (patch)
treedd80290c310e6a65352d035caab53c966b5a8347 /ChangeLog
parentcd22f95d41584006165f126690c1183321de74f8 (diff)
downloadtcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.zip
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.gz
tcl-cf3c59ff7d954075f319cb28eb6e6d72c2d455d3.tar.bz2
Added support for reporting TEA-like info via pkg-config.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a6f9a6..69ea0b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
+2009-03-14 Donal K. Fellows <dkf@users.sf.net>
+
+ * unix/tcl.pc.in (new file): [Patch 2243948] (hat0)
+ * unix/configure.in, unix/Makefile.in: Added support for reporting
+ Tcl's public build configuration via the pkg-config system. TEA is
+ still the official mechanism though, in part because pkg-config is not
+ universally supported across all Tcl's supported platforms.
+
2009-03-11 Miguel Sofer <msofer@users.sf.net>
* generic/tclBasic.c (TclNRCoroutineObjCmd): fix Tcl_Obj leak.
- Diagnose and fix thx to GPS.
+ Diagnosis and fix thanks to GPS.
2009-03-09 Donal K. Fellows <dkf@users.sf.net>