cvs commit: apache-1.3 STATUS

1998-11-11 Thread fielding
fielding98/11/10 17:37:56

  Modified:.STATUS
  Log:
  another one bites the dust
  
  Revision  ChangesPath
  1.539 +0 -5  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.538
  retrieving revision 1.539
  diff -u -r1.538 -r1.539
  --- STATUS1998/11/10 19:24:56 1.538
  +++ STATUS1998/11/11 01:37:55 1.539
  @@ -90,11 +90,6 @@
Message-ID: [EMAIL PROTECTED]
Status: 
   
  -* Wilfredo Sanchez's PATCH to make Apache buildable for FAT on
  -  Rhapsody/OS X.
  - Message-ID: [EMAIL PROTECTED]
  - Status: Ken +1 (untested), Martin +1 (untested)
  -
   * Amiel Lee Yee's patch to update ap_config.h for DGUX/Intel
 and str[n]casecmp().
Message-ID: PR#3247
  
  
  


cvs commit: apache-1.3/src CHANGES Configure

1998-11-11 Thread randy
randy   98/11/11 10:36:10

  Modified:src  CHANGES Configure
  Log:
  Fallback to native compilers for IRIX-32 platform. It seems that
  a gcc 2.8.1 compiled apache is logging client addresses with all
  bits set (255.255.255.255). This is the second such problem caused
  by gcc 2.8.1 compiler. The first being broken semaphore locking.
  
  Revision  ChangesPath
  1.1145+6 -0  apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1144
  retrieving revision 1.1145
  diff -u -r1.1144 -r1.1145
  --- CHANGES   1998/11/10 07:30:06 1.1144
  +++ CHANGES   1998/11/11 18:36:06 1.1145
  @@ -1,5 +1,11 @@
   Changes with Apache 1.3.4
   
  +  *) Fallback to native compilers for IRIX-32 platform. It seems that
  + a gcc 2.8.1 compiled apache is logging client addresses with all
  + bits set (255.255.255.255). This is the second such problem caused
  + by gcc 2.8.1 compiler. The first being broken semaphore locking.
  + [Randy Terbush]
  +
 *) Updated mime.types to reflect current Internet media types
and include a URL to the registry.
[Manoj Kasichainula, Roy Fielding] PR#2380, 2286, 2246
  
  
  
  1.306 +1 -0  apache-1.3/src/Configure
  
  Index: Configure
  ===
  RCS file: /home/cvs/apache-1.3/src/Configure,v
  retrieving revision 1.305
  retrieving revision 1.306
  diff -u -r1.305 -r1.306
  --- Configure 1998/11/06 22:42:37 1.305
  +++ Configure 1998/11/11 18:36:07 1.306
  @@ -412,6 +412,7 @@
OS='SGI IRIX'
fi
fi
  + CC='cc'
CFLAGS=$CFLAGS -DIRIX
;;
   *-sgi-irix)
  
  
  


cvs commit: apache-1.3 STATUS

1998-11-11 Thread fielding
fielding98/11/11 13:39:27

  Modified:.STATUS
  Log:
  add Dean's vote
  
  Revision  ChangesPath
  1.540 +1 -1  apache-1.3/STATUS
  
  Index: STATUS
  ===
  RCS file: /home/cvs/apache-1.3/STATUS,v
  retrieving revision 1.539
  retrieving revision 1.540
  diff -u -r1.539 -r1.540
  --- STATUS1998/11/11 01:37:55 1.539
  +++ STATUS1998/11/11 21:39:27 1.540
  @@ -97,7 +97,7 @@
   
   * Khimenko Victor's os_inline.c finctions are not inlined
   Message-ID: [EMAIL PROTECTED]
  -Status: Roy +1
  +Status: Roy +1, Dean +1
   
   * Juan Gallego's patch to add CSH-style modifiers (:h, :r, :t, :e)
 to mod_include's variable processing.