aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
AgeCommit message (Collapse)AuthorFiles
2023-09-21Fix distcheckSergey Poznyakoff1
* .gitignore: Update. * build/bootstrap: Update to version 2023-08-29.21 from gnulib, * bootstrap.conf: Move to build/. Define gnulib_tool_option_extras. Use gnulib revision 1a73d62b4f. * doc/Makefile.am (SUBDIRS): Add imprimatur. * lib/Makefile.am: Define variables needed form gnulib.mk * po/.gitignore: Update. * src/anubisusr.c: Remove unused variable.
2010-04-19Use GINT for integrating with Guile.Sergey Poznyakoff1
* gint: New module. * Makefile.am, configure.ac: Use gint. * bootstrap.conf: Initialize git submodules. * src/Makefile.am: Include gint.mk * am/guile.m4: Remove. * src/guile.c (guile_safe_exec): Use scm_c_catch instead of the deprecated scm_internal_lazy_catch.
2009-11-11Improve runtime diagnostics.Sergey Poznyakoff1
* bootstrap.conf (NLS_MARKERS): Add eval_error and eval_warning. * src/headers.h (EVAL_ENV): New typedef. (eval_env_locus, eval_env_method) (eval_env_message, eval_env_data) (eval_error, eval_warning): New prototypes. * src/rc-gram.y (eval_env_locus, eval_env_method) (eval_env_message, eval_env_data) (eval_error, eval_warning): New functions. (asgn_eval): Update calls to p->parser. * src/rcfile.h (RC_KW_HANDLED, RC_KW_UNKNOWN) (RC_KW_ERROR): Remove. (rc_kw_parser_t): Change signature. * src/authmode.c, src/env.opt, src/gpg.c, src/guile.c, src/map.c, src/rcfile.c: Reflect above changes.
2009-11-11Pacify gccSergey Poznyakoff1
* bootstrap.conf (NLS_MARKERS): Add parse_error and tracefile. * src/log.c (tracefile): Take into account T_LOCATION_COLUMN bit. * src/logport.c: Shut gcc warning. * src/misc.c (get_port_number): Port is unsigned. Improve error checking. * src/rc-lex.l: Initialize column to 1. * src/rcfile.h (parse_error,tracefile): Mark as printflike. * src/tls.c, src/xdatabase.c, testsuite/mta.c: Shut up gcc warnings.
2009-09-25Minor changesSergey Poznyakoff1
* bootstrap.conf: Read list of modules from gnulib.modules. * configure.ac: Remove checks for sysexits.h, strdup, daemon * src/headers.h: Remove unnecesary ifndefs
2008-12-16Switched to Git repository.Wojciech Polak1
* m4: Rename to am. * README-alpha, README-hacking: Reflect the switch. * */.cvsignore: Rename to .gitignore, update. * ChangeLog: Rename to ChangeLog-CVS-old.
2008-07-03Fix loop-detection code, add some minor improvements.Sergey Poznyakoff1
* README-hacking: Update. * bootstrap.conf: Add sysexits. * build/bootstrap: Synch with gnulib repository. * build/gnulib.modules: Remove. * lib/.cvsignore, m4/.cvsignore, po/.cvsignore: Update. * lib/Makefile.am: Remove unnecessary initializations. * src/authmode.c (anubis_authenticate_mode): Remove a block of code duplicated in transmode.c and replace it with a call to session_prologue. * src/transmode.c (anubis_transparent_mode): Likewise. (string_to_ipaddr, session_prologue): New functions. * src/env.opt: Fix Emacs mode marker. * src/headers.h: Include sysexits.h unconditionally. (session_prologue): New prototype. * src/tls.c (cipher_info): Add missing newline.
2007-11-02(gnulib_modules): Add xalloc.Wojciech Polak1
2007-08-06New fileSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.