mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* modules/calloc (Status, Notice): Mark module as deprecated, not obsolete. * modules/fnmatch-posix (Status, Notice): Likewise. * modules/getdate (Status, Notice): Likewise. * modules/getopt (Status, Notice): Likewise. * modules/malloc (Status, Notice): Likewise. * modules/pipe (Status, Notice): Likewise. * modules/realloc (Status, Notice): Likewise. * modules/rename-dest-slash (Status, Notice): Likewise. * modules/unictype/bidicategory-all (Status, Notice): Likewise. * modules/unictype/bidicategory-byname (Status, Notice): Likewise. * modules/unictype/bidicategory-name (Status, Notice): Likewise. * modules/unictype/bidicategory-of (Status, Notice): Likewise. * modules/unictype/bidicategory-test (Status, Notice): Likewise.
32 lines
488 B
Plaintext
32 lines
488 B
Plaintext
Description:
|
|
malloc() function that is glibc compatible.
|
|
|
|
Comment:
|
|
This module should not be used as a dependency from a test module,
|
|
otherwise when this module occurs as a tests-related module, it will
|
|
have side effects on the compilation of the main modules in lib/.
|
|
|
|
Status:
|
|
deprecated
|
|
|
|
Notice:
|
|
This module is deprecated. Use the module 'malloc-gnu' instead.
|
|
|
|
Files:
|
|
|
|
Depends-on:
|
|
malloc-gnu
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<stdlib.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Jim Meyering
|