Source-Changes archive

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

CVS commit: src/lib/libm



Module Name:    src
Committed By:   drochner
Date:           Fri Aug 10 21:20:36 UTC 2007

Modified Files:
        src/lib/libm/compat: compat_cabs.c compat_cabsf.c
        src/lib/libm/src: w_atan2.c w_atan2f.c w_hypot.c w_hypotf.c
Added Files:
        src/lib/libm/src: namespace.h

Log Message:
make the hypot/atan2 functions weak aliases, because they are used
internally by the historical cabs(), and the future c99 cabs/carg


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libm/compat/compat_cabs.c \
    src/lib/libm/compat/compat_cabsf.c
cvs rdiff -r0 -r1.1 src/lib/libm/src/namespace.h
cvs rdiff -r1.9 -r1.10 src/lib/libm/src/w_atan2.c src/lib/libm/src/w_hypot.c
cvs rdiff -r1.6 -r1.7 src/lib/libm/src/w_atan2f.c src/lib/libm/src/w_hypotf.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