annotate modules/array-mergesort @ 14406:8d1ec7b0bc4d

parse-duration: remove xalloc.h dependency * lib/parse-duration.c (parse_period): handle NULL return from strdup instead of calling xstrdup(). * modules/parse-duration: remove "xalloc" dependency
author Bruce Korb <bkorb@gnu.org>
date Thu, 03 Mar 2011 15:07:32 -0800
parents d11190b43f68
children aca88fcb0493
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11167
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Merge-sort algorithm on arrays.
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/array-mergesort.h
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 configure.ac:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 Makefile.am:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 Include:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 "array-mergesort.h"
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 License:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 LGPL
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Maintainer:
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 Bruno Haible
d11190b43f68 New module 'array-mergesort'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21