dgaudet     97/10/06 23:05:24

  Modified:    src      CHANGES
  Log:
  mention ap_inline and __attribute__
  
  Revision  Changes    Path
  1.459     +6 -0      apachen/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/CHANGES,v
  retrieving revision 1.458
  retrieving revision 1.459
  diff -u -r1.458 -r1.459
  --- CHANGES   1997/10/06 05:35:03     1.458
  +++ CHANGES   1997/10/07 06:05:20     1.459
  @@ -1,5 +1,11 @@
   Changes with Apache 1.3b1
   
  +  *) ap_inline can be used to force inlining.  GNUC __attribute__() can
  +     be used for whatever reason is appropriate (i.e. format() warnings
  +     for printf style functions).  Both are enabled only with
  +     gcc >= 2.7.x (so that we have fewer support issues with older
  +     versions).  [Dean Gaudet]
  +
     *) Fix support for Proxy Authentication (we were testing the response
        status too early). [Marc Slemko]
   
  
  
  

Reply via email to