aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-02-20 17:23:42 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-02-20 17:26:57 +0200
commit550c160236b3f1c62e55cfa076b639a8294f495c (patch)
tree671ef15441e9681c83a035cfae69d95aa2a425ce
parenta3f14ddc3dca2d8fd3b8f46711ab5487cd0fb80a (diff)
downloadcfpeek-550c160236b3f1c62e55cfa076b639a8294f495c.tar.gz
cfpeek-550c160236b3f1c62e55cfa076b639a8294f495c.tar.bz2
Upgrade grecs
-rw-r--r--README3
-rw-r--r--README-hacking2
-rw-r--r--doc/Makefile.am6
m---------grecs0
-rw-r--r--src/cfpeek.c4
-rw-r--r--src/cfpeek.h3
-rw-r--r--src/cmdline.opt2
7 files changed, 10 insertions, 10 deletions
diff --git a/README b/README
index de21198..ee890a4 100644
--- a/README
+++ b/README
@@ -1,8 +1,7 @@
1Cfpeek README 1Cfpeek README
2Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff
3See the end of file for copying conditions. 2See the end of file for copying conditions.
4 3
5* Introduction 4* Introduction
6 5
7This file contains brief information about configuring, testing 6This file contains brief information about configuring, testing
8and running Cfpeek. It is *not* intended as a replacement 7and running Cfpeek. It is *not* intended as a replacement
@@ -59,13 +58,13 @@ use Guile-specific default directory.
59 58
60Send bug reports to <bug-cfpeek@gnu.org.ua>. 59Send bug reports to <bug-cfpeek@gnu.org.ua>.
61 60
62 61
63* Copyright information: 62* Copyright information:
64 63
65Copyright (C) 2011 Sergey Poznyakoff 64Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
66 65
67 Permission is granted to anyone to make or distribute verbatim copies 66 Permission is granted to anyone to make or distribute verbatim copies
68 of this document as received, in any medium, provided that the 67 of this document as received, in any medium, provided that the
69 copyright notice and this permission notice are preserved, 68 copyright notice and this permission notice are preserved,
70 thus giving the recipient permission to redistribute in turn. 69 thus giving the recipient permission to redistribute in turn.
71 70
diff --git a/README-hacking b/README-hacking
index a9ac074..a492e37 100644
--- a/README-hacking
+++ b/README-hacking
@@ -33,13 +33,13 @@ which are extracted from other source packages:
33Once done, proceed as described in the file README (section 33Once done, proceed as described in the file README (section
34Building). 34Building).
35 35
36 36
37* Copyright information 37* Copyright information
38 38
39Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 39Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
40 40
41 Permission is granted to anyone to make or distribute verbatim copies 41 Permission is granted to anyone to make or distribute verbatim copies
42 of this document as received, in any medium, provided that the 42 of this document as received, in any medium, provided that the
43 copyright notice and this permission notice are preserved, 43 copyright notice and this permission notice are preserved,
44 thus giving the recipient permission to redistribute in turn. 44 thus giving the recipient permission to redistribute in turn.
45 45
diff --git a/doc/Makefile.am b/doc/Makefile.am
index a0a508c..31d777c 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,8 +1,8 @@
1# This file is part of cfpeek 1# This file is part of cfpeek
2# Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2# Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3# 3#
4# Cfpeek is free software; you can redistribute it and/or modify 4# Cfpeek is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by 5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 3, or (at your option) 6# the Free Software Foundation; either version 3, or (at your option)
7# any later version. 7# any later version.
8# 8#
@@ -50,21 +50,21 @@ imprimatur_INPUT=$(info_TEXINFOS) $(cfpeek_TEXINFOS)
50include ../imprimatur/imprimatur.mk 50include ../imprimatur/imprimatur.mk
51CHECK_DOCS=$(top_srcdir)/@IMPRIMATUR_MODULE_DIR@/check-docs.sh 51CHECK_DOCS=$(top_srcdir)/@IMPRIMATUR_MODULE_DIR@/check-docs.sh
52 52
53GENDOCS=$(srcdir)/gendocs.sh --no-copy-images --html '--init-file=$(abs_srcdir)/html.init' 53GENDOCS=$(srcdir)/gendocs.sh --no-copy-images --html '--init-file=$(abs_srcdir)/html.init'
54EXTRA_DIST += gendocs.sh 54EXTRA_DIST += gendocs.sh
55 55
56TEXI2DVI=texi2dvi -t '@set $(RENDITION)' 56TEXI2DVI=texi2dvi -t '@set $(RENDITION)' -E
57 57
58# Make sure you set TEXINPUTS. 58# Make sure you set TEXINPUTS.
59# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions 59# TEXINPUTS=/usr/share/texmf/pdftex/plain/misc/ is ok for most distributions
60.PHONY: manual 60.PHONY: manual
61manual: 61manual:
62 TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \ 62 TEXINPUTS=$(srcdir):$(top_srcdir)/build-aux:$(TEXINPUTS) \
63 MAKEINFO="$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)" \ 63 MAKEINFO="$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS)" \
64 TEXI2DVI="$(TEXI2DVI) -E" \ 64 TEXI2DVI="$(TEXI2DVI)" \
65 $(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual' 65 $(GENDOCS) $(PACKAGE) '$(PACKAGE_NAME) manual'
66 66
67# Checking 67# Checking
68check-options: 68check-options:
69 @$(CHECK_DOCS) options \ 69 @$(CHECK_DOCS) options \
70 '/OPTIONS_BEGIN/,/OPTIONS_END/s/OPTION( *\([^,][^,]*\),.*/\1/pg' \ 70 '/OPTIONS_BEGIN/,/OPTIONS_END/s/OPTION( *\([^,][^,]*\),.*/\1/pg' \
diff --git a/grecs b/grecs
Subproject 2dbad2727f1d00b223353965b326cfffa96fc77 Subproject dae43f323db9578e656e3a6c53440e2365421af
diff --git a/src/cfpeek.c b/src/cfpeek.c
index da195d7..6001b9a 100644
--- a/src/cfpeek.c
+++ b/src/cfpeek.c
@@ -1,8 +1,8 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
@@ -13,13 +13,13 @@
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with cfpeek. If not, see <http://www.gnu.org/licenses/>. 15 along with cfpeek. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#include "cfpeek.h" 18#include "cfpeek.h"
19#include "grecs-locus.h" 19#include "grecs/locus.h"
20 20
21int file_index; 21int file_index;
22int flags; 22int flags;
23int quiet_option; 23int quiet_option;
24int reduce_option; 24int reduce_option;
25int sort_option; 25int sort_option;
diff --git a/src/cfpeek.h b/src/cfpeek.h
index 5346794..5b6a686 100644
--- a/src/cfpeek.h
+++ b/src/cfpeek.h
@@ -1,8 +1,8 @@
1/* This file is part of cfpeek 1/* This file is part of cfpeek
2 Copyright (C) 2011, 2012, 2015 Sergey Poznyakoff 2 Copyright (C) 2011, 2012, 2015, 2018 Sergey Poznyakoff
3 3
4 Cfpeek is free software; you can redistribute it and/or modify 4 Cfpeek is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation; either version 3, or (at your option) 6 the Free Software Foundation; either version 3, or (at your option)
7 any later version. 7 any later version.
8 8
@@ -15,12 +15,13 @@
15 along with cfpeek. If not, see <http://www.gnu.org/licenses/>. 15 along with cfpeek. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifdef HAVE_CONFIG_H 18#ifdef HAVE_CONFIG_H
19# include <config.h> 19# include <config.h>
20#endif 20#endif
21#include <stdlib.h>
21#include <string.h> 22#include <string.h>
22#include <errno.h> 23#include <errno.h>
23#include <sysexits.h> 24#include <sysexits.h>
24#include "grecs.h" 25#include "grecs.h"
25#include "wordsplit.h" 26#include "wordsplit.h"
26 27
diff --git a/src/cmdline.opt b/src/cmdline.opt
index ecf67c1..15c0c16 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -187,13 +187,13 @@ set_flag(const char *str)
187} 187}
188 188
189OPTIONS_BEGIN("cfpeek", 189OPTIONS_BEGIN("cfpeek",
190 [<Get variables from a configuration file>], 190 [<Get variables from a configuration file>],
191 [<FILE [PATH...]>], 191 [<FILE [PATH...]>],
192 [<gnu>], 192 [<gnu>],
193 [<copyright_year=2011,2012>], 193 [<copyright_year=2011-2018>],
194 [<copyright_holder=Sergey Poznyakoff>]) 194 [<copyright_holder=Sergey Poznyakoff>])
195 195
196GROUP(Output control) 196GROUP(Output control)
197 197
198OPTION(format,H,[<FLAGS>], 198OPTION(format,H,[<FLAGS>],
199 [<set output format flags [*]>]) 199 [<set output format flags [*]>])

Return to:

Send suggestions and report system problems to the System administrator.