wrowe       2002/08/03 13:35:30

  Modified:    .        CHANGES
  Log:
    Clarify the comment and remove the evil tab
  
  Revision  Changes    Path
  1.315     +2 -1      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.314
  retrieving revision 1.315
  diff -u -r1.314 -r1.315
  --- CHANGES   3 Aug 2002 19:31:36 -0000       1.314
  +++ CHANGES   3 Aug 2002 20:35:30 -0000       1.315
  @@ -2,7 +2,8 @@
   
     *) Renamed apr_strtoll()/apr_atoll() to follow int64 convention,
        so these new helpers are apr_strtoi64/apr_atoi64(), since
  -      'll' (long long) is a nonportable and aspecific construct.
  +     'll' (long long) is a nonportable and aspecific construct.
  +     Used ac/m4 tests to choose the appropriate fn behind strtoi64.
        [William Rowe]
   
     *) don't perform a strlen on that name value without checking for NULL 
  
  
  

Reply via email to