]> git.pld-linux.org Git - packages/tcl.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 23 May 2006 23:06:55 +0000 (23:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-glibc21.patch -> 1.2
    tcl-shell-quotes.patch -> 1.2

tcl-glibc21.patch [deleted file]
tcl-shell-quotes.patch [deleted file]

diff --git a/tcl-glibc21.patch b/tcl-glibc21.patch
deleted file mode 100644 (file)
index 5bf3743..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- tcl8.0.3/generic/tclPosixStr.c.glibc21     Fri Dec 18 17:30:53 1998
-+++ tcl8.0.3/generic/tclPosixStr.c     Fri Dec 18 17:34:05 1998
-@@ -324,7 +324,7 @@
- #ifdef ENOTSOCK
-       case ENOTSOCK: return "ENOTSOCK";
- #endif
--#ifdef ENOTSUP
-+#if defined(ENOTSUP) && (ENOTSUP != EOPNOTSUPP)
-       case ENOTSUP: return "ENOTSUP";
- #endif
- #ifdef ENOTTY
-@@ -771,7 +771,7 @@
- #ifdef ENOTSOCK
-       case ENOTSOCK: return "socket operation on non-socket";
- #endif
--#ifdef ENOTSUP
-+#if defined(ENOTSUP) && (ENOTSUP != EOPNOTSUPP)
-       case ENOTSUP: return "operation not supported";
- #endif
- #ifdef ENOTTY
diff --git a/tcl-shell-quotes.patch b/tcl-shell-quotes.patch
deleted file mode 100644 (file)
index 7cf45a8..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- tcl8.5a3/unix/tcl.m4~      2006-01-04 16:11:26.000000000 +0100
-+++ tcl8.5a3/unix/tcl.m4       2006-01-04 16:11:45.000000000 +0100
-@@ -887,7 +887,7 @@
-           # results, and the version is kept in special file).
-       
-           if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
--              system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+              system=MP-RAS-`awk '{print $3}' /etc/.relid`
-           fi
-           if test "`uname -s`" = "AIX" ; then
-               system=AIX-`uname -v`.`uname -r`
-@@ -2324,7 +2324,7 @@
-           # results, and the version is kept in special file).
-       
-           if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then
--              system=MP-RAS-`awk '{print $3}' /etc/.relid'`
-+              system=MP-RAS-`awk '{print $3}' /etc/.relid`
-           fi
-           if test "`uname -s`" = "AIX" ; then
-               system=AIX-`uname -v`.`uname -r`
This page took 0.088367 seconds and 4 git commands to generate.