summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-21 22:05:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-21 22:05:46 (GMT)
commit802eead7131d784d450b7a150d8f9c2ce88891f1 (patch)
treeac3c80a2e27a83bc879a784e0413f245d0776905 /ChangeLog
parentdc5fa4d7e5018ee5bd3034f1a5d1bf47e980c0e4 (diff)
downloadtcl-802eead7131d784d450b7a150d8f9c2ce88891f1.zip
tcl-802eead7131d784d450b7a150d8f9c2ce88891f1.tar.gz
tcl-802eead7131d784d450b7a150d8f9c2ce88891f1.tar.bz2
MINOR CHANGE: Tidy up changelog formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog124
1 files changed, 61 insertions, 63 deletions
diff --git a/ChangeLog b/ChangeLog
index 75b081c..3385d0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,23 +18,21 @@
2008-12-20 Kevin B. Kenny <kennykb@acm.org>
- * win/Makefile.in:
- * win/configure.in: Renamed the static library libtcl86s.a to
- have a name distinct from the import library
+ * win/Makefile.in: Renamed the static library libtcl86s.a to
+ * win/configure.in: have a name distinct from the import library
libtcl86.a. This renaming dodges an ancient
bug in the Makefile revealed by the last
commit where the $(TCL_LIB_FILE) rule can
- fire to try to build the static library in
- a --enable-shared build (and create a
- static library that subsequently fails to
- link).
+ fire to try to build the static library in a
+ --enable-shared build (and create a static
+ library that subsequently fails to link).
Revised the zlib objects so that they are
built directly into the build dir, without
building an intermediate static library.
- *** POTENTIAL INCOMPATIBILITY *** for embedders
- who link to the static library, but I couldn't
- figure out how to sort this out any other
- way.
+ *** POTENTIAL INCOMPATIBILITY *** for
+ embedders who link to the static library, but
+ I couldn't figure out how to sort this out
+ any other way.
* win/configure: Autoconf 2.59
2008-12-20 Donal K. Fellows <dkf@users.sf.net>
@@ -95,7 +93,7 @@
2008-12-19 Kevin Kenny <kennykb@acm.org>
- * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.
+ * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all
* win/configure.in:
* win/Makefile.in: Added build of packages in the 'pkgs/' directory.
@@ -164,9 +162,9 @@
2008-12-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclResult.c: Move variable "length" inside if()
- * generic/tclStringObj.c: don't use ckfree((void *)...) but
- * generic/tclVar.c: ckfree((char *)...)
+ * generic/tclResult.c: Move variable "length" inside if()
+ * generic/tclStringObj.c: Don't use ckfree((void *)...) but
+ * generic/tclVar.c: ckfree((char *)...)
* generic/tclZlib.c
* generic/tclBasic.c
@@ -195,9 +193,9 @@
* generic/tclThreadTest.c: Eliminate -Wwrite-strings warnings in
--enable-threads build.
- * generic/tclExecute.c: Use TclNewLiteralStringObj()
- * unix/tclUnixFCmd.c: Use TclNewLiteralStringObj()
- * win/tclWinFCmd.c: Use TclNewLiteralStringObj()
+ * generic/tclExecute.c: Use TclNewLiteralStringObj()
+ * unix/tclUnixFCmd.c: Use TclNewLiteralStringObj()
+ * win/tclWinFCmd.c: Use TclNewLiteralStringObj()
2008-12-16 Donal K. Fellows <dkf@users.sf.net>
@@ -307,8 +305,8 @@
2008-12-11 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclZlib.c: Eliminate warning: different 'const' qualifiers
- with msvc compiler. A few more 'const' optimizations.
- * win/tcl.m4: fix Windows build (msvc) for TIP #234 implementation
+ with msvc compiler. A few more 'const' optimizations.
+ * win/tcl.m4: Fix Windows build (msvc) for TIP #234 implementation
* win/Makefile.in:
* win/configure:
@@ -330,7 +328,7 @@
2008-12-11 Jan Nijtmans <nijtmans@users.sf.net>
- * win/Makefile.in: fix Windows build (mingw) for TIP #234
+ * win/Makefile.in: Fix Windows build (mingw) for TIP #234
implementation (additionally, first make sure that zlib is available,
and rename the standard zdll.lib to libz.a, but at least this works so
far).
@@ -535,10 +533,10 @@
2008-11-25 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclIndexObj.c: Eliminate 3 calls to Tcl_SetResult, as
- * generic/tclIO.c: examples how it should have been done.
- * generic/tclTestObj.c: purpose: contribute in the TIP #340
- discussion.
+ * generic/tclIndexObj.c: Eliminate 3 calls to Tcl_SetResult, as
+ * generic/tclIO.c: examples how it should have been done.
+ * generic/tclTestObj.c: purpose: contribute in the TIP #340
+ discussion.
2008-11-25 Andreas Kupries <andreask@activestate.com>
@@ -549,7 +547,7 @@
2008-11-25 Jan Nijtmans <nijtmans@users.sf.net>
* generic/tclTest.c: Don't assume that Tcl_SetResult sets
- interp->result, especially not in a dstring test, in preparation for
+ interp->result, especially not in a DString test, in preparation for
TIP #340
2008-11-24 Donal K. Fellows <dkf@users.sf.net>
@@ -564,9 +562,9 @@
2008-11-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tcl.decls: Fix signature and implementation of
- * generic/tclDecls.h: Tcl_HashStats, such that it conforms to the
- * generic/tclHash.c: documentation. [Bug 2308236]
+ * generic/tcl.decls: Fix signature and implementation of
+ * generic/tclDecls.h: Tcl_HashStats, such that it conforms to the
+ * generic/tclHash.c: documentation. [Bug 2308236]
* generic/tclVar.c:
* doc/Hash.3:
* generic/tclDictObj.c: Convert Tcl_SetResult call to
@@ -606,24 +604,24 @@
2008-11-11 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclNamesp.c: Eliminate warning: passing arg 4 of
- `Tcl_SplitList' from incompatible pointer type.
- * win/tcl.m4: Reverted change from 2008-11-06 (was under the
- impression that "-Wno-implicit-int" added an
- extra warning)
- * win/configure: (regenerated)
- * unix/tcl.m4: Use -O2 as gcc optimization compiler flag, and
- get rid of -Wno-implicit-int for UNIX.
- * unix/configure: (regenerated)
+ * generic/tclNamesp.c: Eliminate warning: passing arg 4 of
+ Tcl_SplitList from incompatible pointer type.
+ * win/tcl.m4: Reverted change from 2008-11-06 (was under the
+ impression that "-Wno-implicit-int" added an extra
+ warning)
+ * win/configure: (regenerated)
+ * unix/tcl.m4: Use -O2 as gcc optimization compiler flag, and get rid
+ of -Wno-implicit-int for UNIX.
+ * unix/configure: (regenerated)
2008-11-10 Andreas Kupries <andreask@activestate.com>
* doc/platform_shell.n: Fixed [Bug 2255235], reported by Ulrich
* library/platform/pkgIndex.tcl: Ring <uring@users.sourceforge.net>.
* library/platform/shell.tcl: Updated the LOCATE command in the
- * library/tm.tcl: package 'platform::shell' to handle the new form
+ * library/tm.tcl: package 'platform::shell' to handle the new form
* unix/Makefile.in: of 'provide' commands generated by tm.tcl. Bumped
- * win/Makefile.in: package to version 1.1.4. Added cross-references
+ * win/Makefile.in: package to version 1.1.4. Added cross-references
to the relevant parts of the code to avoid future desynchronization.
2008-11-07 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -642,9 +640,9 @@
2008-11-04 Jeff Hobbs <jeffh@ActiveState.com>
- * generic/tclPort.h: remove the ../win/ header dir as the build
- system already has it, and it confuses builds when used with
- private headers installed.
+ * generic/tclPort.h: Remove the ../win/ header dir as the build system
+ already has it, and it confuses builds when used with private headers
+ installed.
2008-11-01 Donal K. Fellows <dkf@users.sf.net>
@@ -735,19 +733,19 @@
2008-10-17 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclOO.decls: CONST -> const.
- * generic/tclOODecls.h: (regenerated)
- * generic/tclOOIntDecls.h: (regenerated)
+ * generic/tclOO.decls: CONST -> const.
+ * generic/tclOODecls.h: (regenerated)
+ * generic/tclOOIntDecls.h: (regenerated)
2008-10-17 Andreas Kupries <andreask@activestate.com>
- * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed
- debug output in C++ comment.
+ * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed debug
+ output in C++ comment.
2008-10-17 Don Porter <dgp@users.sourceforge.net>
- * generic/tclCompile.h: Declare the internal tclInstructionTable
- * generic/tclExecute.c: to simply be "const", not CONST86.
+ * generic/tclCompile.h: Declare the internal tclInstructionTable to
+ * generic/tclExecute.c: simply be "const", not CONST86.
* generic/tclCmdAH.c: whitespace.
* generic/tclCmdIL.c: Uninitialized variable warning.
@@ -761,9 +759,9 @@
2008-10-16 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/regc_locale.c: Add "const" to many internal
- * generic/tclClock.c: const tables. No functional
- * generic/tclCmdIL.c: or API change.
+ * generic/regc_locale.c: Add "const" to many internal const tables.
+ * generic/tclClock.c: No functional or API change.
+ * generic/tclCmdIL.c
* generic/tclConfig.c
* generic/tclDate.c
* generic/tclEncoding.c
@@ -790,7 +788,7 @@
* generic/tclThreadTest.c
* generic/tclTimer.c
* generic/tclTrace.c
- * macosx/tclMacOSXFCmd.c:
+ * macosx/tclMacOSXFCmd.c
* win/cat.c
* win/tclWinInit.c
* win/tclWinTest.c
@@ -804,12 +802,12 @@
2008-10-15 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclInt.h: Add "const" to many internal
- * generic/tclBinary.c: const tables, so those will be
- * generic/tclCompile.c: put by the C-compiler in the
- * generic/tclDictObj.c: TEXT segment in stead of the
- * generic/tclHash.c: DATA segment. This makes those
- * generic/tclListObj.c: table sharable in shared libraries.
+ * generic/tclInt.h: Add "const" to many internal const tables, so
+ * generic/tclBinary.c: those will be put by the C-compiler in the
+ * generic/tclCompile.c: TEXT segment in stead of the DATA segment.
+ * generic/tclDictObj.c: This makes those tables sharable in shared
+ * generic/tclHash.c: libraries.
+ * generic/tclListObj.c:
* generic/tclNamesp.c:
* generic/tclObj.c:
* generic/tclProc.c:
@@ -820,8 +818,8 @@
2008-10-14 Jan Nijtmans <nijtmans@users.sf.net>
- * generic/tclCmdAH.c: Fix minor compiler warnings when compiling
- * generic/tclCmdMZ.c: with -Wwrite-strings
+ * generic/tclCmdAH.c: Fix minor compiler warnings when compiling
+ * generic/tclCmdMZ.c: with -Wwrite-strings.
* generic/tclIndexObj.c:
* generic/tclProc.c:
* generic/tclStubLib.c:
@@ -849,7 +847,7 @@
* unix/configure: autoconf-2.59
* win/configure:
- * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all.
+ * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all
* generic/tclCmdIL.c: Fix write to unallocated memory whenever
[lrepeat] returns an empty list.