pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/libnbcompat
Module Name: pkgsrc
Committed By: joerg
Date: Mon Jul 2 16:02:53 UTC 2012
Modified Files:
pkgsrc/pkgtools/libnbcompat: Makefile
pkgsrc/pkgtools/libnbcompat/files: asprintf.c configure configure.ac
pkgsrc/pkgtools/libnbcompat/files/nbcompat: config.h.in
Log Message:
If either va_copy or __builtin_va_copy is supported, use that in the
asprintf fallback implementation. If neither is supported, still try to
work by copying va_list directly. Should fix PR 45767.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/pkgtools/libnbcompat/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/pkgtools/libnbcompat/files/asprintf.c
cvs rdiff -u -r1.77 -r1.78 pkgsrc/pkgtools/libnbcompat/files/configure
cvs rdiff -u -r1.78 -r1.79 pkgsrc/pkgtools/libnbcompat/files/configure.ac
cvs rdiff -u -r1.29 -r1.30 \
pkgsrc/pkgtools/libnbcompat/files/nbcompat/config.h.in
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index