annotate modules/alphasort @ 17431:744044c581c4

getcwd-lgpl: port to Tru64 * lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc. Problem reported by Steven M. Schweda in <http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 11 Jun 2013 19:52:46 -0700
parents f60861ec8f13
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11039
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 alphasort() function: compare entries of a directory alphabetically
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/alphasort.c
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/alphasort.m4
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 dirent
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 extensions
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 configure.ac:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 gl_FUNC_ALPHASORT
14923
f60861ec8f13 alphasort: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11039
diff changeset
14 if test $HAVE_ALPHASORT = 0; then
f60861ec8f13 alphasort: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11039
diff changeset
15 AC_LIBOBJ([alphasort])
f60861ec8f13 alphasort: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11039
diff changeset
16 gl_PREREQ_ALPHASORT
f60861ec8f13 alphasort: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 11039
diff changeset
17 fi
11039
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 gl_DIRENT_MODULE_INDICATOR([alphasort])
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Makefile.am:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 <dirent.h>
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 all, glibc
8842f30244d1 New module 'alphasort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30