blob: b5a685cd43763d390c04751b28488e10b8314268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Changes
3.3h Fix for TET_SAVE_FILES
When TET_SAVE_FILES is set in the execute mode configuration
and one of the directories visited during tcc's Saved Files
processing is empty, tcc prints an error message which says that
the Saved Files operation failed when in fact it was successful.
/src/tet3/tcclib/lsdir.c
Updated perl API, for perl5 and adjustments for signal handling
/src/perl/template.pl
/src/perl/api.pl
Update make compat target
/src/makefile
If a test case makes use of SIGPIPE, this can conflict with use of
SIGPIPE in the API. This problem affects Distributed TET on
Solaris systems, and other systems where the default is for
signal() to have SYSV behaviour.
/src/tet3/inetlib/rdwr.c
3.3g Fix for linker problem when tet_invoketp() etc. are in a library
/src/tet3/tcm/shared.mk
/src/tet3/tcm/makefile
/src/tet3/tcmshlib/makefile
/src/tet3/tcmthr/makefile
3.3f Fix to src/tet3/tcm/tcmchild.c for latest version of g++
also add support for Solaris 8
3.3e Fix to src/tet3/tcm/tcm.c for latest version of g++
also inclusion of bundled contrib distribution
3.3d Additional APIs tet_pthread_join, and tet_pthread_detach added
3.3c minor fix to the perl api
3.3b update list handling in function ttadd() in file
src/tet3/apithr/thr_create.c
|