Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/malloca-tests @ 16280:5c08684c856f
New module 'random'.
* lib/stdlib.in.h (random, srandom, initstate, setstate): New
declarations.
* lib/random.c: New file, based on glibc/stdlib/random.c.
* m4/random.m4: New file.
* m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_RANDOM,
HAVE_RANDOM.
* modules/stdlib (Makefile.am): Substitute GNULIB_RANDOM, HAVE_RANDOM.
* modules/random: New file.
* config/srclist.txt: Add an entry for random.c.
* doc/posix-functions/random.texi: Mention the 'random' module.
* doc/posix-functions/initstate.texi: Likewise.
* doc/posix-functions/setstate.texi: Likewise.
* doc/posix-functions/srandom.texi: Likewise.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 14 Jan 2012 15:15:28 +0100 |
parents | 13950a70790f |
children |
rev | line source |
---|---|
8938
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Files: |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 tests/test-malloca.c |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Depends-on: |
14203
13950a70790f
test-malloca: unset MALLOC_PERTURB_ to speed up test
Pádraig Brady <P@draigBrady.com>
parents:
8938
diff
changeset
|
5 unsetenv |
8938
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 configure.ac: |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 Makefile.am: |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 TESTS += test-malloca |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 check_PROGRAMS += test-malloca |
5d73f55d183b
Move to here from allocsa-tests.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |