free-posix: New module, renamed from 'free'.
commit741631c9b012baab1725e43557fabf384d71f169
authorBruno Haible <bruno@clisp.org>
Fri, 18 Dec 2020 23:18:50 +0000 (19 00:18 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 18 Dec 2020 23:18:50 +0000 (19 00:18 +0100)
tree67bfcc8a6772597040779bcbc874f11593ca22b4
parente7d4443c5bb365ed0a0688aab312913483c74577
free-posix: New module, renamed from 'free'.

* modules/free-posix: Renamed from modules/free.
(configure.ac): Update gl_STDLIB_MODULE_INDICATOR invocation.
* m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Initialize GNULIB_FREE_POSIX,
not GNULIB_FREE.
* modules/stdlib (Makefile.am): Substitute GNULIB_FREE_POSIX, not
GNULIB_FREE.
* lib/stdlib.in.h (free): Test GNULIB_FREE_POSIX, not GNULIB_FREE.
* doc/posix-functions/free.texi: Mention the module 'free-posix' and
what it does.
* NEWS: Mention that module 'free' no longer exists.
* modules/canonicalize (Depends-on): Add free-posix. Remove free.
* modules/canonicalize-lgpl (Depends-on): Likewise.
ChangeLog
NEWS
doc/posix-functions/free.texi
lib/stdlib.in.h
m4/stdlib_h.m4
modules/canonicalize
modules/canonicalize-lgpl
modules/free-posix [moved from modules/free with 87% similarity]
modules/stdlib