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

..03-May-2022-

config/H04-Nov-2018-12,86611,167

doc/H03-May-2022-5,2554,545

src/H04-Nov-2018-7,9536,740

AUTHORSH A D05-Feb-200627 21

COPYINGH A D05-Feb-200717.6 KiB341281

ChangeLogH A D04-Nov-20185.7 KiB185121

INSTALLH A D25-Jan-201715.4 KiB371289

Makefile.amH A D05-Feb-200642 42

Makefile.inH A D04-Nov-201824.3 KiB788694

NEWSH A D28-Feb-200637 21

READMEH A D29-Jan-2017859 2919

aclocal.m4H A D04-Nov-201846.4 KiB1,2971,186

config.h.inH A D04-Nov-20187.7 KiB281199

configureH A D04-Nov-2018217 KiB7,6706,375

configure.acH A D04-Nov-20181.8 KiB6855

README

1	ffe - Flat File extractor
2
3
4  Copyright (C) 2006 Timo Savinen
5
6  ffe is free software; you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation; either version 2 of the License, or
9  (at your option) any later version.
10
11  This program is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  GNU General Public License for more details.
15
16  You should have received a copy of the GNU General Public License
17  along with this program; if not, write to the Free Software
18  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
20  To Install:
21
22  ./configure
23  make
24  make install
25
26Comments are welcome.
27
28	- Timo Savinen <tjsa@iki.fi>
29