Commit Graph

279 Commits

Author SHA1 Message Date
Peter Simons
618ccc5adc Makefile.am: re-order sub-dirs topographically 2019-07-11 15:02:47 +02:00
Peter Simons
91d6a40b7a librfc822: link our 'mpools' and 'lists' dependencies as libraries 2019-07-11 15:02:24 +02:00
Peter Simons
bfaab8dffd doc: use latexmk to get the amount of necessary re-runs right 2019-07-10 17:37:16 +02:00
Peter Simons
ae5a180410 doc: avoid using fancy document classes
The LaTeX "report" style is good enough for us, especially since we ship only
HTML anyway.
2019-07-10 17:03:02 +02:00
Peter Simons
11738f2818 travis.yml: switch to Xenial-based non-container build 2019-07-10 16:36:06 +02:00
Peter Simons
033750f916 acl-parser.y: update name-prefix directive for modern versions of bison 2019-07-10 15:47:55 +02:00
Peter Simons
65f18534bc Fix ambiguous boolean expressions. 2019-07-10 15:26:03 +02:00
Peter Simons
c104e4a16f Update copyright headers. 2019-07-10 15:00:47 +02:00
Peter Simons
82aab6244b cfg.mk: add 'maintainer-upload-website' target 2019-07-10 15:00:20 +02:00
Peter Simons
9e91dbd4aa Switch homepage URL to Github. 2019-07-10 14:58:41 +02:00
Peter Simons
800acb56fa git: ignore generated .dirstamp file 2019-07-10 14:13:08 +02:00
Peter Simons
1c8a9af05a acl-scanner.l: add missing config.h include 2019-07-10 14:11:27 +02:00
Peter Simons
a444c2fa7b configure.ac: improve quoting 2019-07-10 14:07:15 +02:00
Peter Simons
e38943603d configure.ac: enable subdir-objects for libmpools/mpools.c and others 2019-07-10 14:06:34 +02:00
Peter Simons
c112f5f3e7 travis.yml: add CI 2017-01-18 00:45:04 +01:00
Peter Simons
19d795c6ab bootstrap.sh: this script needs bash 2017-01-18 00:45:03 +01:00
Peter Simons
13b81dbbe2 Makefile.am: wipe generated INSTALL file in maintainer-clean target
Acked-by: Peter Simons <simons@cryp.to>
2016-11-28 10:40:35 +01:00
Peter Simons
184701aa8b doc: fix obsolete font commands 2016-09-10 18:18:37 +02:00
Peter Simons
511ad01778 maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
2013-02-11 14:43:08 +01:00
Peter Simons
a7476aec82 lists.h, text.h: update code guard name from __HAVE_DEFINED_BOOL__ to PETIDOMO_HAS_DEFINED_BOOL
User names must not have a leading underscore. I made that change in petidomo.h
recently, but forgot to update those header files as well.
2013-02-11 14:22:42 +01:00
Peter Simons
d6b37a4552 maint: post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
2013-02-09 20:23:59 +01:00
Peter Simons
c4b745db3f NEWS: updated for upcoming 4.2 release 2013-02-09 20:19:33 +01:00
Peter Simons
9db74a3e90 bootstrap.sh: update gnulib configuration for release 2013-02-09 20:19:19 +01:00
Peter Simons
802724c3be libtext/easy_sprintf.c: dropped redundant parantheses 2013-02-09 20:19:19 +01:00
Peter Simons
4cd5d72876 petidomo.tex: cosmetic 2013-02-09 20:19:19 +01:00
Peter Simons
f693f67bf4 hermes.c, approve.c: use proper EXIT_* code instead of magic contstant 2013-02-09 20:19:19 +01:00
Peter Simons
6e37fb864d petidomo.h: don't use reserved double-underscore prefix 2013-02-09 20:19:19 +01:00
Peter Simons
23719d36a3 Include <config.h> in every source code module. 2013-02-09 20:19:19 +01:00
Peter Simons
305afa1754 acl-parser.y: don't write capitalized error messages to syslog 2013-02-09 20:19:19 +01:00
Peter Simons
8bf35c0ae3 libargv/argv_loc.h: don't re-define NULL; rely on stddef.h from gnulib 2013-02-09 20:19:19 +01:00
Peter Simons
a91669683d index.c: drop unused include of <dirent.h> 2013-02-09 20:19:19 +01:00
Peter Simons
608ec1b05b members.c: drop unused include of <dirent.h> 2013-02-09 20:19:19 +01:00
Peter Simons
8f039bab98 TODO: dropped meaningless file 2013-02-09 20:19:19 +01:00
Peter Simons
3cab345bba INSTALL: don't track this file; it comes from Automake 2013-02-09 20:19:19 +01:00
Peter Simons
a85784c526 doc: include tex source in the distribution to fix 'distcheck' target 2013-02-09 20:19:19 +01:00
Peter Simons
f73f022e80 libconfigfile/config.c, libmpools/mpools.c: don't pass (const void *) to free(2) 2013-02-09 20:19:19 +01:00
Peter Simons
0aa1e2f602 mpools.c: disable non-portable mp_dump_memory_pool() function 2013-02-09 20:19:19 +01:00
Peter Simons
1768de0df3 librfc822/Makefile.am: add missing dependency to fix race condition in parallel builds 2013-02-09 20:19:19 +01:00
Peter Simons
b7b6bbb100 acl-scanner.l, address_scan.l: don't define unused yyinput() function 2013-02-09 20:19:19 +01:00
Peter Simons
d95a05dade acl-parser.y: don't use C++ style comments in C code 2013-02-09 19:06:23 +01:00
Peter Simons
d8e4baaf08 acl-parser.y: fix declaration of acl_error() and acl_lex() 2013-02-09 19:06:23 +01:00
Peter Simons
df82141618 hermes.c, main.c: drop unused variables 2013-02-09 19:06:23 +01:00
Peter Simons
14f8ed1b45 config-files.c, rfcparse.c: avoid portability issues
sizeof() returns a ssize_t, which needs to be formatted with "%zu".
Unfortunately, the 'z' modifier is a non-standard GNU extension.
2013-02-09 19:06:23 +01:00
Peter Simons
5609a9b48b doc: add missing dependency fix parallel building 2013-02-09 19:06:23 +01:00
Peter Simons
65f16fe091 Fixed clean, distclean, and maintainer-clean targets. 2013-02-09 19:06:23 +01:00
Peter Simons
497ddceaf9 Bumped date in copyright headers. 2013-02-06 12:50:58 +01:00
Peter Simons
e18fc8520f configure.ac: added missing check for the ar(1) tool 2013-02-06 12:45:48 +01:00
Peter Simons
91d65617f0 post-release administrivia
* NEWS: Add header line for next release.
* .prev-version: Record previous version.
* cfg.mk (old_NEWS_hash): Auto-update.
2010-02-25 19:41:26 +01:00
Peter Simons
4c10b6b8c7 Makefile.am: fixed install target and documentation build 2010-02-25 19:38:58 +01:00
Peter Simons
3a024ed7e4 README, NEWS: updated for the upcoming 4.1 release 2010-02-25 19:38:49 +01:00