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 |
|
Peter Simons
|
a11f628d97
|
Converted build to gnulib.
|
2010-02-24 17:33:58 +01:00 |
|
Peter Simons
|
508ce686d4
|
docs/petidomo.tex: updated latex preamble
|
2010-02-18 16:40:33 +01:00 |
|
Peter Simons
|
9d59c8c3d3
|
docs/petidomo.tex: documented download url
|
2010-02-18 16:40:12 +01:00 |
|
Peter Simons
|
c91c631cba
|
Updated my e-mail address.
|
2010-02-18 16:29:27 +01:00 |
|
Peter Simons
|
1abd8ff22d
|
INSTALL: updated to latest version from Automake
|
2010-02-18 16:28:30 +01:00 |
|
Peter Simons
|
e4af1eb7fe
|
Updated flex/bison parser to take advantage of current versions of these tools.
|
2009-07-19 22:27:10 +02:00 |
|
Peter Simons
|
398afbbc5c
|
librfc822/address.y: fixed a trivial typo
|
2009-07-19 22:26:05 +02:00 |
|
Peter Simons
|
8479e3aa9b
|
AUTHORS: added Thomas Lotterer
|
2009-07-19 22:25:39 +02:00 |
|
Peter Simons
|
bfdc2cfc1f
|
Moved to git.
|
2009-07-19 22:25:14 +02:00 |
|
Peter Simons
|
7e843fe0f5
|
librfc822/test.c: fix build with gcc 4.4.0.
|
2009-07-19 22:24:51 +02:00 |
|