aboutsummaryrefslogtreecommitdiff
path: root/src/backend/port/snprintf.c
Commit message (Expand)AuthorAge
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* From: Tatsuo Ishii <t-ishii@sra.co.jp>Marc G. Fournier1999-02-21
* Add floating-point support to our emulation of snprintfTom Lane1999-02-06
* Cleanup of source files where 'return' or 'var =' is alone on a line.Bruce Momjian1999-02-03
* Reverse out yesterday's patch from Horak Daniel, sinceTom Lane1999-01-17
* Apply Win32 patch from Horak Daniel.Bruce Momjian1999-01-17
* Add configure test to see whether vsnprintf() is present,Tom Lane1999-01-17
* Fix for snprintf and long long unsigned.Bruce Momjian1998-12-24
* Attached is a patch with some fixes that (I think that) should go intoBruce Momjian1998-12-18
* Fix for HAVE_LONG bug in snprintf.c.Bruce Momjian1998-12-18
* Fix for snprintf with long long's, define problem.Bruce Momjian1998-12-18
* Fix prototype for 64-bit platforms.Bruce Momjian1998-12-12
* Cleanup for snprintf for long long's.Bruce Momjian1998-10-08
* Fix snprintf.c for machines that don't have long long, like some Irix.Bruce Momjian1998-10-07
* Fixes for Irix from Robert BruccoleriBruce Momjian1998-10-02
* Add in, I think, support for %lld in snprintf(), specifically withMarc G. Fournier1998-09-23
* fix for aix snprintfBruce Momjian1998-09-18
* Porting efforts... :)Vadim B. Mikheev1998-09-10
* Try this snprintf() implementation, used in sendmail...Marc G. Fournier1998-09-04
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* Adrian Hall reported a problem to me that snprintf() doesn't exist in, atMarc G. Fournier1998-08-01