OSDN Git Service

Hi,
authorBruce Momjian <bruce@momjian.us>
Sat, 5 Jun 1999 19:09:48 +0000 (19:09 +0000)
committerBruce Momjian <bruce@momjian.us>
Sat, 5 Jun 1999 19:09:48 +0000 (19:09 +0000)
commit27b8143944dc0585597bdaa3ae5e5b49a4760def
treefb576673bee591564b1dedd300cd0732e341388c
parent977108e8d9ae68cac5ec6f2908e03bd7b46fdbc7
Hi,

I have updated my contrib code for version 6.5. In the attachment you will
find the directories array, datetime, miscutil, string, tools and userlocks
which replace the corresponding directories under contrib.

In contrib/tools you will find some developement scripts which I use while
hacking the sources. I hope they will be useful for some other people.

I have also added a contrib/Makefile which tries to compile and install all
the contribs. Unfortunately many of them don't have a Makefile or don't
compile cleanly.

--
Massimo Dal Zotto
25 files changed:
contrib/Makefile [new file with mode: 0644]
contrib/array/Makefile
contrib/array/array_iterator.c
contrib/array/array_iterator.h
contrib/array/array_iterator.sql.in
contrib/datetime/Makefile
contrib/datetime/datetime_functions.c
contrib/datetime/datetime_functions.h
contrib/datetime/datetime_functions.sql.in
contrib/miscutil/Makefile
contrib/miscutil/misc_utils.c
contrib/miscutil/misc_utils.h
contrib/miscutil/misc_utils.sql.in
contrib/string/Makefile
contrib/string/string_io.c
contrib/string/string_io.h
contrib/string/string_io.sql.in
contrib/tools/Makefile [new file with mode: 0644]
contrib/tools/add-emacs-variables [new file with mode: 0755]
contrib/tools/find-sources [new file with mode: 0755]
contrib/tools/make-tags [new file with mode: 0755]
contrib/userlock/Makefile
contrib/userlock/user_locks.c
contrib/userlock/user_locks.doc
contrib/userlock/user_locks.h