Move the malloc checking from module 'list' to new module 'xlist'.
[gnulib.git] / modules / git-merge-changelog
1 Description:
2 git "merge" driver for GNU style ChangeLog files
3
4 Files:
5 lib/git-merge-changelog.c
6
7 Depends-on:
8 getopt-gnu
9 stdbool
10 progname
11 error
12 read-file
13 xlist
14 array-list
15 linkedhash-list
16 linked-list
17 rbtreehash-list
18 xalloc
19 xmalloca
20 fstrcmp
21 minmax
22 c-strstr
23 fwriteerror
24 memchr
25 memcmp
26
27 configure.ac:
28
29 Makefile.am:
30 bin_PROGRAMS = git-merge-changelog
31 git_merge_changelog_LDADD = libgnu.a @LIBINTL@
32
33 Include:
34
35 License:
36 GPL
37
38 Maintainer:
39 Bruno Haible
40