You are viewing a plain text version of this content. The canonical link for it is here.
Posted to websh-cvs@tcl.apache.org by ro...@apache.org on 2006/05/28 17:47:57 UTC

svn commit: r409962 - in /tcl/websh/trunk: CHANGES src/ChangeLog

Author: ronnie
Date: Sun May 28 08:47:56 2006
New Revision: 409962

URL: http://svn.apache.org/viewvc?rev=409962&view=rev
Log:
- latest additions

Modified:
    tcl/websh/trunk/CHANGES
    tcl/websh/trunk/src/ChangeLog

Modified: tcl/websh/trunk/CHANGES
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/CHANGES?rev=409962&r1=409961&r2=409962&view=diff
==============================================================================
--- tcl/websh/trunk/CHANGES (original)
+++ tcl/websh/trunk/CHANGES Sun May 28 08:47:56 2006
@@ -9,6 +9,8 @@
 Trunk
 -----
 
+- Fix of html file handling in mod_websh under Windows
+
 - Added documentation of [web::config reset] and [web::cmdurlcfg]
   and other minor fixes in quickref
 

Modified: tcl/websh/trunk/src/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?rev=409962&r1=409961&r2=409962&view=diff
==============================================================================
--- tcl/websh/trunk/src/ChangeLog (original)
+++ tcl/websh/trunk/src/ChangeLog Sun May 28 08:47:56 2006
@@ -1,3 +1,12 @@
+2006-05-22 Brunner Ronnie <ro...@netcetera.ch>
+
+	* src/generic/interpool.c:
+	Fixed call to Tcl_Access under Windows (newer Tcl versions)
+	(define R_OK locally instead of using external Windows variable)
+
+	* src/win/Makefile:
+	Default Tcl version set to 8.4
+	
 2006-03-10 Brunner Ronnie <ro...@netcetera.ch>
 
 	* doc/quickref.xml, doc/quickref.xsl:



---------------------------------------------------------------------
To unsubscribe, e-mail: websh-cvs-unsubscribe@tcl.apache.org
For additional commands, e-mail: websh-cvs-help@tcl.apache.org