!39 Update to version 8.6.14
From: @dedv_dwe Reviewed-by: @dillon_chen Signed-off-by: @dillon_chen
This commit is contained in:
commit
b72d2b7e37
@ -1,25 +1,3 @@
|
|||||||
diff --git a/generic/tclInt.h b/generic/tclInt.h
|
|
||||||
index 39fb740..bbe342b 100644
|
|
||||||
--- a/generic/tclInt.h
|
|
||||||
+++ b/generic/tclInt.h
|
|
||||||
@@ -3277,7 +3277,7 @@ MODULE_SCOPE void TclClockInit(Tcl_Interp *interp);
|
|
||||||
MODULE_SCOPE int TclClockOldscanObjCmd(
|
|
||||||
ClientData clientData, Tcl_Interp *interp,
|
|
||||||
int objc, Tcl_Obj *const objv[]);
|
|
||||||
-MODULE_SCOPE int Tcl_CloseObjCmd(ClientData clientData,
|
|
||||||
+extern int Tcl_CloseObjCmd(ClientData clientData,
|
|
||||||
Tcl_Interp *interp, int objc,
|
|
||||||
Tcl_Obj *const objv[]);
|
|
||||||
MODULE_SCOPE int Tcl_ConcatObjCmd(ClientData clientData,
|
|
||||||
@@ -3458,7 +3458,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,
|
|
||||||
+extern int Tcl_ReturnObjCmd(ClientData clientData,
|
|
||||||
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
|
diff --git a/generic/tclPort.h b/generic/tclPort.h
|
||||||
index 9485567..f329cde 100644
|
index 9485567..f329cde 100644
|
||||||
--- a/generic/tclPort.h
|
--- a/generic/tclPort.h
|
||||||
|
|||||||
Binary file not shown.
BIN
tcl-core8.6.14-src.tar.gz
Normal file
BIN
tcl-core8.6.14-src.tar.gz
Normal file
Binary file not shown.
7
tcl.spec
7
tcl.spec
@ -1,8 +1,8 @@
|
|||||||
%define MAJOR 8.6
|
%define MAJOR 8.6
|
||||||
|
|
||||||
Name: tcl
|
Name: tcl
|
||||||
Version: 8.6.13
|
Version: 8.6.14
|
||||||
Release: 2
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: The Tool Command Language implementation
|
Summary: The Tool Command Language implementation
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -126,6 +126,9 @@ make test
|
|||||||
%{_mandir}/mann/*
|
%{_mandir}/mann/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 29 2024 wangqia <wangqia@uniontech.com> - 1:8.6.13-1
|
||||||
|
- Update to version 8.6.14
|
||||||
|
|
||||||
* Wed Feb 08 2023 fuanan <fuanan3@h-partners.com> - 1:8.6.13-2
|
* Wed Feb 08 2023 fuanan <fuanan3@h-partners.com> - 1:8.6.13-2
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user