aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFiles
2021-01-07Version 1.2v1.2Sergey Poznyakoff1
2021-01-07Update copyright yearsSergey Poznyakoff1
2018-06-02Support for Guile 2.2.0Sergey Poznyakoff1
2015-05-15Update copyright yearsSergey Poznyakoff1
2012-08-14New option --done=expr supplies a cleanup expression.Sergey Poznyakoff1
This expression is run once, when the main loop has finished iterating over all nodes. * doc/cfpeek.1: Document the --done option. * doc/cfpeek.texi: Likewise. * NEWS: Update. * configure.ac: Version 1.1.90 * src/cfpeek.c (script_done_expr): New variable. (main): Call script_done before exiting. * src/cfpeek.h (script_done_expr): New extern (script_done, guile_done): New protos. * src/cmdline.opt (done): New option. * src/guile.c (guile_done): New function. * src/script.c (script_tab) <done>: New member. (script_tab): Fill in the new structure member. (script_done): New function.
2012-08-13Minor changes.Sergey Poznyakoff1
* configure.ac (AC_INIT): Set web page address.
2012-03-30Version 1.1release-1.1Sergey Poznyakoff1
Update docs.
2011-10-02Use Imprimatur for documentation development and maintenance.Sergey Poznyakoff1
2011-05-31Update docs.Sergey Poznyakoff1
* NEWS: Update. * configure.ac: Set version number 1.0.90. * doc/cfpeek.texi: Document new options.
2011-05-27Fix builds without Guilerelease-1.0Sergey Poznyakoff1
* gint: Update. * configure.ac (GINT_INIT): Use doc-dsitrib option. * src/guile.c: Minor fix.
2011-05-27Add testsuiteSergey Poznyakoff1
* Makefile.am (SUBDIRS): Add tests. * configure.ac: Initialize test framework. * src/cmdline.opt: Print information about Guile and Grecs versions along with normal --version output. * src/Makefile.am (INCLUDES): Add $(top_srcdir), needed to locate gitid.h (MAINTAINERCLEANFILES): New variable. * tests: New directory. * tests/.gitignore: New file. * tests/Makefile.am: New file. * tests/atlocal.in: New file. * tests/gmatch.at: New file. * tests/guile-itr.at: New file. * tests/guile-list.at: New file. * tests/guile-list2.at: New file. * tests/list.at: New file. * tests/literal.at: New file. * tests/locus.at: New file. * tests/lookupfail.at: New file. * tests/parent.at: New file. * tests/path.at: New file. * tests/smatch.at: New file. * tests/testsuite.at: New file. * tests/up.at: New file. * tests/value.at: New file. * tests/version.at: New file.
2011-05-27Prepare for the releaseSergey Poznyakoff1
2011-05-26Various fixes.Sergey Poznyakoff1
* grecs: Update. * configure.ac (GRECS_SETUP): Add syntax-doc flag. * doc/GNUmakefile (BUILT_SOURCES): Add scripting.texi. (scripting.texi): New rule. * doc/Makefile.am (BUILT_SOURCES): Remove scripting.texi. (scripting.texi): Move to GNUmakefile. * doc/cfpeek.texi: Update. * doc/macros.texi (runex): Remove @kbd * src/cmdline.opt (parse_options): Force default flags GRECS_NODE_FLAG_PATH|GRECS_NODE_FLAG_VALUE.
2011-05-23Start writing docs.Sergey Poznyakoff1
* Makefile.am (SUBDIRS): Add doc. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * doc/Makefile.am: New file. * doc/cfpeek.1: New file. * grecs: Update. * src/cfpeek.c (flags): Don't initialize. * src/cmdline.opt (parse_options): Initialize flags.
2011-05-20Implement scripting.Sergey Poznyakoff1
* gint: New module. * Makefile.am: Update. * configure.ac: Initialize GINT. * src/.gitignore: Update. * src/guile.c: New file. * src/cfpeek.h: New file. * src/script.h: New file. * src/Makefile.am: Update. * src/cfpeek.c: Implement scripting. * src/cmdline.opt: Likewise.
2011-05-15Implement multiple parsers.Sergey Poznyakoff1
* configure.ac (GRECS_SETUP): Add all-parsers option. * src/cmdline.opt: New option --parser. * grecs: Update.
2011-05-09Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.