summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2001-11-16 20:55:39 (GMT)
committerhobbs <hobbs>2001-11-16 20:55:39 (GMT)
commit96e1762fbd024a762d4c36283ab77259c338f8ee (patch)
tree7669a143cf3a5404697e45b8e0fbe5a2b6e2c5ed /ChangeLog
parent76ee7178050083224079f10b6e7ff6b480ac7e1e (diff)
downloadtcl-96e1762fbd024a762d4c36283ab77259c338f8ee.zip
tcl-96e1762fbd024a762d4c36283ab77259c338f8ee.tar.gz
tcl-96e1762fbd024a762d4c36283ab77259c338f8ee.tar.bz2
* unix/tclUnixInit.c: added HAVE_LANGINFO code block.
* unix/configure: regened * unix/configure.in: added SC_ENABLE_LANGINFO call * unix/tcl.m4: made SHLIB_LD_LIBS='${LIBS}' for FreeBSD* (meyer) Added modified version of Wagner patch to make use of nl_langinfo where possible to determine Unix platform encoding, instead of the inflexible built-in system. This is used by default when possible, and can be disabled with --enable-langinfo=no. [Patch #418645] (hobbs, wagner)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ac0f47..c3ae688 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2001-11-16 Jeff Hobbs <jeffh@ActiveState.com>
+
+ * unix/tclUnixInit.c: added HAVE_LANGINFO code block.
+ * unix/configure: regened
+ * unix/configure.in: added SC_ENABLE_LANGINFO call
+ * unix/tcl.m4: made SHLIB_LD_LIBS='${LIBS}' for FreeBSD* (meyer)
+ Added modified version of Wagner patch to make use of nl_langinfo
+ where possible to determine Unix platform encoding, instead of the
+ inflexible built-in system. This is used by default when
+ possible, and can be disabled with --enable-langinfo=no.
+ [Patch #418645] (hobbs, wagner)
+
2001-11-16 Miguel Sofer <msofer@users.sourceforge.net>
* generic/tclCompile.h: