summaryrefslogtreecommitdiff
path: root/src/backend/port/snprintf.c
AgeCommit message (Expand)Author
2002-07-18Move libc replacement files from src/backend/port to src/port.Bruce Momjian
2001-10-25pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2000-12-30Be more careful about the difference between signed and unsigned ints.Tom Lane
2000-12-03Ensure that all uses of <ctype.h> functions are applied to unsigned-charTom Lane
1999-09-09Get rid of elog(DEBUG) in snprintf emulation ... it's justTom Lane
1999-08-31Minor improvements to stringinfo package to make it moreTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-16Final cleanup.Bruce Momjian
1999-07-15Remove unused #includes in *.c files.Bruce Momjian
1999-05-25pgindent run over code.Bruce Momjian
1999-02-21From: Tatsuo Ishii <[email protected]>Marc G. Fournier
1999-02-06Add floating-point support to our emulation of snprintfTom Lane
1999-02-03Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian
1999-01-17Reverse out yesterday's patch from Horak Daniel, sinceTom Lane
1999-01-17Apply Win32 patch from Horak Daniel.Bruce Momjian
1999-01-17Add configure test to see whether vsnprintf() is present,Tom Lane
1998-12-24Fix for snprintf and long long unsigned.Bruce Momjian
1998-12-18Attached is a patch with some fixes that (I think that) should go intoBruce Momjian
1998-12-18Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian
1998-12-18Fix for snprintf with long long's, define problem.Bruce Momjian
1998-12-12Fix prototype for 64-bit platforms.Bruce Momjian
1998-10-08Cleanup for snprintf for long long's.Bruce Momjian
1998-10-07Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian
1998-10-02Fixes for Irix from Robert BruccoleriBruce Momjian
1998-09-23Add in, I think, support for %lld in snprintf(), specifically withMarc G. Fournier
1998-09-18fix for aix snprintfBruce Momjian
1998-09-10Porting efforts... :)Vadim B. Mikheev
1998-09-04Try this snprintf() implementation, used in sendmail...Marc G. Fournier
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-09-01Renaming cleanup, no pgindent yet.Bruce Momjian
1998-08-01Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier