OSDN Git Service

* construct "struct {} list [] = {}" confuses pgindent - split those.
authorNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:18:46 +0000 (05:18 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 21 Mar 2005 05:18:46 +0000 (05:18 +0000)
commitfa332a06ecffaa027a0b09cdd1907a03d4318911
treea2250749d6e07f2fdec09ee57ee0a3f406888df2
parent3cc866123224ec1cd9b2deeb4d63c39c6ef9e533
* construct "struct {} list [] = {}" confuses pgindent - split those.
  It was a bad style to begin with, and now several loops can be clearer.
* pgcrypto.c: Fix function comments
* crypt-gensalt.c, crypt-blowfish.c: stop messing with errno
* openssl.c: use px_free instead pfree
* px.h: make redefining px_alloc/px_realloc/px_free easier

Marko Kreen
contrib/pgcrypto/crypt-blowfish.c
contrib/pgcrypto/crypt-gensalt.c
contrib/pgcrypto/internal.c
contrib/pgcrypto/openssl.c
contrib/pgcrypto/pgcrypto.c
contrib/pgcrypto/px-crypt.c
contrib/pgcrypto/px.h