Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-5] src
Module Name:    src
Committed By:   sborrill
Date:           Sat Mar  6 22:42:08 UTC 2010
Modified Files:
        src/dist/pf/sbin/pfctl [netbsd-5]: pfctl_altq.c
        src/gnu/dist/binutils/libiberty [netbsd-5]: floatformat.c
        src/gnu/dist/gcc4/libiberty [netbsd-5]: floatformat.c
        src/gnu/dist/gdb6/libiberty [netbsd-5]: floatformat.c
        src/usr.sbin/altq/libaltq [netbsd-5]: qop_hfsc.c
Log Message:
Pull up the following revisions(s) (requested by joerg in ticket #1328):
        usr.sbin/altq/libaltq/qop_hfsc.c:       revision 1.9
        dist/pf/sbin/pfctl/pfctl_altq.c:        revision 1.9
        gnu/dist/binutils/libiberty/floatformat.c:      patch
        gnu/dist/gcc4/libiberty/floatformat.c:  revision 1.2
        gnu/dist/gdb6/libiberty/floatformat.c:  revision 1.2
Fix standard-violating use of INFINITY in build of NetBSD/vax.
Use HUGE_VAL instead of INFINITY as positive infinity (or maximum value)
is good enough and the side effects of ISO C99 7.12 (4) are not desired.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.8.4.1 src/dist/pf/sbin/pfctl/pfctl_altq.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.32.1 \
    src/gnu/dist/binutils/libiberty/floatformat.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.26.1 \
    src/gnu/dist/gcc4/libiberty/floatformat.c
cvs rdiff -u -r1.1.1.2 -r1.1.1.2.26.1 \
    src/gnu/dist/gdb6/libiberty/floatformat.c
cvs rdiff -u -r1.8 -r1.8.24.1 src/usr.sbin/altq/libaltq/qop_hfsc.c
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