mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
* 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.
22 lines
223 B
Plaintext
22 lines
223 B
Plaintext
Description:
|
|
Compute the difference between two sequences.
|
|
|
|
Files:
|
|
lib/diffseq.h
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += diffseq.h
|
|
|
|
Include:
|
|
"diffseq.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Bruno Haible
|