summaryrefslogtreecommitdiff
path: root/bsd-snprintf.c
AgeCommit message (Collapse)Author
2000-09-30 - (djm) Support in bsd-snprintf.c for long long conversions fromDamien Miller
Ben Lindstrom <mouring@pconline.com> - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
2000-08-30 - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>Damien Miller
2000-07-11 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is knownDamien Miller
to compile on more platforms (incl NeXT).
2000-07-01 - (djm) Added check for broken snprintf() functions which do not correctlyDamien Miller
terminate output string and attempt to use replacement.
2000-06-28 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller
support. Enable using "USE_SIA=1 ./configure [options]"
2000-03-03 - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>Damien Miller
- Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
2000-01-22 - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben TaylorDamien Miller
<bent@clark.net>
1999-12-28 - Replacement for getpagesize() for systems which lack itDamien Miller
1999-12-13 - Fix compilation on systems with AFS. Reported byDamien Miller
aloomis@glue.umd.edu - Fix installation on Solaris. Reported by Gordon Rowell <gordonr@gormand.com.au> - Fix gccisms (__attribute__ and inline). Report by edgy@us.ibm.com, patch from Markus Friedl <markus.friedl@informatik.uni-erlangen.de> - Auto-locate xauth. Patch from David Agraz <dagraz@jahoopa.com> - Compile fix from David Agraz <dagraz@jahoopa.com> - Avoid compiler warning in bsd-snprintf.c - Added pam_limits.so to default PAM config. Suggested by Jim Knoble <jmknoble@pobox.com>
1999-11-26 - Add definition for __P()Damien Miller
- Added [v]snprintf() replacement for systems that lack it