Module Name: src Committed By: riz Date: Wed May 9 18:22:36 UTC 2012
Modified Files: src/distrib/sets/lists/comp [netbsd-6]: mi src/include [netbsd-6]: math.h src/lib/libm [netbsd-6]: Makefile src/lib/libm/man [netbsd-6]: lgamma.3 src/lib/libm/src [netbsd-6]: math_private.h Added Files: src/lib/libm/src [netbsd-6]: b_exp.c b_log.c b_tgamma.c s_tgammaf.c Log Message: Pull up following revision(s) (requested by christos in ticket #232): distrib/sets/lists/comp/mi: revision 1.1756 lib/libm/Makefile: revision 1.124 lib/libm/src/math_private.h: revision 1.17 lib/libm/src/b_tgamma.c: revision 1.1 lib/libm/man/lgamma.3: revision 1.22 lib/libm/src/b_log.c: revision 1.1 lib/libm/src/b_exp.c: revision 1.1 include/math.h: revision 1.58 lib/libm/src/s_tgammaf.c: revision 1.1 add tgamma{,f} Add tgamma{,f} from FreeBSD via rudolf, netbsd at eq dot cz oops, forgot to commit: add tgamma and tgammaf To generate a diff of this commit: cvs rdiff -u -r1.1738.2.1 -r1.1738.2.2 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.57 -r1.57.2.1 src/include/math.h cvs rdiff -u -r1.120 -r1.120.4.1 src/lib/libm/Makefile cvs rdiff -u -r1.21 -r1.21.56.1 src/lib/libm/man/lgamma.3 cvs rdiff -u -r0 -r1.1.2.2 src/lib/libm/src/b_exp.c src/lib/libm/src/b_log.c \ src/lib/libm/src/b_tgamma.c src/lib/libm/src/s_tgammaf.c cvs rdiff -u -r1.16 -r1.16.8.1 src/lib/libm/src/math_private.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.