Project

General

Profile

« Previous | Next » 

Revision 65bc3600

Added by Ken McDonell about 14 years ago

  • ID 65bc3600aa439eebbfcc7b0952de66456ad63689

Generic problems found on Solaris

Fix the following:

  • Make sure <strings.h> is included when (a) we are using index()
    or rindex() and (b) HAVE_STRINGS_H is defined. The problem is
    benign on most platforms because of the strange relationship
    between <string.h> and <strings.h>, but on Solaris caused
    compilation warnings and then code failures in QA.

  • Make sure prinf using "...%p..." always includes the ugly string
    contatenated format "..." PRINTF_P_PFX "%p..." so that the address
    is always prefixed with 0x ... our QA depends on this.

  • label_added
  • modified
  • copied
  • renamed
  • deleted