cvs commit: apache STATUS

1998-01-24 Thread coar
coar98/01/24 06:52:46

  Modified:.Tag: APACHE_1_2_X STATUS
  Log:
Note commit model in use.
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.23  +5 -0  apache/Attic/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.22
  retrieving revision 1.1.2.23
  diff -u -r1.1.2.22 -r1.1.2.23
  --- STATUS1998/01/22 16:36:40 1.1.2.22
  +++ STATUS1998/01/24 14:52:45 1.1.2.23
  @@ -2,6 +2,11 @@
   or DoS bugs.  Changes that have been tested in 1.3 already may be given
   consideration.  Easy portability fixes may be given consideration.
   
  +Current Modes:
  +
  +o Commit-Then-Review (see http://dev.apache.org/guidelines.html#ctr
  +o NO lazy voting
  +
   Committed since 1.2.5:
   
   * Martins portability change for ReliantUNIX/SINIX (_XPG_IV switch)
  
  
  


cvs commit: apache STATUS

1998-01-24 Thread coar
coar98/01/24 06:59:57

  Modified:.Tag: APACHE_1_2_X STATUS
  Log:
Note the RM for 1.2.* (and test moving the master STATUS,v
file out of the Attic).
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.24  +2 -0  apache/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/STATUS,v
  retrieving revision 1.1.2.23
  retrieving revision 1.1.2.24
  diff -u -r1.1.2.23 -r1.1.2.24
  --- STATUS1998/01/24 14:52:45 1.1.2.23
  +++ STATUS1998/01/24 14:59:57 1.1.2.24
  @@ -2,6 +2,8 @@
   or DoS bugs.  Changes that have been tested in 1.3 already may be given
   consideration.  Easy portability fixes may be given consideration.
   
  +Dean is pretty much accepted as the release manager for this branch.
  +
   Current Modes:
   
   o Commit-Then-Review (see http://dev.apache.org/guidelines.html#ctr
  
  
  


cvs commit: apache STATUS

1998-01-22 Thread coar
coar98/01/22 08:36:41

  Modified:src  Tag: APACHE_1_2_X mod_imap.c
   .Tag: APACHE_1_2_X STATUS
  Log:
Remove extraneous consts which caused some compilers to complain.
  
  PR:   1650 (et al.)
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.21.2.4  +5 -4  apache/src/mod_imap.c
  
  Index: mod_imap.c
  ===
  RCS file: /export/home/cvs/apache/src/mod_imap.c,v
  retrieving revision 1.21.2.3
  retrieving revision 1.21.2.4
  diff -u -r1.21.2.3 -r1.21.2.4
  --- mod_imap.c1998/01/05 20:48:58 1.21.2.3
  +++ mod_imap.c1998/01/22 16:36:39 1.21.2.4
  @@ -157,7 +157,7 @@
   {NULL}
   };
   
  -static int pointinrect(const double point[2], const double 
coords[MAXVERTS][2])
  +static int pointinrect(const double point[2], double coords[MAXVERTS][2])
   {
   double max[2], min[2];
   if (coords[0][X]  coords[1][X]) {
  @@ -182,7 +182,7 @@
   (point[Y] = min[1]  point[Y] = max[1]));
   }
   
  -static int pointincircle(const double point[2], const double 
coords[MAXVERTS][2])
  +static int pointincircle(const double point[2], double coords[MAXVERTS][2])
   {
   double radius1, radius2;
   
  @@ -195,7 +195,7 @@
   return (radius2 = radius1);
   }
   
  -static int pointinpoly(const double point[2], const double pgon[MAXVERTS][2])
  +static int pointinpoly(const double point[2], double pgon[MAXVERTS][2])
   {
   int i, numverts, inside_flag, xflag0;
   int crossings;
  @@ -270,7 +270,8 @@
   }
   
   
  -static int is_closer(const double point[2], const double 
coords[MAXVERTS][2], double *closest)
  +static int is_closer(const double point[2], double coords[MAXVERTS][2],
  + double *closest)
   {
   double dist_squared = ((point[X] - coords[0][X]) * (point[X] - 
coords[0][X]))
   + ((point[Y] - coords[0][Y]) * (point[Y] - coords[0][Y]));
  
  
  
  No   revision
  
  
  No   revision
  
  
  1.1.2.22  +1 -0  apache/Attic/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.21
  retrieving revision 1.1.2.22
  diff -u -r1.1.2.21 -r1.1.2.22
  --- STATUS1998/01/20 01:06:16 1.1.2.21
  +++ STATUS1998/01/22 16:36:40 1.1.2.22
  @@ -19,6 +19,7 @@
   * PR#1366: send_fd_length did not calculate total_bytes_sent properly
   * PR#1604: table_{set,unset} didn't deal correctly with multiple keys
   * PR#1599: Digest auth token should be tested case-insensitive
  +* PR#1650 (et alia): const in mod_imap causing pointer mismatches
   
   Available:
   
  
  
  


cvs commit: apache STATUS

1998-01-13 Thread dgaudet
dgaudet 98/01/12 22:26:39

  Modified:.Tag: APACHE_1_2_X STATUS
  Log:
  it was raining earlier, 11C now
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.8   +5 -1  apache/Attic/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.7
  retrieving revision 1.1.2.8
  diff -u -r1.1.2.7 -r1.1.2.8
  --- STATUS1998/01/10 03:49:45 1.1.2.7
  +++ STATUS1998/01/13 06:26:38 1.1.2.8
  @@ -11,7 +11,6 @@
   
   Available:
   
  -
   * Dean's mod_include_etag:
PR#1133: mod_include shouldn't send ETag when XBitHack Full is
set.
  @@ -34,6 +33,11 @@
This fix does fix Henrik's HTTP/1.1 chunking problem.
   
   * Marc's headers too big patch, repost it please?
  +
  +* backport of the netscape header padding fix, it's needed for 255
  + as well as 256, 257 bytes
  + [EMAIL PROTECTED]
  + Status: Dean +1
   
   Needs patch:
   
  
  
  


cvs commit: apache STATUS

1998-01-10 Thread dgaudet
dgaudet 98/01/09 19:49:46

  Modified:.Tag: APACHE_1_2_X STATUS
  Log:
  note that my backport bputc() fix helped Henrik
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.7   +1 -0  apache/Attic/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.6
  retrieving revision 1.1.2.7
  diff -u -r1.1.2.6 -r1.1.2.7
  --- STATUS1998/01/10 03:48:47 1.1.2.6
  +++ STATUS1998/01/10 03:49:45 1.1.2.7
  @@ -31,6 +31,7 @@
   * Dean's backport of the bputc()/chunking bugfix.
[EMAIL PROTECTED]
Status: Dean +1
  + This fix does fix Henrik's HTTP/1.1 chunking problem.
   
   * Marc's headers too big patch, repost it please?
   
  
  
  


cvs commit: apache STATUS

1998-01-08 Thread dgaudet
dgaudet 98/01/08 13:20:07

  Modified:.Tag: APACHE_1_2_X STATUS
  Log:
  some updates
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.3   +8 -0  apache/Attic/STATUS
  
  Index: STATUS
  ===
  RCS file: /export/home/cvs/apache/Attic/STATUS,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- STATUS1998/01/07 22:35:26 1.1.2.2
  +++ STATUS1998/01/08 21:20:05 1.1.2.3
  @@ -35,6 +35,14 @@
[EMAIL PROTECTED]
Status: Mark +1, Dean +1
   
  +* Martin's [PATCH]-1.2.6: passing escaped CC='$(CC)' (was: Re: STATUS: 
1.2)
  + [EMAIL PROTECTED]
  + Status: Martin +1, Dean +1, Ken +1
  +
  +* Martin's [PATCH]-1.2.6: avoid B_ERROR redeclaration (was: Re: STATUS: 
1.2)
  + [EMAIL PROTECTED]
  + Status: Martin +1, Jim +1, Dean +1
  +
   Needs patch:
   
   * Some fix for the bogus byte ranges bug.
  
  
  


cvs commit: apache STATUS

1998-01-06 Thread dgaudet
dgaudet 98/01/06 14:43:57

  Added:   .Tag: APACHE_1_2_X STATUS
  Log:
  initial rev for 1.2 STATUS
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.1.2.1   +145 -0apache/Attic/STATUS