diff options
author | dgp <dgp@users.sourceforge.net> | 2005-05-25 16:13:16 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-05-25 16:13:16 (GMT) |
commit | 17da6ea9da2761c0e93da57cbbd779ec138e7a39 (patch) | |
tree | 5f85fe1c5270262b37c3b75c16728b3c5cc54428 /ChangeLog | |
parent | f4ce59d358e3993aa45141bf6f1c37c1166ae2ec (diff) | |
download | tcl-17da6ea9da2761c0e93da57cbbd779ec138e7a39.zip tcl-17da6ea9da2761c0e93da57cbbd779ec138e7a39.tar.gz tcl-17da6ea9da2761c0e93da57cbbd779ec138e7a39.tar.bz2 |
TIP#182 IMPLEMENTATION [Patch 1165062]
* doc/mathfunc.n: New built-in math function bool().
* generic/tclBasic.c:
* tests/expr.test:
* tests/info.test:
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2005-05-25 Don Porter <dgp@users.sourceforge.net> + + TIP#182 IMPLEMENTATION [Patch 1165062] + + * doc/mathfunc.n: New built-in math function bool(). + * generic/tclBasic.c: + * tests/expr.test: + * tests/info.test: + 2005-05-24 Don Porter <dgp@users.sourceforge.net> * library/init.tcl: Updated [unknown] to be sure the [return] |