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 2008/03/14 17:14:07 UTC

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

Author: ronnie
Date: Fri Mar 14 09:14:03 2008
New Revision: 637143

URL: http://svn.apache.org/viewvc?rev=637143&view=rev
Log:
reflect latest changes

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=637143&r1=637142&r2=637143&view=diff
==============================================================================
--- tcl/websh/trunk/CHANGES (original)
+++ tcl/websh/trunk/CHANGES Fri Mar 14 09:14:03 2008
@@ -9,6 +9,10 @@
 Trunk
 -----
 
+- Easier ./configure handling (--with-tcl can now cover lib and include)
+
+- Bug fix Unix Makefile test rule was broken on some systems 
+
 - Added --with-aprinclude and --with-apuinclude variables to configure
 
 - CGI https scheme detection compatibility with Sunone web server

Modified: tcl/websh/trunk/src/ChangeLog
URL: http://svn.apache.org/viewvc/tcl/websh/trunk/src/ChangeLog?rev=637143&r1=637142&r2=637143&view=diff
==============================================================================
--- tcl/websh/trunk/src/ChangeLog (original)
+++ tcl/websh/trunk/src/ChangeLog Fri Mar 14 09:14:03 2008
@@ -1,3 +1,18 @@
+2008-03-14 Brunner Ronnie <ro...@netcetera.ch>
+	* src/unix/Makefile.in:
+	- fixed test rules (LD_LIBRARY_PATH was not set correctly 
+	  on some systems): now refers to Tcl library specified with configure
+	* src/unix/tcl.m4:
+	- allow to configure tcl using --with-tcl only (no need for 
+	  --with-tclinclude if lib/tclConfig.sh and include/tcl.h are sibling
+	  directories
+	
+2008-03-06 Brunner Ronnie <ro...@netcetera.ch>
+	* src/generic/webutl.c, src/generic/varchannel.c:
+	- bug fix Tcl_Obj life-cycle (fixed crash under Tcl8.5.1)
+	* src/generic/response_ap.c, src/generic/url.c:
+	- fixed Windows version (strcasecmp)
+
 2008-03-04 Brunner Ronnie <ro...@netcetera.ch>
 	* src/unix/configure.in, src/unix/Makefile.in:
 	- added --with-aprinclude and --with-apuinclude variables 



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