bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bash 2.05b: Patches for HP-UX 11.00


From: Stephan Austermuehle
Subject: bash 2.05b: Patches for HP-UX 11.00
Date: Tue, 20 Aug 2002 12:19:41 +0200
User-agent: Mutt/1.2.5i

Hi,

- HP's ANSI C compiler fails if a goto label isn't followed by a
  statement. Simply adding the return statement in lib/malloc/malloc.c
  fixes this.

- HP-UX 11.00's strtold() function has a different function type for
  strtold() than C99's strtold(). HP-UX 11.00 was released in 1997 so
  HP cannot change the function within this major release number. See
  the patch for details.

All regression tests pass with these fixes.

Please add these fixes to the repository.

Thanks,

Stephan

Attachment: bash-2.05b-hpux-11.00.patch
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]