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 da...@apache.org on 2001/11/22 00:30:04 UTC

cvs commit: tcl-websh/src/tests dispatch.test

davidw      01/11/21 15:30:04

  Modified:    src      ChangeLog
               src/apachetests README server.conf
               src/tests dispatch.test
  Log:
  * tests/dispatch.test: Changes necessary here to correctly handle
    errors that are now propogated from web::dispatch.
  
  * generic/dispatch.c (Web_Dispatch): Propogate errors from
  	  parsePostData.
  
  * cfg.c: Added CMDURLTIMESTAMP as a global option that may be
    configured with web::config.
  
  * unix/configure.in: Added debugging flags.
  
  * generic/request_ap.c (requestFillRequestValues): Make
    requestFillRequestValues return TCL_ERROR instead of NULL.
  
  * generic/context.tcl: Added 'delete' proc for contexts.
  
  Revision  Changes    Path
  1.4       +23 -0     tcl-websh/src/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/ChangeLog,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ChangeLog	2001/11/07 12:57:01	1.3
  +++ ChangeLog	2001/11/21 23:30:04	1.4
  @@ -1,3 +1,26 @@
  +2001-11-22  David N. Welton  <da...@dedasys.com>
  +
  +	* tests/dispatch.test: Changes necessary here to correctly handle
  +	errors that are now propogated from web::dispatch.
  +
  +	* generic/dispatch.c (Web_Dispatch): Propogate errors from
  +	parsePostData.
  +
  +	* cfg.c: Added CMDURLTIMESTAMP as a global option that may be
  +	configured with web::config.
  +
  +	* unix/configure.in: Added debugging flags.
  +
  +	* generic/request_ap.c (requestFillRequestValues): Make
  +	requestFillRequestValues return TCL_ERROR instead of NULL.
  +
  +	* generic/context.tcl: Added 'delete' proc for contexts.
  +
  +	* Added apachetests directory.
  +
  +	* generic/log.c (createLogData): Change logSubst to default to 0
  +	(off).
  +
   2001-11-07  David N. Welton  <da...@dedasys.com>
   
   	* generic/uricode.c (uriDecode): changed 'utf' to be a signed
  
  
  
  1.2       +1 -1      tcl-websh/src/apachetests/README
  
  Index: README
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/apachetests/README,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- README	2001/11/20 14:12:23	1.1
  +++ README	2001/11/21 23:30:04	1.2
  @@ -1,6 +1,6 @@
   			 Tests for mod_websh
   			 ===================
  -				 $Id: README,v 1.1 2001/11/20 14:12:23 davidw Exp $
  +	  $Id: README,v 1.2 2001/11/21 23:30:04 davidw Exp $
   
   Testing system for mod_websh.
   
  
  
  
  1.2       +0 -0      tcl-websh/src/apachetests/server.conf
  
  Index: server.conf
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/apachetests/server.conf,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- server.conf	2001/11/20 13:55:04	1.1
  +++ server.conf	2001/11/21 23:30:04	1.2
  @@ -1,4 +1,4 @@
  -# $Id: server.conf,v 1.1 2001/11/20 13:55:04 davidw Exp $
  +# $Id: server.conf,v 1.2 2001/11/21 23:30:04 davidw Exp $
   # Minimal config file for testing
   
   # Parsed by makeconf.tcl
  
  
  
  1.4       +16 -12    tcl-websh/src/tests/dispatch.test
  
  Index: dispatch.test
  ===================================================================
  RCS file: /home/cvs/tcl-websh/src/tests/dispatch.test,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  Binary files /tmp/cvsaLRSb73UrO and /tmp/cvsm5WzhPgDQS differ