Mercurial > hg > octave-shane > gnulib-hg
annotate modules/jn @ 17632:86af85d364e1 default tip
unistd: port readlink to Mac OS X 10.3.9
* lib/unistd.in.h (_GL_INCLUDING_UNISTD_H): New macro, to work
around self-include problem in Mac OS X 10.3.9 when combined with
readlink module. Problem reported by Klaus Zietler in
<http://bugs.gnu.org/16825>.
author | Paul Eggert <eggert@penguin.cs.ucla.edu> |
---|---|
date | Tue, 25 Feb 2014 11:16:27 -0800 |
parents | 6ff1b1c23f57 |
children |
rev | line source |
---|---|
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 jn() function: Bessel function of the first kind of order n. |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 m4/mathfunc.m4 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 configure.ac: |
12841
6ff1b1c23f57
Perform the same test for many <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
12777
diff
changeset
|
10 gl_COMMON_DOUBLE_MATHFUNC([jn]) |
12750
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 Makefile.am: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 Include: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 <math.h> |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 Link: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 $(JN_LIBM) |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 License: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 LGPL |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 Maintainer: |
6b4859a7c820
New modules for common <math.h> functions.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Bruno Haible |