head	1.6;
access;
symbols
	REL9_0_0:1.5
	REL9_1_ALPHA1:1.6
	REL9_0_RC1:1.5
	REL9_0_BETA4:1.5
	REL9_0_STABLE:1.5.0.16
	REL9_0_BETA3:1.5
	REL9_0_BETA2:1.5
	REL8_2_17:1.2
	REL8_3_11:1.5
	REL8_4_4:1.5
	REL9_0_BETA1:1.5
	REL9_0_ALPHA5_BRANCH:1.5.0.14
	REL9_0_ALPHA5:1.5
	REL8_2_16:1.2
	REL8_3_10:1.5
	REL8_4_3:1.5
	REL9_0_ALPHA4:1.5
	REL9_0_ALPHA4_BRANCH:1.5.0.12
	REL8_5_ALPHA3:1.5
	REL8_5_ALPHA3_BRANCH:1.5.0.10
	REL8_2_15:1.2
	REL8_3_9:1.5
	REL8_4_2:1.5
	REL8_5_ALPHA2:1.5
	REL8_5_ALPHA2_BRANCH:1.5.0.8
	REL8_2_14:1.2
	REL8_3_8:1.5
	REL8_4_1:1.5
	REL8_5_ALPHA1:1.5
	REL8_5_ALPHA1_BRANCH:1.5.0.6
	REL8_4_STABLE:1.5.0.4
	REL8_4_0:1.5
	REL8_4_RC2:1.5
	REL8_4_RC1:1.5
	REL8_4_BETA2:1.5
	REL8_4_BETA1:1.5
	REL8_2_13:1.2
	REL8_3_7:1.5
	REL8_2_12:1.2
	REL8_3_6:1.5
	REL8_2_11:1.2
	REL8_3_5:1.5
	REL8_2_10:1.2
	REL8_3_4:1.5
	REL8_2_9:1.2
	REL8_3_3:1.5
	REL8_2_8:1.2
	REL8_3_2:1.5
	REL8_2_7:1.2
	REL8_3_1:1.5
	REL8_3_STABLE:1.5.0.2
	REL8_3_0:1.5
	REL8_3_RC2:1.5
	REL8_2_6:1.2
	REL8_3_RC1:1.5
	REL8_3_BETA4:1.5
	REL8_3_BETA3:1.5
	REL8_3_BETA2:1.5
	REL8_3_BETA1:1.5
	REL8_2_5:1.2
	REL8_2_4:1.2
	REL8_2_3:1.2
	REL8_2_2:1.2
	REL8_2_1:1.2
	REL8_2_STABLE:1.2.0.2
	REL8_2_0:1.2
	REL8_2_RC1:1.2
	REL8_2_BETA3:1.2
	REL8_2_BETA2:1.2
	REL8_2_BETA1:1.2;
locks; strict;
comment	@# @;


1.6
date	2010.08.19.05.57.35;	author petere;	state Exp;
branches;
next	1.5;

1.5
date	2007.10.02.09.50.00;	author meskes;	state Exp;
branches;
next	1.4;

1.4
date	2007.09.30.11.38.48;	author meskes;	state Exp;
branches;
next	1.3;

1.3
date	2007.09.26.10.57.01;	author meskes;	state Exp;
branches;
next	1.2;

1.2
date	2006.08.13.10.18.31;	author meskes;	state Exp;
branches;
next	1.1;

1.1
date	2006.08.02.14.19.14;	author meskes;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
@
text
@subdir = src/interfaces/ecpg/test/thread
top_builddir = ../../../../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/$(subdir)/../Makefile.regress


TESTS = thread_implicit thread_implicit.c \
        thread thread.c \
        prep prep.c \
        descriptor descriptor.c \
        alloc alloc.c

all: $(TESTS)
@


1.5
log
@ITAGAKI Takahiro <itagaki.takahiro@@oss.ntt.co.jp> added thread-safe
descriptor handling
@
text
@a13 1

@


1.4
log
@Applied another patch by ITAGAKI Takahiro <itagaki.takahiro@@oss.ntt.co.jp>
to get memory allocation thread-safe. He also did some cleaning up.
@
text
@d10 1
@


1.3
log
@Applied patch by ITAGAKI Takahiro <itagaki.takahiro@@oss.ntt.co.jp> to get prepare thread-safe.
@
text
@d9 2
a10 1
	prep prep.c
@


1.2
log
@Applied patch for VPATH builds by Alvaro Herrera <alvherre@@commandprompt.com>
Merged dyntest.pgc and dyntest2.pgc.
Hopefully fixed the last Coverity reports (finally)
@
text
@d8 2
a9 1
        thread thread.c
@


1.1
log
@And finally the Makefiles
@
text
@d4 1
a4 1
include ../Makefile.regress
@

