]> git.pld-linux.org Git - packages/tcl.git/blobdiff - tcl-hidden.patch
- up to 8.6.1; drop readline patch (there is external tcl module for this afaik now...
[packages/tcl.git] / tcl-hidden.patch
index a6e3ee18a6bb58de1baf713241415b42c792d540..a37aabf4c1547a9f0b9abae5e1346627c15f59d0 100644 (file)
@@ -1,18 +1,8 @@
---- tcl8.5.9/generic/tclPort.h.orig    2010-02-01 00:51:36.000000000 +0100
-+++ tcl8.5.9/generic/tclPort.h 2010-10-02 08:15:42.668708988 +0200
-@@ -20,7 +20,7 @@
- #if defined(_WIN32)
- #   include "tclWinPort.h"
- #else
--#   include "tclUnixPort.h"
-+#   include "../unix/tclUnixPort.h"
- #endif
- #include "tcl.h"
-diff -up tcl8.5.6/generic/tclInt.h.bbb tcl8.5.6/generic/tclInt.h
---- tcl8.5.6/generic/tclInt.h.bbb      2008-11-14 01:22:39.000000000 +0100
-+++ tcl8.5.6/generic/tclInt.h  2009-02-11 13:05:13.000000000 +0100
-@@ -2773,7 +2773,7 @@ MODULE_SCOPE void        TclClockInit(Tcl_Inter
+diff --git a/generic/tclInt.h b/generic/tclInt.h
+index 380284f..7bb5eb9 100644
+--- a/generic/tclInt.h
++++ b/generic/tclInt.h
+@@ -3160,7 +3160,7 @@ MODULE_SCOPE void        TclClockInit(Tcl_Interp *interp);
  MODULE_SCOPE int      TclClockOldscanObjCmd(
                            ClientData clientData, Tcl_Interp *interp,
                            int objc, Tcl_Obj *const objv[]);
@@ -21,8 +11,8 @@ diff -up tcl8.5.6/generic/tclInt.h.bbb tcl8.5.6/generic/tclInt.h
                            Tcl_Interp *interp, int objc,
                            Tcl_Obj *const objv[]);
  MODULE_SCOPE int      Tcl_ConcatObjCmd(ClientData clientData,
-@@ -2934,7 +2934,7 @@ MODULE_SCOPE int Tcl_RegsubObjCmd(Client
- MODULE_SCOPE int      Tcl_RenameObjCmd(ClientData clientData,
+@@ -3343,7 +3343,7 @@ MODULE_SCOPE int Tcl_RenameObjCmd(ClientData clientData,
+ MODULE_SCOPE int      Tcl_RepresentationCmd(ClientData clientData,
                            Tcl_Interp *interp, int objc,
                            Tcl_Obj *const objv[]);
 -MODULE_SCOPE int      Tcl_ReturnObjCmd(ClientData clientData,
@@ -30,3 +20,16 @@ diff -up tcl8.5.6/generic/tclInt.h.bbb tcl8.5.6/generic/tclInt.h
                            Tcl_Interp *interp, int objc,
                            Tcl_Obj *const objv[]);
  MODULE_SCOPE int      Tcl_ScanObjCmd(ClientData clientData,
+diff --git a/generic/tclPort.h b/generic/tclPort.h
+index 12a60db..d817154 100644
+--- a/generic/tclPort.h
++++ b/generic/tclPort.h
+@@ -20,7 +20,7 @@
+ #if defined(_WIN32)
+ #   include "tclWinPort.h"
+ #else
+-#   include "tclUnixPort.h"
++#   include "../unix/tclUnixPort.h"
+ #endif
+ #include "tcl.h"
This page took 0.144387 seconds and 4 git commands to generate.