summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-04-28 16:02:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-04-28 16:02:09 (GMT)
commit0f60d55a98aa637a0b6ce1a6fabe8fdcd4df6eb4 (patch)
tree3d0a3378ba018b21c5ba3eca74a04c79da39a7a9 /ChangeLog
parent7fa90bb19565f59f0c918cac88e2a34bf51cd0fa (diff)
parent98b8497049cfeef401ed6514580249aac3383d4e (diff)
downloadtcl-0f60d55a98aa637a0b6ce1a6fabe8fdcd4df6eb4.zip
tcl-0f60d55a98aa637a0b6ce1a6fabe8fdcd4df6eb4.tar.gz
tcl-0f60d55a98aa637a0b6ce1a6fabe8fdcd4df6eb4.tar.bz2
More isspace() callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 2 insertions, 19 deletions
diff --git a/ChangeLog b/ChangeLog
index 4733e39..856780e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,28 +7,11 @@
* generic/tclCmdMZ.c: Use new routines to replace calls to
* generic/tclListObj.c: isspace() and their /* INTL */ risk.
* generic/tclStrToD.c:
+ * generic/tclUtf.c:
+ * unix/tclUnixFile.c:
* generic/tclStringObj.c: Improved reaction to out of memory.
-2011-03-16 Jan Nijtmans <nijtmans@users.sf.net>
-
- * unix/tcl.m4: Make SHLIB_LD_LIBS='${LIBS}' the default and
- * unix/configure: set to "" on per-platform necessary basis.
- Backported from TEA, but kept all original platform code which was
- removed from TEA.
-
-2011-03-14 Kevin B. Kenny <kennykb@acm.org>
-
- * tools/tclZIC.tcl (onDayOfMonth): Allow for leading zeroes
- in month and day so that tzdata2011d parses correctly.
- * library/tzdata/America/Havana:
- * library/tzdata/America/Juneau:
- * library/tzdata/America/Santiago:
- * library/tzdata/Europe/Istanbul:
- * library/tzdata/Pacific/Apia:
- * library/tzdata/Pacific/Easter:
- * library/tzdata/Pacific/Honolulu: tzdata2011d
-
2011-04-27 Don Porter <dgp@users.sourceforge.net>
* generic/tclCmdMZ.c: TclFreeIntRep() correction & cleanup.