2006-12-15 15:34:21 by Thomas Klausner | Files touched by this commit (50) |
Log message:
Reset maintainer, ben@ has resigned.
|
2006-04-22 11:22:18 by Roland Illig | Files touched by this commit (231) |
Log message:
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
|
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
|
2005-12-05 21:51:20 by Roland Illig | Files touched by this commit (1432) |
Log message:
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
|
2005-12-04 16:50:13 by Ben Collver | Files touched by this commit (2) |
Log message:
Update helpdeco to version 2.1.3. Changes include:
* helpdec1.c, helpdeco.h: Improve const correctness - thanks to
Markus Elfring (elfring) for the tip
* compat.c: Apply patch from Dirk Jagdmann (doj) to fix pointer
flibbling
* splitmrb.c: Apply patch from Dirk Jagdmann (doj) to fix HOTSPOT
struct packing with GCC >= 3
* compat.c, compat.h, helpdeco.c, splitmrb.c, zapres.c: Apply patch
from Dirk Jagdmann (doj) to use POSIX path defines instead of DOS
ones.
* helpdec1.c, helpdeco.c: Add patch for compiling with GCC 4.0 from
Andreas Jochens <aj@andaco.de>
|
2005-11-08 20:37:22 by Todd Vierling | Files touched by this commit (1) |
Log message:
Interix has strlcpy(3) too.
|
2005-07-08 20:56:57 by Krister Walfridsson | Files touched by this commit (3) |
Log message:
Do not include malloc.h, and add HAVE_STRLCPY for Darwin too.
|
2005-05-22 22:08:52 by Johnny C. Lam | Files touched by this commit (1035) |
Log message:
Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS -> USE_TOOLS
awk -> gawk
m4 -> gm4
make -> gmake
sed -> gsed
yacc -> bison
|
2005-05-19 20:35:41 by Ben Collver | Files touched by this commit (1) | |
Log message:
This file is not necessary after update to helpdeco 2.1.1
|
2005-05-19 20:34:34 by Ben Collver | Files touched by this commit (13) | |
Log message:
Update helpdeco to version 2.1.1. Notable changes:
* moved to sourceforge
* put under GPL instead of non-commercial license, with permission from
original author
* portability fixes
|