Imported Upstream version 5.18.16 upstream upstream/5.18.16
authorSlava Barinov <v.barinov@samsung.com>
Tue, 4 Dec 2018 14:23:42 +0000 (17:23 +0300)
committerSlava Barinov <v.barinov@samsung.com>
Tue, 4 Dec 2018 14:23:42 +0000 (17:23 +0300)
commit38b9aa4ec4c81e288b4a6606a064bd4eb04c69be
tree030d85287fd5082c63628bba95fd77d0fc07cfbc
parent7091de231cf9d1dfe98849a1b78e3c0cff6bf119
Imported Upstream version 5.18.16
435 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
THANKS [new file with mode: 0644]
TODO [new file with mode: 0644]
VERSION [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
agen5/Makefile.am [new file with mode: 0644]
agen5/Makefile.in [new file with mode: 0644]
agen5/ag-text.c [new file with mode: 0644]
agen5/ag-text.def [new file with mode: 0644]
agen5/ag-text.h [new file with mode: 0644]
agen5/agCgi.c [new file with mode: 0644]
agen5/agDep.c [new file with mode: 0644]
agen5/agInit.c [new file with mode: 0644]
agen5/agShell.c [new file with mode: 0644]
agen5/agUtils.c [new file with mode: 0644]
agen5/autogen.1 [new file with mode: 0644]
agen5/autogen.c [new file with mode: 0644]
agen5/autogen.h [new file with mode: 0644]
agen5/bootstrap.dir [new file with mode: 0644]
agen5/cgi-fsm.c [new file with mode: 0644]
agen5/cgi-fsm.h [new file with mode: 0644]
agen5/cgi.def [new file with mode: 0644]
agen5/defDirect.c [new file with mode: 0644]
agen5/defFind.c [new file with mode: 0644]
agen5/defLex.c [new file with mode: 0644]
agen5/defLoad.c [new file with mode: 0644]
agen5/defParse-fsm.c [new file with mode: 0644]
agen5/defParse-fsm.h [new file with mode: 0644]
agen5/defParse.def [new file with mode: 0644]
agen5/defParse.x [new file with mode: 0644]
agen5/directive.c [new file with mode: 0644]
agen5/directive.h [new file with mode: 0644]
agen5/expExtract.c [new file with mode: 0644]
agen5/expFormat.c [new file with mode: 0644]
agen5/expGperf.c [new file with mode: 0644]
agen5/expGuile.c [new file with mode: 0644]
agen5/expMake.c [new file with mode: 0644]
agen5/expOutput.c [new file with mode: 0644]
agen5/expPrint.c [new file with mode: 0644]
agen5/expState.c [new file with mode: 0644]
agen5/expString.c [new file with mode: 0644]
agen5/expr.h [new file with mode: 0644]
agen5/expr.ini [new file with mode: 0644]
agen5/fmemopen.c [new file with mode: 0644]
agen5/fsm-macro.tlib [new file with mode: 0644]
agen5/fsm-trans.tlib [new file with mode: 0644]
agen5/fsm.tpl [new file with mode: 0644]
agen5/funcCase.c [new file with mode: 0644]
agen5/funcDef.c [new file with mode: 0644]
agen5/funcEval.c [new file with mode: 0644]
agen5/funcFor.c [new file with mode: 0644]
agen5/funcIf.c [new file with mode: 0644]
agen5/functions.c [new file with mode: 0644]
agen5/functions.h [new file with mode: 0644]
agen5/guile-iface.def [new file with mode: 0644]
agen5/guile-iface.h [new file with mode: 0644]
agen5/guile-iface.tpl [new file with mode: 0644]
agen5/invoke-autogen.texi [new file with mode: 0644]
agen5/loadPseudo.c [new file with mode: 0644]
agen5/mk-stamps.sh [new file with mode: 0644]
agen5/opts.c [new file with mode: 0644]
agen5/opts.def [new file with mode: 0644]
agen5/opts.h [new file with mode: 0644]
agen5/proto.h [new file with mode: 0644]
agen5/pseudo-fsm.h [new file with mode: 0644]
agen5/pseudo.def [new file with mode: 0644]
agen5/schemedef.scm [new file with mode: 0644]
agen5/scribble.c [new file with mode: 0644]
agen5/scribble.h [new file with mode: 0644]
agen5/snarf.tpl [new file with mode: 0644]
agen5/test/Makefile.am [new file with mode: 0644]
agen5/test/Makefile.in [new file with mode: 0644]
agen5/test/alist.test [new file with mode: 0755]
agen5/test/case.test [new file with mode: 0755]
agen5/test/columns.test [new file with mode: 0755]
agen5/test/daemon.test [new file with mode: 0755]
agen5/test/debug.test [new file with mode: 0755]
agen5/test/define.test [new file with mode: 0755]
agen5/test/defref.test [new file with mode: 0755]
agen5/test/directives.test [new file with mode: 0755]
agen5/test/dynref.test [new file with mode: 0755]
agen5/test/endmac.test [new file with mode: 0755]
agen5/test/error.test [new file with mode: 0755]
agen5/test/expr.test [new file with mode: 0755]
agen5/test/extract.test [new file with mode: 0755]
agen5/test/for.test [new file with mode: 0755]
agen5/test/forfrom.test [new file with mode: 0755]
agen5/test/forin.test [new file with mode: 0755]
agen5/test/format.test [new file with mode: 0755]
agen5/test/get.test [new file with mode: 0755]
agen5/test/gperf.test [new file with mode: 0755]
agen5/test/heredef.test [new file with mode: 0755]
agen5/test/html.test [new file with mode: 0755]
agen5/test/in.test [new file with mode: 0755]
agen5/test/include.test [new file with mode: 0755]
agen5/test/leave.test [new file with mode: 0755]
agen5/test/license.test [new file with mode: 0755]
agen5/test/line.test [new file with mode: 0755]
agen5/test/loop.test [new file with mode: 0755]
agen5/test/make.test [new file with mode: 0755]
agen5/test/match.test [new file with mode: 0755]
agen5/test/opts.test [new file with mode: 0755]
agen5/test/output.test [new file with mode: 0755]
agen5/test/pseudo.test [new file with mode: 0755]
agen5/test/reorder.test [new file with mode: 0755]
agen5/test/return.test [new file with mode: 0755]
agen5/test/shell.test [new file with mode: 0755]
agen5/test/snarf.test [new file with mode: 0755]
agen5/test/stack.test [new file with mode: 0755]
agen5/test/str2m.test [new file with mode: 0755]
agen5/test/stress.test [new file with mode: 0755]
agen5/test/string.test [new file with mode: 0755]
agen5/test/strtable.test [new file with mode: 0755]
agen5/test/strxform.test [new file with mode: 0755]
agen5/test/suffix.test [new file with mode: 0755]
agen5/test/time.test [new file with mode: 0755]
agen5/tpLoad.c [new file with mode: 0644]
agen5/tpParse.c [new file with mode: 0644]
agen5/tpProcess.c [new file with mode: 0644]
autoopts/Makefile.am [new file with mode: 0644]
autoopts/Makefile.in [new file with mode: 0644]
autoopts/_Noreturn.h [new file with mode: 0644]
autoopts/ag-char-map.h [new file with mode: 0644]
autoopts/alias.c [new file with mode: 0644]
autoopts/ao-strs.c [new file with mode: 0644]
autoopts/ao-strs.def [new file with mode: 0644]
autoopts/ao-strs.h [new file with mode: 0644]
autoopts/ao_string_tokenize.3 [new file with mode: 0644]
autoopts/autogen.map [new file with mode: 0644]
autoopts/autoopts-config.1 [new file with mode: 0644]
autoopts/autoopts-config.in [new file with mode: 0644]
autoopts/autoopts.c [new file with mode: 0644]
autoopts/autoopts.h [new file with mode: 0644]
autoopts/autoopts.m4 [new file with mode: 0644]
autoopts/autoopts/options.h [new file with mode: 0644]
autoopts/autoopts/usage-txt.h [new file with mode: 0644]
autoopts/boolean.c [new file with mode: 0644]
autoopts/bootstrap.dir [new file with mode: 0644]
autoopts/check.c [new file with mode: 0644]
autoopts/configFileLoad.3 [new file with mode: 0644]
autoopts/configfile.c [new file with mode: 0644]
autoopts/cook.c [new file with mode: 0644]
autoopts/enum.c [new file with mode: 0644]
autoopts/env.c [new file with mode: 0644]
autoopts/file.c [new file with mode: 0644]
autoopts/find.c [new file with mode: 0644]
autoopts/funcs.def [new file with mode: 0644]
autoopts/genshell.c [new file with mode: 0644]
autoopts/genshell.def [new file with mode: 0644]
autoopts/genshell.h [new file with mode: 0644]
autoopts/gettext.h [new file with mode: 0644]
autoopts/init.c [new file with mode: 0644]
autoopts/install-hook.sh [new file with mode: 0644]
autoopts/intprops.h [new file with mode: 0644]
autoopts/load.c [new file with mode: 0644]
autoopts/makeshell.c [new file with mode: 0644]
autoopts/mk-autoopts-pc.in [new file with mode: 0644]
autoopts/mk-tpl-config.sh [new file with mode: 0755]
autoopts/nested.c [new file with mode: 0644]
autoopts/numeric.c [new file with mode: 0644]
autoopts/option-value-type.c [new file with mode: 0644]
autoopts/option-value-type.h [new file with mode: 0644]
autoopts/option-xat-attribute.c [new file with mode: 0644]
autoopts/option-xat-attribute.h [new file with mode: 0644]
autoopts/optionFileLoad.3 [new file with mode: 0644]
autoopts/optionFindNextValue.3 [new file with mode: 0644]
autoopts/optionFindValue.3 [new file with mode: 0644]
autoopts/optionFree.3 [new file with mode: 0644]
autoopts/optionGetValue.3 [new file with mode: 0644]
autoopts/optionLoadLine.3 [new file with mode: 0644]
autoopts/optionMemberList.3 [new file with mode: 0644]
autoopts/optionNextValue.3 [new file with mode: 0644]
autoopts/optionOnlyUsage.3 [new file with mode: 0644]
autoopts/optionPrintVersion.3 [new file with mode: 0644]
autoopts/optionPrintVersionAndReturn.3 [new file with mode: 0644]
autoopts/optionProcess.3 [new file with mode: 0644]
autoopts/optionRestore.3 [new file with mode: 0644]
autoopts/optionSaveFile.3 [new file with mode: 0644]
autoopts/optionSaveState.3 [new file with mode: 0644]
autoopts/optionUnloadNested.3 [new file with mode: 0644]
autoopts/optionVersion.3 [new file with mode: 0644]
autoopts/parse-duration.c [new file with mode: 0644]
autoopts/parse-duration.h [new file with mode: 0644]
autoopts/pgusage.c [new file with mode: 0644]
autoopts/po/usage-txt.pot [new file with mode: 0644]
autoopts/project.h [new file with mode: 0644]
autoopts/proto.h [new file with mode: 0644]
autoopts/putshell.c [new file with mode: 0644]
autoopts/reset.c [new file with mode: 0644]
autoopts/restore.c [new file with mode: 0644]
autoopts/save-flags.c [new file with mode: 0644]
autoopts/save-flags.h [new file with mode: 0644]
autoopts/save.c [new file with mode: 0644]
autoopts/sort.c [new file with mode: 0644]
autoopts/stack.c [new file with mode: 0644]
autoopts/stdnoreturn.in.h [new file with mode: 0644]
autoopts/strequate.3 [new file with mode: 0644]
autoopts/streqvcmp.3 [new file with mode: 0644]
autoopts/streqvcmp.c [new file with mode: 0644]
autoopts/streqvmap.3 [new file with mode: 0644]
autoopts/strneqvcmp.3 [new file with mode: 0644]
autoopts/strtransform.3 [new file with mode: 0644]
autoopts/test/Makefile.am [new file with mode: 0644]
autoopts/test/Makefile.in [new file with mode: 0644]
autoopts/test/alias.test [new file with mode: 0755]
autoopts/test/argument.test [new file with mode: 0755]
autoopts/test/cfg-edit.test [new file with mode: 0755]
autoopts/test/cond.test [new file with mode: 0755]
autoopts/test/config.test [new file with mode: 0755]
autoopts/test/defs.in [new file with mode: 0644]
autoopts/test/doc.test [new file with mode: 0755]
autoopts/test/enums.test [new file with mode: 0755]
autoopts/test/equiv.test [new file with mode: 0755]
autoopts/test/errors.test [new file with mode: 0755]
autoopts/test/getopt.test [new file with mode: 0755]
autoopts/test/handler.test [new file with mode: 0755]
autoopts/test/immediate.test [new file with mode: 0755]
autoopts/test/keyword.test [new file with mode: 0755]
autoopts/test/library.test [new file with mode: 0755]
autoopts/test/main.test [new file with mode: 0755]
autoopts/test/nested.test [new file with mode: 0755]
autoopts/test/nls.test [new file with mode: 0755]
autoopts/test/rc.test [new file with mode: 0755]
autoopts/test/shell.test [new file with mode: 0755]
autoopts/test/stdopts.def [new file with mode: 0644]
autoopts/test/stdopts.test [new file with mode: 0755]
autoopts/test/time.test [new file with mode: 0755]
autoopts/test/usage.test [new file with mode: 0755]
autoopts/test/vendor.test [new file with mode: 0755]
autoopts/test/vers.test [new file with mode: 0755]
autoopts/text_mmap.c [new file with mode: 0644]
autoopts/time.c [new file with mode: 0644]
autoopts/tokenize.c [new file with mode: 0644]
autoopts/tpl/Mdoc.pm [new file with mode: 0644]
autoopts/tpl/aginfo.tpl [new file with mode: 0644]
autoopts/tpl/aginfo3.tpl [new file with mode: 0644]
autoopts/tpl/agman-cmd.tpl [new file with mode: 0644]
autoopts/tpl/agman-file.tpl [new file with mode: 0644]
autoopts/tpl/agman.tlib [new file with mode: 0644]
autoopts/tpl/agman1.tpl [new file with mode: 0644]
autoopts/tpl/agman3.tpl [new file with mode: 0644]
autoopts/tpl/agmdoc-cmd.tpl [new file with mode: 0644]
autoopts/tpl/agmdoc-file.tpl [new file with mode: 0644]
autoopts/tpl/agpl.lic [new file with mode: 0644]
autoopts/tpl/agtexi-cmd.tpl [new file with mode: 0644]
autoopts/tpl/agtexi-file.tpl [new file with mode: 0644]
autoopts/tpl/bits.tpl [new file with mode: 0644]
autoopts/tpl/cmd-doc.tlib [new file with mode: 0644]
autoopts/tpl/def2pot.tpl [new file with mode: 0644]
autoopts/tpl/getopt.tpl [new file with mode: 0644]
autoopts/tpl/gpl.lic [new file with mode: 0644]
autoopts/tpl/gplv2.lic [new file with mode: 0644]
autoopts/tpl/lgpl.lic [new file with mode: 0644]
autoopts/tpl/lgplv2.lic [new file with mode: 0644]
autoopts/tpl/man2mdoc.pl [new file with mode: 0755]
autoopts/tpl/man2texi.sh [new file with mode: 0755]
autoopts/tpl/mbsd.lic [new file with mode: 0644]
autoopts/tpl/mdoc2man.pl [new file with mode: 0644]
autoopts/tpl/mdoc2texi.pl [new file with mode: 0644]
autoopts/tpl/optcode.tlib [new file with mode: 0644]
autoopts/tpl/opthead.tlib [new file with mode: 0644]
autoopts/tpl/options.tpl [new file with mode: 0644]
autoopts/tpl/optlib.tlib [new file with mode: 0644]
autoopts/tpl/optmain.tlib [new file with mode: 0644]
autoopts/tpl/perlopt.tpl [new file with mode: 0644]
autoopts/tpl/rc-sample.tpl [new file with mode: 0644]
autoopts/tpl/stdoptions.def [new file with mode: 0644]
autoopts/tpl/str2enum.tpl [new file with mode: 0644]
autoopts/tpl/str2init.tlib [new file with mode: 0644]
autoopts/tpl/str2mask.tpl [new file with mode: 0644]
autoopts/tpl/strings.tpl [new file with mode: 0644]
autoopts/tpl/texi2man.sh [new file with mode: 0755]
autoopts/tpl/texi2mdoc.sh [new file with mode: 0755]
autoopts/tpl/tpl-config-tlib.in [new file with mode: 0644]
autoopts/tpl/usage.tlib [new file with mode: 0644]
autoopts/usage.c [new file with mode: 0644]
autoopts/version.c [new file with mode: 0644]
build-aux/run-ag.sh [new file with mode: 0644]
columns/Makefile.am [new file with mode: 0644]
columns/Makefile.in [new file with mode: 0644]
columns/columns.c [new file with mode: 0644]
columns/opts.c [new file with mode: 0644]
columns/opts.def [new file with mode: 0644]
columns/opts.h [new file with mode: 0644]
compat/Makefile.am [new file with mode: 0644]
compat/Makefile.in [new file with mode: 0644]
compat/bootstrap.dir [new file with mode: 0644]
compat/chmod.c [new file with mode: 0644]
compat/compat.h [new file with mode: 0644]
compat/pathfind.c [new file with mode: 0644]
compat/snprintf.c [new file with mode: 0644]
compat/strchr.c [new file with mode: 0644]
compat/strdup.c [new file with mode: 0644]
compat/strftime.c [new file with mode: 0644]
compat/strsignal.c [new file with mode: 0644]
compat/strsignal.def [new file with mode: 0644]
compat/strsignal.h [new file with mode: 0644]
compat/strsignal.tpl [new file with mode: 0644]
compat/unlocked-io.h [new file with mode: 0644]
compat/windows-config.h [new file with mode: 0644]
config-h.in [new file with mode: 0644]
config/ag_macros.m4 [new file with mode: 0644]
config/asm-underscore.m4 [new file with mode: 0644]
config/bootstrap [new file with mode: 0755]
config/bootstrap.local [new file with mode: 0644]
config/bootstrap.shlib [new file with mode: 0644]
config/compile [new file with mode: 0755]
config/config.guess [new file with mode: 0755]
config/config.rpath [new file with mode: 0755]
config/config.sub [new file with mode: 0755]
config/depcomp [new file with mode: 0755]
config/extensions.m4 [new file with mode: 0644]
config/gendocs.sh [new file with mode: 0755]
config/gnulib-cache.m4 [new file with mode: 0644]
config/gnulib-comp.m4 [new file with mode: 0644]
config/guile.m4 [new file with mode: 0644]
config/host-cpu-c-abi.m4 [new file with mode: 0644]
config/install-defs.sh [new file with mode: 0644]
config/install-sh [new file with mode: 0755]
config/lib-ld.m4 [new file with mode: 0644]
config/lib-link.m4 [new file with mode: 0644]
config/lib-prefix.m4 [new file with mode: 0644]
config/libopts.m4 [new file with mode: 0644]
config/liboptschk.m4 [new file with mode: 0644]
config/libtool.m4 [new file with mode: 0644]
config/ltmain.sh [new file with mode: 0644]
config/ltoptions.m4 [new file with mode: 0644]
config/ltsugar.m4 [new file with mode: 0644]
config/ltversion.m4 [new file with mode: 0644]
config/lt~obsolete.m4 [new file with mode: 0644]
config/missing [new file with mode: 0755]
config/mk-shdefs.in [new file with mode: 0644]
config/onceonly.m4 [new file with mode: 0644]
config/pkg.m4 [new file with mode: 0644]
config/snprintfv.m4 [new file with mode: 0644]
config/stdnoreturn.m4 [new file with mode: 0644]
config/test-driver [new file with mode: 0755]
config/texinfo.tex [new file with mode: 0644]
config/unlocked-io.m4 [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/agdoc.texi [new file with mode: 0644]
doc/auto-opts.tlib [new file with mode: 0644]
doc/auto_gen-tpl.in [new file with mode: 0644]
doc/autogen-intro.texi [new file with mode: 0644]
doc/autogen-texi.txt [new file with mode: 0644]
doc/autogen.info [new file with mode: 0644]
doc/autogen.info-1 [new file with mode: 0644]
doc/autogen.info-2 [new file with mode: 0644]
doc/autogen.texi [new file with mode: 0644]
doc/bitmaps.texi [new file with mode: 0644]
doc/fdl.texi [new file with mode: 0644]
doc/gendocs_template [new file with mode: 0644]
doc/invoke-autogen.texi [new file with mode: 0644]
doc/invoke-bitmaps.texi [new file with mode: 0644]
doc/invoke-columns.texi [new file with mode: 0644]
doc/invoke-getdefs.texi [new file with mode: 0644]
doc/invoke-snprintfv.texi [new file with mode: 0644]
doc/invoke-xml2ag.texi [new file with mode: 0644]
doc/libopts.texi [new file with mode: 0644]
doc/mk-agen-texi.sh [new file with mode: 0755]
doc/snprintfv.texi [new file with mode: 0644]
getdefs/Makefile.am [new file with mode: 0644]
getdefs/Makefile.in [new file with mode: 0644]
getdefs/gdemit.c [new file with mode: 0644]
getdefs/gdinit.c [new file with mode: 0644]
getdefs/getdefs.c [new file with mode: 0644]
getdefs/getdefs.h [new file with mode: 0644]
getdefs/opts.def [new file with mode: 0644]
getdefs/proto.h [new file with mode: 0644]
getdefs/test/Makefile.am [new file with mode: 0644]
getdefs/test/Makefile.in [new file with mode: 0644]
getdefs/test/cfg.test [new file with mode: 0755]
getdefs/test/defs [new file with mode: 0644]
getdefs/test/index.test [new file with mode: 0755]
getdefs/test/option.test [new file with mode: 0755]
getdefs/test/subblock.test [new file with mode: 0755]
pkg/Makefile.am [new file with mode: 0644]
pkg/Makefile.in [new file with mode: 0644]
pkg/gnudir.tpl [new file with mode: 0644]
pkg/gnudoc.tpl [new file with mode: 0644]
pkg/libopts/COPYING.gplv3 [new file with mode: 0644]
pkg/libopts/COPYING.lgplv3 [new file with mode: 0644]
pkg/libopts/COPYING.mbsd [new file with mode: 0644]
pkg/libopts/README [new file with mode: 0644]
pkg/libopts/libopts-add.m4 [new file with mode: 0644]
pkg/libopts/mklibsrc.sh [new file with mode: 0644]
pkg/libopts/stdnoreturn.mk [new file with mode: 0644]
pkg/lsm.tpl [new file with mode: 0644]
pkg/mkpkg.linux [new file with mode: 0644]
pkg/mkpkg.sh [new file with mode: 0644]
pkg/mkpkg.sun [new file with mode: 0644]
pkg/pkg-env.in [new file with mode: 0644]
pkg/spec.tpl [new file with mode: 0644]
snprintfv/AUTHORS [new file with mode: 0644]
snprintfv/Makefile.am [new file with mode: 0644]
snprintfv/Makefile.in [new file with mode: 0644]
snprintfv/README [new file with mode: 0644]
snprintfv/THANKS [new file with mode: 0644]
snprintfv/compat.h [new file with mode: 0644]
snprintfv/custom.c [new file with mode: 0644]
snprintfv/filament.c [new file with mode: 0644]
snprintfv/filament.h [new file with mode: 0644]
snprintfv/filament.in [new file with mode: 0644]
snprintfv/filament.stamp [new file with mode: 0644]
snprintfv/format.c [new file with mode: 0644]
snprintfv/mem.c [new file with mode: 0644]
snprintfv/mem.h [new file with mode: 0644]
snprintfv/printf.c [new file with mode: 0644]
snprintfv/printf.h [new file with mode: 0644]
snprintfv/printf.in [new file with mode: 0644]
snprintfv/printf.stamp [new file with mode: 0644]
snprintfv/stream.c [new file with mode: 0644]
snprintfv/stream.h [new file with mode: 0644]
snprintfv/stream.in [new file with mode: 0644]
snprintfv/stream.stamp [new file with mode: 0644]
xml2ag/Makefile.am [new file with mode: 0644]
xml2ag/Makefile.in [new file with mode: 0644]
xml2ag/fork.c [new file with mode: 0644]
xml2ag/fork.tpl [new file with mode: 0644]
xml2ag/test/Makefile.am [new file with mode: 0644]
xml2ag/test/Makefile.in [new file with mode: 0644]
xml2ag/test/convert.test [new file with mode: 0755]
xml2ag/xml2ag.c [new file with mode: 0644]
xml2ag/xmlopts.c [new file with mode: 0644]
xml2ag/xmlopts.def [new file with mode: 0644]