aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2016-08-08 08:53:46 +0300
committerSergey Poznyakoff <gray@gnu.org>2016-08-08 08:53:46 +0300
commitbd5b7c29986b8106595f35cbe303fc44cf8c4d0d (patch)
tree84b39cc6d228b3642f7105c48162193a05982882
parent102d1b9c1a94548dfa0c498845c77933db6a7738 (diff)
downloadgrecs-argot.tar.gz
grecs-argot.tar.bz2
Rename the projectargot
-rw-r--r--Makefile.am24
-rw-r--r--NEWS2
-rw-r--r--README.hacking4
-rw-r--r--README.standalone12
-rw-r--r--README.submodule34
-rw-r--r--am/argot.m4 (renamed from am/grecs.m4)196
-rw-r--r--build-aux/getopt.m424
-rw-r--r--build-aux/git2chg.awk2
-rwxr-xr-xbuild-aux/yyrename4
-rw-r--r--configure.ac6
-rw-r--r--doc/ARGOT_SETUP.3 (renamed from doc/GRECS_SETUP.3)38
-rw-r--r--doc/Makefile.am32
-rw-r--r--doc/argot-syntax.texi (renamed from doc/grecs-syntax.texi)8
-rw-r--r--doc/argot_asprintf.3 (renamed from doc/grecs_asprintf.3)28
-rw-r--r--doc/argot_config.5 (renamed from doc/grecs_config.5)20
-rw-r--r--doc/argot_error.3 (renamed from doc/grecs_error.3)48
-rw-r--r--doc/argot_format_locus.3 (renamed from doc/grecs_format_locus.3)32
-rw-r--r--doc/argot_format_node.3 (renamed from doc/grecs_format_node.3)56
-rw-r--r--doc/argot_format_node_path.3 (renamed from doc/grecs_format_node_path.3)36
-rw-r--r--doc/argot_format_value.3 (renamed from doc/grecs_format_value.3)30
-rw-r--r--doc/argot_include_path_setup.3 (renamed from doc/grecs_include_path_setup.3)26
-rw-r--r--doc/argot_malloc.3 (renamed from doc/grecs_malloc.3)72
-rw-r--r--doc/argot_node_free.3 (renamed from doc/grecs_node_free.3)20
-rw-r--r--doc/argot_parse.3 (renamed from doc/grecs_parse.3)92
-rw-r--r--doc/argot_stmt_path.5 (renamed from doc/grecs_stmt_path.5)12
-rw-r--r--doc/argot_strdup.3 (renamed from doc/grecs_strdup.3)24
-rw-r--r--doc/argot_tree_free.3 (renamed from doc/grecs_tree_free.3)20
-rw-r--r--doc/tmpl.310
-rw-r--r--doc/wordsplit.36
-rw-r--r--include/Makefile.am22
-rw-r--r--include/argot.h (renamed from include/grecs.h)44
-rw-r--r--include/argot/.gitignore (renamed from include/grecs/.gitignore)0
-rw-r--r--include/argot/Makefile.am43
-rw-r--r--include/argot/doc.h (renamed from include/grecs/doc.h)16
-rw-r--r--include/argot/error.h (renamed from include/grecs/error.h)22
-rw-r--r--include/argot/format.h62
-rw-r--r--include/argot/json.h (renamed from include/grecs/json.h)10
-rw-r--r--include/argot/lex.h52
-rw-r--r--include/argot/list.h54
-rw-r--r--include/argot/locus.h (renamed from include/grecs/locus.h)22
-rw-r--r--include/argot/mem.h (renamed from include/grecs/mem.h)28
-rw-r--r--include/argot/node.h62
-rw-r--r--include/argot/opt.h (renamed from include/grecs/opt.h)20
-rw-r--r--include/argot/parser.h56
-rw-r--r--include/argot/preproc.h46
-rw-r--r--include/argot/sockaddr.h66
-rw-r--r--include/argot/symtab.h53
-rw-r--r--include/argot/table.h102
-rw-r--r--include/argot/tree.h71
-rw-r--r--include/argot/txtacc.h (renamed from include/grecs/txtacc.h)28
-rw-r--r--include/argot/types.h.in (renamed from include/grecs/types.h.in)12
-rw-r--r--include/argot/util.h (renamed from include/grecs/util.h)12
-rw-r--r--include/argot/value.h (renamed from include/grecs/value.h)40
-rw-r--r--include/argot/version.h (renamed from include/grecs/version.h)22
-rw-r--r--include/grecs/Makefile.am43
-rw-r--r--include/grecs/format.h62
-rw-r--r--include/grecs/lex.h52
-rw-r--r--include/grecs/list.h54
-rw-r--r--include/grecs/node.h62
-rw-r--r--include/grecs/parser.h56
-rw-r--r--include/grecs/preproc.h46
-rw-r--r--include/grecs/sockaddr.h66
-rw-r--r--include/grecs/symtab.h53
-rw-r--r--include/grecs/table.h102
-rw-r--r--include/grecs/tree.h71
-rw-r--r--src/.gitignore10
-rw-r--r--src/Make-inst.am8
-rw-r--r--src/Make-shared.am6
-rw-r--r--src/Make-static.am6
-rw-r--r--src/Make.am70
-rw-r--r--src/argot-gram.y (renamed from src/grecs-gram.y)98
-rw-r--r--src/argot-lex.l (renamed from src/grecs-lex.l)160
-rw-r--r--src/asprintf.c10
-rw-r--r--src/bind-gram.y152
-rw-r--r--src/bind-lex.l132
-rw-r--r--src/cidr.c62
-rw-r--r--src/dhcpd-gram.y160
-rw-r--r--src/dhcpd-lex.l154
-rw-r--r--src/diag.c36
-rw-r--r--src/format.c204
-rw-r--r--src/git-parser.c150
-rw-r--r--src/ipstr.c16
-rw-r--r--src/join.c36
-rw-r--r--src/json-gram.y76
-rw-r--r--src/json-lex.l22
-rw-r--r--src/jsonfmt.c18
-rw-r--r--src/libargot.m4 (renamed from src/libgrecs.m4)32
-rw-r--r--src/lineacc.c46
-rw-r--r--src/list.c84
-rw-r--r--src/lookup.c252
-rw-r--r--src/mem.c48
-rw-r--r--src/meta1-gram.y80
-rw-r--r--src/meta1-lex.l56
-rw-r--r--src/opthelp.c52
-rw-r--r--src/parser.c54
-rw-r--r--src/parsertab.c26
-rw-r--r--src/path-parser.c82
-rw-r--r--src/pp-setup2
-rw-r--r--src/preproc.c258
-rw-r--r--src/sockaddr.c96
-rw-r--r--src/sort.c36
-rw-r--r--src/symtab.c92
-rw-r--r--src/text.c32
-rw-r--r--src/tree.c632
-rw-r--r--src/txtacc.c124
-rw-r--r--src/version.c100
-rw-r--r--src/yytrans8
-rw-r--r--tests/Makefile.am26
-rw-r--r--tests/argot00.at (renamed from tests/grecs00.at)8
-rw-r--r--tests/bind00.at4
-rw-r--r--tests/cfhelp.at2
-rw-r--r--tests/distck.at2
-rw-r--r--tests/distck.c12
-rw-r--r--tests/empty.at12
-rw-r--r--tests/enum.at2
-rw-r--r--tests/format00.at2
-rw-r--r--tests/format01.at2
-rw-r--r--tests/format02.at2
-rw-r--r--tests/gcf1.conf2
-rw-r--r--tests/gcfenum.c24
-rw-r--r--tests/gcffmt.c64
-rw-r--r--tests/gcfpeek.c44
-rw-r--r--tests/gcfset.c136
-rw-r--r--tests/gcfver.c14
-rw-r--r--tests/git.conf2
-rw-r--r--tests/glob00.at2
-rw-r--r--tests/glob01.at2
-rw-r--r--tests/glob02.at2
-rw-r--r--tests/glob03.at2
-rw-r--r--tests/glob04.at2
-rw-r--r--tests/glob05.at2
-rw-r--r--tests/incl00.at2
-rw-r--r--tests/incl01.at2
-rw-r--r--tests/incl02.at2
-rw-r--r--tests/incl03.at2
-rw-r--r--tests/join.at2
-rw-r--r--tests/json.c10
-rw-r--r--tests/locus-bind.at2
-rw-r--r--tests/locus-git.at8
-rw-r--r--tests/locus-meta1.at2
-rw-r--r--tests/locus00.at2
-rw-r--r--tests/locus01.at2
-rw-r--r--tests/locus02.at2
-rw-r--r--tests/parser-bind.at2
-rw-r--r--tests/parser-dhcpd.at2
-rw-r--r--tests/parser-git.at4
-rw-r--r--tests/parser-meta1.at2
-rw-r--r--tests/path-locus.at2
-rw-r--r--tests/peek00.at2
-rw-r--r--tests/peek01.at2
-rw-r--r--tests/peek02.at2
-rw-r--r--tests/peek03.at2
-rw-r--r--tests/reduce00.at4
-rw-r--r--tests/reduce01.at4
-rw-r--r--tests/reduce02.at4
-rw-r--r--tests/reduce03.at4
-rw-r--r--tests/set.at2
-rw-r--r--tests/sort00.at4