summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog37
1 files changed, 21 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e88ec7..3540c93 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,19 @@
+2008-06-29 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/object.n (EXAMPLES): Fix incorrect usage of oo::define to be
+ done with oo::objdefine instead. [Bug 2004480]
+
2008-06-28 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks
- Rolf Ade for detecting and Dan Steffen for the fix [Bug 2004654].
+ * generic/tclPathObj.c: Plug memory leak in [Bug 1972879] fix. Thanks
+ to Rolf Ade for detecting and Dan Steffen for the fix. [Bug 2004654]
2008-06-26 Andreas Kupries <andreask@activestate.com>
* unix/Makefile.in: Followup to my change of 2008-06-25, make code
generated by the Makefile and put into the installed tm.tcl
- conditional on interpreter safeness as well. Thanks to Daniel
- Steffen for reminding me of that code.
+ conditional on interpreter safeness as well. Thanks to Daniel Steffen
+ for reminding me of that code.
2008-06-25 Don Porter <dgp@users.sourceforge.net>
@@ -20,10 +25,10 @@
2008-06-25 Andreas Kupries <andreask@activestate.com>
- * library/tm.tcl: Modified the handling of Tcl Modules and of the
+ * library/tm.tcl: Modified the handling of Tcl Modules and of the
* library/safe.tcl: Safe Base to interact nicely with each other,
* library/init.tcl: enabling requiring Tcl Modules in safe
- * tests/safe.test: interpreters. Fixes [Bug 1999119].
+ * tests/safe.test: interpreters. [Bug 1999119]
2008-06-25 Pat Thoyts <patthoyts@users.sourceforge.net>
@@ -32,21 +37,21 @@
2008-06-24 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: Fixed some internals management in the "path"
- Tcl_ObjType for the empty string value. Problem led to a crash in
- the command [glob -dir {} a]. [Bug 1999176].
+ * generic/tclPathObj.c: Fixed some internals management in the "path"
+ Tcl_ObjType for the empty string value. Problem led to a crash in the
+ command [glob -dir {} a]. [Bug 1999176].
2008-06-24 Pat Thoyts <patthoyts@users.sourceforge.net>
- * doc/fileevent.n: bug #1995063 fix examples and comment on eof use.
+ * doc/fileevent.n: Fix examples and comment on eof use. [Bug 1995063]
2008-06-23 Don Porter <dgp@users.sourceforge.net>
- * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when
+ * generic/tclPathObj.c: Fixed bug in Tcl_GetTranslatedPath() when
operating on the "Special path" variant of the "path" Tcl_ObjType
- intrep. A full normalization was getting done, in particular, coercing
- relative paths to absolute, contrary to what the function of
- producing the "translated path" is supposed to do. [Bug 1972879].
+ intrep. A full normalization was getting done, in particular, coercing
+ relative paths to absolute, contrary to what the function of producing
+ the "translated path" is supposed to do. [Bug 1972879]
2008-06-20 Don Porter <dgp@users.sourceforge.net>
@@ -54,7 +59,7 @@
* generic/tclInterp.c: Fixed completely boneheaded mistake that
* tests/interp.test: [interp bgerror $slave] and [$slave bgerror]
- would always act like [interp bgerror {}]. [Bug 1999035].
+ would always act like [interp bgerror {}]. [Bug 1999035]
* tests/chanio.test: Corrected flawed tests revealed by a -debug 1
* tests/cmdAH.test: -singleproc 1 test suite run.
@@ -64,7 +69,7 @@
* tests/ioTrans.test:
* tests/namespace.test:
- * tests/encoding.test: Make failing tests pass again. [Bug 1972867]
+ * tests/encoding.test: Make failing tests pass again. [Bug 1972867]
2008-06-19 Donal K. Fellows <dkf@users.sf.net>