summaryrefslogtreecommitdiff
path: root/src/port/snprintf.c
Commit message (Expand)AuthorAgeFilesLines
* pgindent run for 9.4Bruce Momjian2014-05-061-3/+3
* Allow use of "z" flag in our printf calls, and use it where appropriate.Tom Lane2014-01-231-0/+26
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-101-25/+25
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0, second runBruce Momjian2010-07-061-26/+26
* Fix our printf implementation to follow spec: if a star parameterTom Lane2008-03-181-1/+7
* Remove advertising clause from Berkeley BSD-licensed files, perBruce Momjian2007-03-261-6/+2
* protect vfprintf from hijacking by Windows gettext just like other members of...Andrew Dunstan2006-11-281-2/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-19/+20
* Document return-value conventions used by this implementation, perTom Lane2005-12-051-4/+24
* Fix a rather sizable number of problems in our homegrown snprintf, such asTom Lane2005-12-051-491/+729
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-20/+19
* Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane2005-07-281-2/+2
* Must count '*' characters as potential arguments.Tom Lane2005-04-141-7/+11
* Add mention of why malloc() has to be used in snprintf.c.Bruce Momjian2005-03-201-1/+2
* Department of second thoughts. Remove FRONTEND from snprintf.c becauseBruce Momjian2005-03-201-15/+3
* Factor duplicate snprintf code into functions.Bruce Momjian2005-03-171-178/+175
* Add sprintf support, that were were missing.Bruce Momjian2005-03-161-46/+108
* pgindent snprintf.c for consistency.Bruce Momjian2005-03-161-134/+141
* Fix snprintf for %*$.Bruce Momjian2005-03-161-6/+6
* Fix snprintf to handle %$ properly by storing and reordering theBruce Momjian2005-03-161-97/+103
* Fix snprintf() to properly handle precision specification for %f.Bruce Momjian2005-03-121-1/+3
* Add fprintf() custom version to libpgport.Bruce Momjian2005-03-111-4/+27
* Define snprintf() to call pg_snprintf() so our own snprintf-likeBruce Momjian2005-03-111-13/+9
* Move snprintf int64 compatibility letters into a NOT_USED block.Bruce Momjian2005-03-021-1/+3
* Fix for %I64d snprintf.Bruce Momjian2005-03-021-2/+2
* snprintf() %I64d code fix.Bruce Momjian2005-03-021-2/+3
* Use our own snprintf() only if NLS is enabled, and support %qd and %I64d.Bruce Momjian2005-03-021-1/+18
* Prevent large allocation in snprintf to hold positional parameters.Bruce Momjian2005-03-021-15/+38
* Fix snprintf on Win32:Bruce Momjian2005-03-021-23/+26
* Make port snprintf.c finally thread-safe.Bruce Momjian2005-03-021-42/+53
* Make snprintf() use already-defined int64/uint64 typedefs rather thanBruce Momjian2005-03-011-30/+11
* And while we are on it, I would like to submit minorBruce Momjian2005-03-011-42/+39
* snprintf.c has no sys/ioctl.h. Trivial patch below:Bruce Momjian2005-02-281-1/+3
* Add semicolon so snprintf.c goto has a statement to attach to:Bruce Momjian2005-02-221-1/+2
* Add support to port/snprintf.c for position parameter specification:Bruce Momjian2005-02-221-15/+196
* Pgindent run for 8.0.Bruce Momjian2004-08-291-2/+2
* Throw compile error if our non-thread-safe snprintf is used.Bruce Momjian2004-01-081-1/+6
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Move libc replacement files from src/backend/port to src/port.Bruce Momjian2002-07-181-0/+470