Module Name: src Committed By: joerg Date: Fri Mar 18 00:57:22 UTC 2011
Modified Files: src/distrib/sets/lists/comp: mi src/lib/libm/complex: Makefile.inc Log Message: Add missing MLINKS. From Stathis Kamperis. To generate a diff of this commit: cvs rdiff -u -r1.1600 -r1.1601 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.3 -r1.4 src/lib/libm/complex/Makefile.inc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/comp/mi diff -u src/distrib/sets/lists/comp/mi:1.1600 src/distrib/sets/lists/comp/mi:1.1601 --- src/distrib/sets/lists/comp/mi:1.1600 Thu Mar 17 02:35:27 2011 +++ src/distrib/sets/lists/comp/mi Fri Mar 18 00:57:19 2011 @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.1600 2011/03/17 02:35:27 joerg Exp $ +# $NetBSD: mi,v 1.1601 2011/03/18 00:57:19 joerg Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -5576,6 +5576,7 @@ ./usr/share/man/cat3/confstr.0 comp-c-catman .cat ./usr/share/man/cat3/conj.0 comp-c-catman complex,.cat ./usr/share/man/cat3/conjf.0 comp-c-catman complex,.cat +./usr/share/man/cat3/conjl.0 comp-c-catman complex,.cat ./usr/share/man/cat3/copysign.0 comp-c-catman .cat ./usr/share/man/cat3/copysignf.0 comp-c-catman .cat ./usr/share/man/cat3/copysignl.0 comp-c-catman .cat @@ -5587,6 +5588,8 @@ ./usr/share/man/cat3/cpow.0 comp-c-catman complex,.cat ./usr/share/man/cat3/cpowf.0 comp-c-catman complex,.cat ./usr/share/man/cat3/cproj.0 comp-c-catman complex,.cat +./usr/share/man/cat3/cprojf.0 comp-c-catman complex,.cat +./usr/share/man/cat3/cprojl.0 comp-c-catman complex,.cat ./usr/share/man/cat3/cpuset.0 comp-c-catman .cat ./usr/share/man/cat3/cpuset_clr.0 comp-c-catman .cat ./usr/share/man/cat3/cpuset_create.0 comp-c-catman .cat @@ -11651,6 +11654,7 @@ ./usr/share/man/html3/confstr.html comp-c-htmlman html ./usr/share/man/html3/conj.html comp-c-htmlman complex,html ./usr/share/man/html3/conjf.html comp-c-htmlman complex,html +./usr/share/man/html3/conjl.html comp-c-htmlman complex,html ./usr/share/man/html3/copysign.html comp-c-htmlman html ./usr/share/man/html3/copysignf.html comp-c-htmlman html ./usr/share/man/html3/copysignl.html comp-c-htmlman html @@ -11662,6 +11666,8 @@ ./usr/share/man/html3/cpow.html comp-c-htmlman complex,html ./usr/share/man/html3/cpowf.html comp-c-htmlman complex,html ./usr/share/man/html3/cproj.html comp-c-htmlman complex,html +./usr/share/man/html3/cprojf.html comp-c-htmlman complex,html +./usr/share/man/html3/cprojl.html comp-c-htmlman complex,html ./usr/share/man/html3/cpuset.html comp-c-htmlman html ./usr/share/man/html3/cpuset_clr.html comp-c-htmlman html ./usr/share/man/html3/cpuset_create.html comp-c-htmlman html @@ -17632,6 +17638,7 @@ ./usr/share/man/man3/confstr.3 comp-c-man .man ./usr/share/man/man3/conj.3 comp-c-man complex,.man ./usr/share/man/man3/conjf.3 comp-c-man complex,.man +./usr/share/man/man3/conjl.3 comp-c-man complex,.man ./usr/share/man/man3/copysign.3 comp-c-man .man ./usr/share/man/man3/copysignf.3 comp-c-man .man ./usr/share/man/man3/copysignl.3 comp-c-man .man @@ -17643,6 +17650,8 @@ ./usr/share/man/man3/cpow.3 comp-c-man complex,.man ./usr/share/man/man3/cpowf.3 comp-c-man complex,.man ./usr/share/man/man3/cproj.3 comp-c-man complex,.man +./usr/share/man/man3/cprojf.3 comp-c-man complex,.man +./usr/share/man/man3/cprojl.3 comp-c-man complex,.man ./usr/share/man/man3/cpuset.3 comp-c-man .man ./usr/share/man/man3/cpuset_clr.3 comp-c-man .man ./usr/share/man/man3/cpuset_create.3 comp-c-man .man Index: src/lib/libm/complex/Makefile.inc diff -u src/lib/libm/complex/Makefile.inc:1.3 src/lib/libm/complex/Makefile.inc:1.4 --- src/lib/libm/complex/Makefile.inc:1.3 Wed Sep 15 16:11:29 2010 +++ src/lib/libm/complex/Makefile.inc Fri Mar 18 00:57:22 2011 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.inc,v 1.3 2010/09/15 16:11:29 christos Exp $ +# $NetBSD: Makefile.inc,v 1.4 2011/03/18 00:57:22 joerg Exp $ .PATH: ${.CURDIR}/complex @@ -22,7 +22,8 @@ MLINKS+= catan.3 catanf.3 catanh.3 catanhf.3 ccos.3 ccosf.3 MLINKS+= ccosh.3 ccoshf.3 cexp.3 cexpf.3 MLINKS+= cimag.3 cimagf.3 cimag.3 cimagl.3 -MLINKS+= clog.3 clogf.3 conj.3 conjf.3 cpow.3 cpowf.3 +MLINKS+= clog.3 clogf.3 conj.3 conjf.3 conj.3 conjl.3 cpow.3 cpowf.3 +MLINKS+= cproj.3 cprojf.3 cproj.3 cprojl.3 MLINKS+= creal.3 crealf.3 creal.3 creall.3 MLINKS+= csin.3 csinf.3 csinh.3 csinhf.3 MLINKS+= csqrt.3 csqrtf.3 ctan.3 ctanf.3 ctanh.3 ctanhf.3