You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rivet-dev@tcl.apache.org by ka...@apache.org on 2004/12/03 22:48:48 UTC

cvs commit: tcl-rivet BUGS ChangeLog STATUS VERSION configure.ac

karl        2004/12/03 13:48:48

  Modified:    .        ChangeLog STATUS VERSION configure.ac
  Added:       .        BUGS
  Log:
  Add BUGS, update STATUS and VERSION and remove superfluous junk from
  configure.ac.
  
  Revision  Changes    Path
  1.213     +4 -0      tcl-rivet/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/ChangeLog,v
  retrieving revision 1.212
  retrieving revision 1.213
  diff -u -r1.212 -r1.213
  --- ChangeLog	3 Dec 2004 20:02:42 -0000	1.212
  +++ ChangeLog	3 Dec 2004 21:48:48 -0000	1.213
  @@ -4,6 +4,10 @@
   	  as bad syntax, etc, to raise a Tcl error in many methods that
   	  used to just return 1 or 0 (like DIO store).
   
  +	* configure.ac: Remove superfluous commented-out lines
  +
  +        * Add BUGS file.  Update STATUS and VERSION files.
  +
   2004-12-02  David N. Welton  <da...@dedasys.com>
   
   	* Removed libtool - it appears to be under the GPL!
  
  
  
  1.16      +2 -1      tcl-rivet/STATUS
  
  Index: STATUS
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/STATUS,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- STATUS	2 Dec 2004 21:02:21 -0000	1.15
  +++ STATUS	3 Dec 2004 21:48:48 -0000	1.16
  @@ -30,5 +30,6 @@
   Debian testing/unstable   Tcl 8.4      Yes
   Redhat 7.3		  Tcl 8.4      Yes
   FreeBSD 4.8-STABLE	  Tcl 8.4      Yes
  +FreeBSD 5.3               Tcl 8.4      Yes
   
   *) auto* tools work in progress.
  
  
  
  1.7       +1 -1      tcl-rivet/VERSION
  
  Index: VERSION
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/VERSION,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- VERSION	24 Apr 2004 20:13:23 -0000	1.6
  +++ VERSION	3 Dec 2004 21:48:48 -0000	1.7
  @@ -1 +1 @@
  -0.4.0
  +0.5.0
  
  
  
  1.13      +1 -3      tcl-rivet/configure.ac
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvs/tcl-rivet/configure.ac,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.ac	3 Dec 2004 03:34:22 -0000	1.12
  +++ configure.ac	3 Dec 2004 21:48:48 -0000	1.13
  @@ -24,8 +24,6 @@
   
   AC_INIT([Rivet],[0.5.0])
   AC_CONFIG_HEADERS([config.h])
  -#AC_DEFINE([HAVE_LIMITS_H],[],[Define if your machine has <limits.h>])
  -#AC_DEFINE([HAVE_NET_ERRNO_H],[],[Define if your machine has < net/errno.h>])
   
   #--------------------------------------------------------------------
   # Call TEA_INIT as the first TEA_ macro to set up initial vars.
  
  
  
  1.1                  tcl-rivet/BUGS
  
  Index: BUGS
  ===================================================================
  KNOWN BUGS
  
  $Id: BUGS,v 1.1 2004/12/03 21:48:48 karl Exp $
  
  "DIO store" will malfunction if the case of the variable names in the array
  does not match the case of the field names in the table.  What happens is that 
  any fields with case inconsistencies will neither be inserted or updated.
  
  
  
  

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