CVS History for TIP #83

VersionAuthorDateQuick Comparison
1.1dkf2002-01-24 07:07:30 -0800 View this version
Log Message
  Created for Marian Szczepkowski <marian at mail dot jozep dot com dot au>
1.2WebEdit2003-03-19 15:41:43 -0800 View this version
Log Message
  Revision through web from  <dgp at users dot sf dot net>
1.3WebEdit2003-03-19 15:42:14 -0800 View this version
Log Message
  Revision through web from  <dgp at users dot sf dot net>
1.4dgp2003-08-13 12:59:27 -0700 View this version
Log Message
  All TIPs that were targeting 8.4, yet were not Final in time for 8.4
  are now shifted to be targeted at 8.5.
  Some TIPs that were Accepted for 8.4, but never made Final, are now
  shifted to be targeted at 8.5, and marked Deferred for lack of progress.
1.5dkf2003-10-02 15:04:39 -0700 View this version
Log Message
  Given that tclvfs provides a way to mount the whole http: protocol
  (so making Tcl_EvalUrl unneeded anyway) and Tcl_EvalChannel is easily
  implemented using a trivial script (Tcl_EvalFile is not sophisticated;
  duplicating it in a script is a few minutes work), I'm parking this
  TIP until someone convinces me they've got a pressing need for it (or
  a whole bunch of working code).  Being able to read a script from a
  channel piecemeal would be an excellent addition which would encourage
  the reopening of the TIP...  <hint!>
1.6dkf2003-12-12 02:55:49 -0800 View this version
Log Message
  This functionality is better replaced with scripts and the TclVFS extension.
  (Handling a URL in low-level C has too many pitfalls.)

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