CVS History for TIP #181

VersionAuthorDateQuick Comparison
1.1dkf2004-03-23 15:31:56 -0800 View this version
Log Message
  Created for Neil Madden <nem at cs dot nott dot ac dot uk>
1.2dkf2004-03-24 01:29:49 -0800 View this version
Log Message
  Some tidying up to clarify what is actually specified to [namespace unknown]
  and to stomp out a security fault that NEM found in his examples.
1.3WebEdit2004-05-20 13:29:24 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Updated the syntax to only operate on the current namespace, and to provide introspection.
1.4WebEdit2004-05-21 13:10:32 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Update TIP so that the global namespace is indeed searched before calling the unknown handler. This is the Right Thing to do, as it prevents issues with resolution of commands in the actual handler, simplifies the implementation, and doesn't exceed the scope of the TIP (which is really about better unknown handling - changing command resolution should be the subject of a different TIP). Also added link to reference implementation.
1.5WebEdit2004-05-21 14:39:59 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Minor fix so examples can copy/paste into tkcon and actually work (with patch, of course).
1.6WebEdit2004-05-24 07:57:10 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Updated to show that default handler can be restored by setting handler to {}
1.7WebEdit2004-07-02 16:42:53 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Altered description of how non-global namespaces default unknown handlers are defined. They are now defined to call the global unknown handler (whatever it is), rather than being hardcoded to ::unknown. This allows simple per-interp unknown handling to be installed as a default.
1.8WebEdit2004-07-02 16:45:32 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Minor tweak of ordering to make more sense...
1.9WebEdit2004-11-09 11:05:46 -0800 View this version
Log Message
  Revision through web from 1User <10q at ngs dot com>
1.10WebEdit2004-11-11 13:54:05 -0800 View this version
Log Message
  Revision through web from 1User <10q at ngs dot com>
1.11WebEdit2004-11-18 04:52:42 -0800 View this version
Log Message
  Revision through web from durik <as at hotmail dot com>
1.12WebEdit2004-11-21 02:01:54 -0800 View this version
Log Message
  Revision through web from  <fdsfa at hotmail dot com>
1.13WebEdit2004-11-21 09:01:39 -0800 View this version
Log Message
  Revision through web from nemets <babici at 37 dot com>
1.14WebEdit2004-11-21 11:14:39 -0800 View this version
Log Message
  Revision through web from dff <cd at dd dot com>
1.15WebEdit2004-11-21 17:14:29 -0800 View this version
Log Message
  Revision through web from man <ggg at mail dot com>
1.16WebEdit2004-11-23 08:57:32 -0800 View this version
Log Message
  Revision through web from Zalupa <z at z dot zoz>
  vxcv
1.17WebEdit2004-11-23 14:08:23 -0800 View this version
Log Message
  Revision through web from man <ggg at mail dot com>
1.18WebEdit2004-11-26 03:47:05 -0800 View this version
Log Message
  Revision through web from durik <as at hotmail dot com>
1.19WebEdit2004-12-01 04:33:16 -0800 View this version
Log Message
  Revision through web from Zalupa <z at z dot zoz>
1.20WebEdit2004-12-02 12:10:39 -0800 View this version
Log Message
  Revision through web from Jeff Hobbs <jeffh at activestate dot com>
  edited by JH to remove sp*mification - needs revert to last good version
1.21WebEdit2004-12-02 12:20:35 -0800 View this version
Log Message
  Revision through web from Richard Suchenwirth <richard dot suchenwirth-bauersachs at siemens dot com>
1.22WebEdit2004-12-02 12:23:29 -0800 View this version
Log Message
  Revision through web from Richard Suchenwirth <richard dot suchenwirth-bauersachs at siemens dot com>
1.23jeffh2004-12-02 12:29:16 -0800 View this version
Log Message
  revert to good version 1.8
1.24WebEdit2005-03-25 05:59:39 -0800 View this version
Log Message
  Revision through web from dvd <dvdv at yahoo dot com>
1.25WebEdit2005-06-13 16:07:16 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Updated the TIP to reflect the realities of a post-229 world. Sharpened up the rationale and cut the irrelevant waffle.
1.26dkf2005-06-14 00:54:35 -0700 View this version
Log Message
  Finish cleaning up after link spammer
1.27dkf2005-06-14 01:12:46 -0700 View this version
Log Message
  Formatting cleanup
1.28WebEdit2005-06-27 13:19:35 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Added reference to TIP 221 (interp bgerror) which uses a similar mechanism.
1.29WebEdit2005-09-15 13:36:20 -0700 View this version
Log Message
  Revision through web from Neil Madden <nem at cs dot nott dot ac dot uk>
  Added some rationale as to why it is the originating namespace that is responsible for handling unknown commands, rather than the target namespace.
1.30dgp2006-01-25 07:20:46 -0800 View this version
Log Message
  Vote called by DGP.  Polls close [clock format 1138813200].
1.31dgp2006-01-25 07:21:40 -0800 View this version
Log Message
  D'oh!
1.32dgp2006-02-01 09:19:12 -0800 View this version
Log Message
  Accepted:	8-0-1
  YES:		Porter, Sofer, Kenny, English, DeJong, Hipp, Hobbs,
  		Kupries
  PRESENT:	Fellows
1.33dgp2006-02-01 10:35:23 -0800 View this version
Log Message
  TIP 181 Implementation (Patch 958222) committed for Tcl 8.5a4

Powered by Tcl
TIP AutoGenerator - written by Donal K. Fellows