summaryrefslogtreecommitdiff
path: root/mit-pthreads/Changes-mysql
diff options
context:
space:
mode:
Diffstat (limited to 'mit-pthreads/Changes-mysql')
-rw-r--r--mit-pthreads/Changes-mysql37
1 files changed, 36 insertions, 1 deletions
diff --git a/mit-pthreads/Changes-mysql b/mit-pthreads/Changes-mysql
index ed557c1b927..da30f66fdec 100644
--- a/mit-pthreads/Changes-mysql
+++ b/mit-pthreads/Changes-mysql
@@ -1,4 +1,39 @@
-Changes done to this distrubtion (pthreads-1_60_beta6) by Monty (monty@tcx.se)
+Changes done to this distrubtion (pthreads-1_60_beta6) by Monty (monty@mysql.com)
+
+02.05.07
+- Hacked some files to get it to compile (not work) with glibc 2.2
+ This is needed so that we can do 'make dist' in the MySQL distribution
+
+02.04.26
+- removed the following files because of copyright problems
+
+machdep/i386-sco-3.2v5/__signal.h
+machdep/i386-sco-3.2v5/__stdio.h
+machdep/i386-sco-3.2v5/__stdlib.h
+machdep/i386-sco-3.2v5/__string.h
+machdep/i386-sco-3.2v5/__time.h
+machdep/i386-sco-3.2v5/__unistd.h
+machdep/i386-sco-3.2v5/compat.h
+machdep/i386-sco-3.2v5/dirent.h
+machdep/i386-sco-3.2v5/posix/__signal.h
+machdep/i386-sco-3.2v5/socket.h
+machdep/i386-sco-3.2v5/syscall.h
+machdep/i386-sco-3.2v5/timers.h
+machdep/i386-sco-3.2v5/trash.can
+machdep/sco-3.2v5/__math.h
+machdep/sco-3.2v5/__signal.h
+machdep/sco-3.2v5/__stdio.h
+machdep/sco-3.2v5/__stdlib.h
+machdep/sco-3.2v5/__string.h
+machdep/sco-3.2v5/__time.h
+machdep/sco-3.2v5/__unistd.h
+machdep/sco-3.2v5/compat.h
+machdep/sco-3.2v5/dirent.h
+machdep/sco-3.2v5/posix/__signal.h
+machdep/sco-3.2v5/socket.h
+machdep/sco-3.2v5/syscall.h
+machdep/sco-3.2v5/timers.h
+machdep/sco-3.2v5/trash.can
93.04.01
- socket() didn't return NOTOK (-1) on error.