Mercurial > hg > octave-jordi > gnulib-hg
annotate modules/readutmp @ 9749:daf5ba9fe2d9
Remove useless "if" tests before free. Deprecate "free" module.
* doc/posix-functions/free.texi: Mention that this
module is no longer useful.
* modules/free (Notice): Say this module is obsolete.
* modules/readutmp (Depends-on): Remove free.
* lib/save-cwd.c (free_cwd): Remove useless "if" before free.
* lib/putenv.c (putenv): Likewise.
* lib/gc-gnulib.c (gc_cipher_close): Likewise.
* lib/getaddrinfo.c (freeaddrinfo): Likewise.
* tests/test-c-strcasestr.c (main): Likewise.
* tests/test-c-strstr.c (main): Likewise.
* tests/test-mbscasestr1.c (main): Likewise.
* tests/test-mbscasestr2.c (main): Likewise.
* tests/test-mbsstr1.c (main): Likewise.
* tests/test-mbsstr2.c (main): Likewise.
* tests/test-memmem.c (main): Likewise.
* tests/test-strcasestr.c (main): Likewise.
* tests/test-striconv.c (main): Likewise.
* tests/test-striconveh.c (main): Likewise.
* tests/test-striconveha.c (main): Likewise.
* tests/test-strstr.c (main): Likewise.
author | Jim Meyering <meyering@redhat.com> |
---|---|
date | Mon, 18 Feb 2008 14:12:07 +0100 |
parents | 5a0294ce5372 |
children | 5442b2430859 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Read entire utmp file into memory. |
4110 | 3 |
4 Files: | |
5 lib/readutmp.h | |
6 lib/readutmp.c | |
7 m4/readutmp.m4 | |
8 | |
9 Depends-on: | |
9209
5a0294ce5372
Track CVS Autoconf on AC_USE_SYSTEM_EXTENSIONS.
Eric Blake <ebb9@byu.net>
parents:
7497
diff
changeset
|
10 extensions |
4110 | 11 xalloc |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
12 stdbool |
4110 | 13 |
14 configure.ac: | |
15 gl_READUTMP | |
16 | |
17 Makefile.am: | |
18 | |
19 Include: | |
20 "readutmp.h" | |
21 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
22 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
23 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4197
diff
changeset
|
24 |
4197 | 25 Maintainer: |
6543
5a11f99ddbc7
* modules/readutmp (Maintainer): Add Paul Eggert.
Paul Eggert <eggert@cs.ucla.edu>
parents:
6538
diff
changeset
|
26 Jim Meyering & Paul Eggert |