comparison modules/diffseq @ 9147:d5c437e55b50

* MODULES.html.sh: Add diffseq. * modules/diffseq: New file. * lib/diffseq.h: New file, from GNU gettext with a few minor changes, extracted from GNU gettext's fstrcmp.c and GNU diff's analyze.c.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 17 Aug 2007 23:29:23 +0000
parents
children
comparison
equal deleted inserted replaced
9146:fe31d5ef3506 9147:d5c437e55b50
1 Description:
2 Compute the difference between two sequences.
3
4 Files:
5 lib/diffseq.h
6
7 Depends-on:
8
9 configure.ac:
10
11 Makefile.am:
12 lib_SOURCES += diffseq.h
13
14 Include:
15 "diffseq.h"
16
17 License:
18 GPL
19
20 Maintainer:
21 Paul Eggert, Bruno Haible