summaryrefslogtreecommitdiff
path: root/src/port/crypt.c
AgeCommit message (Collapse)Author
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-07-06pgindent run for 9.0, second runBruce Momjian
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
provided by Andrew.
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-07-28Fix a whole bunch of #includes that were either wrong or redundant.Tom Lane
The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either of which sins can mess up largefile support nicely. Once you have included c.h, there is no need to re-include what it includes, either.
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
them, the executation behavior could be unexpected.
2004-10-05License cleanup: crypt.c and qsort.c to latest NetBSD CVS sources, toNeil Conway
pickup license clarification (3-clause BSD is now used). Add license terms to memcmp.c (also from NetBSD), which previously had none. Finally, pickup an upstream fix to crypt.c (const-ify some arrays).
2004-10-04Fix warnings from crypt.c compile.Bruce Momjian
2004-10-04Comment out unused variable.Bruce Momjian
2004-09-27Remove inclusion of windows.h now that it is included in c.h, per ideaBruce Momjian
from Peter.
2003-08-04pgindent run.Bruce Momjian
2003-06-12Attached is the complete diff against current CVS.Bruce Momjian
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek
2003-06-12Back out patch that got bundled into another patch.Bruce Momjian
2003-06-12New patch with corrected README attached.Bruce Momjian
Also quickly added mention that it may be a qualified schema name. Rod Taylor
2003-05-10More crypt() cleanup.Bruce Momjian
2003-05-10Remove HPUX 9 rint() test.Bruce Momjian
Cleanup new crypt() source code.
2003-05-09Add crypt() to /port for Win32.Bruce Momjian