summaryrefslogtreecommitdiffstats
path: root/PC/example_nt
diff options
context:
space:
mode:
Diffstat (limited to 'PC/example_nt')
0 files changed, 0 insertions, 0 deletions
b0266d8bb'>bug_1b0266d8bb Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
on value='30'>30
BranchCommit messageAuthorAge
space:
mode:
Diffstat
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/win-build.yml4
-rw-r--r--changes5
-rw-r--r--generic/tclOODefineCmds.c70
-rw-r--r--generic/tclStubLib.c2
-rw-r--r--generic/tclUniData.c8
-rw-r--r--library/dde/pkgIndex.tcl9
-rw-r--r--library/reg/pkgIndex.tcl1
-rw-r--r--macosx/tclMacOSXFCmd.c78
-rw-r--r--tests/winDde.test4
-rw-r--r--tools/uniParse.tcl8
-rw-r--r--unix/tclAppInit.c4
-rw-r--r--win/Makefile.in2
-rw-r--r--win/makefile.vc2
-rw-r--r--win/rules.vc14
-rw-r--r--win/tclAppInit.c4
-rw-r--r--win/tclWinDde.c175
18 files changed, 204 insertions, 192 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index aeee20f..5d7efd7 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -30,7 +30,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
timeout-minutes: 5
- name: Install 32-bit dependencies if needed
# Duplicated from above
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index afe6afa..746ee19 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -17,7 +17,7 @@ jobs:
working-directory: macosx
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
timeout-minutes: 5
- name: Prepare
run: |
@@ -48,7 +48,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
timeout-minutes: 5
- name: Prepare
run: |
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml