diff options
author | hobbs <hobbs> | 2001-11-16 20:55:39 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-11-16 20:55:39 (GMT) |
commit | 96e1762fbd024a762d4c36283ab77259c338f8ee (patch) | |
tree | 7669a143cf3a5404697e45b8e0fbe5a2b6e2c5ed /ChangeLog | |
parent | 76ee7178050083224079f10b6e7ff6b480ac7e1e (diff) | |
download | tcl-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-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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: |