summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorjamey <jamey>2005-10-31 23:09:06 +0000
committerjamey <jamey>2005-10-31 23:09:06 +0000
commit429ed4219a23e356fbbf0066a4330353e4e764a2 (patch)
treed928257f9b7715dad66711e065a9765252bfbaae /CHANGES
parent41fe38e5829b9ef59b67fae5d08ee0ca5ea6b803 (diff)
Importing TET 3.3h (unsupported) sources from http://tetworks.opengroup.org/tet/tet3.3h-unsup.src.tgz.
Omitted the contrib directory: we don't care, and the license situation wasn't entirely clear.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES39
1 files changed, 39 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
new file mode 100644
index 00000000..b5a685cd
--- /dev/null
+++ b/CHANGES
@@ -0,0 +1,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
+