summaryrefslogtreecommitdiff
path: root/bsd-snprintf.c
Commit message (Collapse)AuthorAgeFilesLines
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-818/+0
| | | | | | | | | | | | | | openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.
* - (djm) Fix vsprintf("%h") in bsd-snprintf.c, short int va_args areDamien Miller2000-11-111-4/+4
| | | | | promoted to type int. Report and fix from Dan Astoorian <djast@cs.toronto.edu>
* - (djm) Support in bsd-snprintf.c for long long conversions fromDamien Miller2000-09-301-5/+33
| | | | | Ben Lindstrom <mouring@pconline.com> - (djm) Cleanup NeXT support from Ben Lindstrom <mouring@pconline.com>
* - (djm) Compile warning fixes from Mark Miller <markm@swoon.net>Damien Miller2000-08-301-1/+3
|
* - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is knownDamien Miller2000-07-111-144/+751
| | | | to compile on more platforms (incl NeXT).
* - (djm) Added check for broken snprintf() functions which do not correctlyDamien Miller2000-07-011-6/+6
| | | | terminate output string and attempt to use replacement.
* - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller2000-06-281-1/+1
| | | | support. Enable using "USE_SIA=1 ./configure [options]"
* - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au>Damien Miller2000-03-031-1/+1
| | | | - Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au>
* - Fix compilation of bsd-snprintf.c on Solaris, fix from Ben TaylorDamien Miller2000-01-221-1/+1
| | | | <bent@clark.net>
* - Replacement for getpagesize() for systems which lack itDamien Miller1999-12-281-0/+19
|
* - Fix compilation on systems with AFS. Reported byDamien Miller1999-12-131-24/+24
| | | | | | | | | | | | | 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>
* - Add definition for __P()Damien Miller1999-11-261-0/+162
- Added [v]snprintf() replacement for systems that lack it