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 |
|
Peter Simons
|
6a5886db22
|
doc/Makefile.am: enable doc building and installation
|
2010-02-24 19:24:23 +01:00 |
|
Peter Simons
|
34b7e7ef88
|
configure.ac: fixed package name
|
2010-02-24 18:54:46 +01:00 |
|
Peter Simons
|
8e9e5e0270
|
NEWS: prepared administrative files for upcoming 4.1 release
|
2010-02-24 17:40:06 +01:00 |
|
Peter Simons
|
23aeb3f4bb
|
Untabified source code and stripped all trailing white space.
|
2010-02-24 17:34:14 +01:00 |
|
Peter Simons
|
5bb7d854c5
|
Dropped obsolete files.
|
2010-02-24 17:34:13 +01:00 |
|
Peter Simons
|
e4f1835752
|
Prefer EXIT_SUCCESS and EXIT_FAILURE defines.
|
2010-02-24 17:34:13 +01:00 |
|
Peter Simons
|
1d2616d1e9
|
doc/petidomo.tex: fixed trivial typos
|
2010-02-24 17:34:13 +01:00 |
|
Peter Simons
|
5857457cdf
|
Drop all occurrences of magic CVS keywords.
|
2010-02-24 17:34:13 +01:00 |
|
Peter Simons
|
954a849ff9
|
Invoke set_program_name() in main() functions to make gnulib happy.
|
2010-02-24 17:34:06 +01:00 |
|
Peter Simons
|
b7fdc3911f
|
acl-parser.y, handleacl.c, librfc822/test.c, rfcparse.c: free() can handle NULL pointers
|
2010-02-24 17:34:05 +01:00 |
|
Peter Simons
|
bf894937ad
|
libconfigfile/config.c, libmpools/mpools.c: dropped superfluous cast to (void*) when calling free(2)
|
2010-02-24 17:34:05 +01:00 |
|
Peter Simons
|
53a8355dd4
|
etc/shtool: drop obsolete file
|
2010-02-24 17:34:05 +01:00 |
|
Peter Simons
|
22dc965d4d
|
doc: re-enable build of the man page
|
2010-02-24 17:34:05 +01:00 |
|
Peter Simons
|
99ebe514bc
|
Updated license to GPLv3 or later.
|
2010-02-24 17:34:05 +01:00 |
|