• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

aegis.conf.d/H03-May-2022-594561

debian/H07-May-2022-535383

etc/H03-May-2022-4,0352,927

fstrcmp/H03-May-2022-468384

lib/H03-May-2022-3,2501,219

libdir/pkgconfig/H03-May-2022-1614

man/H03-May-2022-1,5381,309

po/H03-May-2022-1918

script/H03-May-2022-120109

test/00/H03-May-2022-460134

test_user/H03-May-2022-4118

web-src/H03-May-2022-9077

BUILDINGH A D05-Mar-201410.1 KiB239192

LICENSEH A D05-Mar-201439.2 KiB691562

Makefile.inH A D03-May-202224 KiB722444

READMEH A D05-Mar-20143.8 KiB10273

aegis.confH A D05-Mar-20142.4 KiB6961

config.guessH A D05-Mar-201443.8 KiB1,5311,321

config.subH A D05-Mar-201434.6 KiB1,7741,631

configureH A D05-Mar-2014161.1 KiB5,7144,778

configure.acH A D05-Mar-20148.8 KiB320296

install-shH A D05-Mar-201413.7 KiB528351

README

1Read Me(fstrcmp)                                              Read Me(fstrcmp)
2
3
4
5NAME
6       fstrcmp - fuzzy string compare library
7
8DESCRIPTION
9       The fstrcmp package provides a library which may be used to make fuzzy
10       comparisons of strings and byte arrays.  It also provides simple
11       commands for use in shell scripts.
12
13   License
14       The library is licensed under the GNU GPL.  The code is derived from
15       the fuzzy comparisons functions in GNU Gettext, which is GNU GPL
16       licensed.  The GNU Gettext fuzzy comparisons functions were, in turn,
17       derived from GNU Diff, which is also GNU GPL licensed.
18
19       These license details are important, because only GPL licensed
20       programs, or compatibly licensed programs, may link against this
21       library.
22
23HOME PAGE
24       The latest version of fstrcmp is available on the Web from:
25
26            URL:    http://fstrcmp.sourceforge.net/
27            File:   index.html           # the fstrcmp page
28            File:   fstrcmp.0.7.README   # Description, from the tar file
29            File:   fstrcmp.0.7.lsm      # Description, LSM format
30            File:   fstrcmp.0.7.tar.gz   # the complete source
31            File:   fstrcmp.0.7.pdf      # Reference Manual
32
33BUILDING FSTRCMP
34       Full instructions for building fstrcmp may be found in the BUILDING
35       file included in the source distribution.
36
37COPYRIGHT
38       fstrcmp version 0.7
39       Copyright (C) 2009 Peter Miller
40       Peter Miller <pmiller@opensource.org.au>
41
42       The comparison code is derived from the fuzzy comparison functions in
43       GNU Gettext 0.17.  The GNU Gettext comparison functions were, in turn,
44       derived from GNU Diff 2.7.
45
46       Copyright (C) 1988-2009 Free Software Foundation
47
48       This program is free software; you can redistribute it and/or modify it
49       under the terms of the GNU General Public License as published by the
50       Free Software Foundation; either version 3 of the License, or (at your
51       option) any later version.
52
53       This program is distributed in the hope that it will be useful, but
54       WITHOUT ANY WARRANTY; without even the implied warranty of
55       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
56       General Public License for more details.
57
58       You should have received a copy of the GNU General Public License along
59       with this program. If not, see <http://www.gnu.org/licenses/>.
60
61       It should be in the LICENSE file included in the source distribution.
62
63RELEASE NOTES
64       This section details the various features and bug fixes of the various
65       releases.  For excruciating and complete detail, and also credits for
66       those of you who have generously sent me suggestions and bug reports,
67       see the etc/CHANGES.* files.
68
69   Version 0.7 (2014-Mar-05)
70       * This change set updates the deian/control file to add autoreconf
71         support, to cope with out-of-date ./configure scripts, etc.  Debian:
72         Closes: #737341
73
74   Version 0.6 (2012-Dec-05)
75       * Several Debian packaging improvements, and fewer Lintian warnings.
76
77   Version 0.5 (2012-Nov-25)
78       * Several Debian packaging errors have been fixed.
79
80   Version 0.4 (2011-Oct-06)
81       * Several macro warnings issued by lintian(1) have been fixed.
82
83       * The Debian build farm discovered several new warnings issued for
84         recent gcc versions.
85         Debian Bug#625080
86         Debian Bug#625331
87
88   Version 0.3 (2009-Jul-14)
89       * The debian/copyright file now explicitly states the provenance of the
90       fuzzy comparison code.  The debian/control file now uses the correct
91       sections for the runtime library and debug symbols.
92
93   Version 0.2 (2009-Jun-17)
94       * The include file now has C++ insulation.
95
96   Version 0.1 (2009-Jun-08)
97       First public release.
98
99
100
101Reference Manual                    fstrcmp                   Read Me(fstrcmp)
102