Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/doc README.developer

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Fri, 1 Nov 2002 03:41:37 -0600 (CST)
guy         2002/11/01 03:41:37 CST

  Modified files:
    doc                  README.developer 
  Log:
  Put in a portability note telling people to use "strchr()" and
  "strrchr()", not "index()" and "rindex()"; MSVC++ doesn't declare
  "index()" or "rindex()" if you include <string.h>, and they're
  non-standard routines (the ANSI C names for those functions are
  "strchr()" and "strrchr()").
  
  Add a bit more to the other portability note on the topic of
  non-standard vs. ANSI standard functions.
  
  Revision  Changes    Path
  1.63      +9 -4      ethereal/doc/README.developer