summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2025-12-15 22:09:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2025-12-15 22:09:11 (GMT)
commit5cf21add6c2f642e6524cb61a691524f4a36d7d2 (patch)
tree7cf8f12c361ee8c04d8fa0015aca9fd6dec4d41b /.github
parent64d425523c2af59483e74aa1487432830ca908dc (diff)
parentd048a4ae372cebd687bc1142100528acae40cb65 (diff)
downloadtk-core-attemptgetstring.zip
tk-core-attemptgetstring.tar.gz
tk-core-attemptgetstring.tar.bz2
Compile with Tcl's attemptgetstring branchcore-attemptgetstring
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml6
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/onefiledist.yml6
-rw-r--r--.github/workflows/win-build.yml4
4 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index d781da7..4f441e8 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -24,7 +24,7 @@ jobs:
- "clang"
config:
- ""
- - "CFLAGS=-DTK_NO_DEPRECATED=1"
+ - "CFLAGS=-DTK_NO_DEPRECATED=1 -DTCL_NO_DEPRECATED=1"
- "--disable-shared"
- "--disable-xft"
- "--disable-xss"
@@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Setup Environment (compiler=${{ matrix.compiler }})
run: |
@@ -142,7 +142,7 @@ jobs:
uses: actions/checkout@v5
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Setup Environment (compiler=${{ matrix.compiler }})
run: |
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index a79cd5e..03c0c9f 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Prepare checked out repositories
run: |
@@ -78,7 +78,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Prepare checked out repositories
env:
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index ff08378..dbe68e9 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Prepare
run: |
@@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Checkout create-dmg
uses: actions/checkout@v6
@@ -182,7 +182,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Prepare
run: |
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 9c0595f..faf7688 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Init MSVC
uses: ilammy/msvc-dev-cmd@v1
@@ -123,7 +123,7 @@ jobs:
uses: actions/checkout@v6
with:
repository: tcltk/tcl
- ref: main
+ ref: attemptgetstring
path: tcl
- name: Prepare
run: |
ebres_event_perf_fix_busy_wait Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/generic
ModeNameSize
-rw-r--r--README199logstatsplain
-rw-r--r--regc_color.c18954logstatsplain
-rw-r--r--regc_cvec.c4013logstatsplain
-rw-r--r--regc_lex.c25967logstatsplain
-rw-r--r--regc_locale.c55196logstatsplain
-rw-r--r--regc_nfa.c84271logstatsplain
-rw-r--r--regcomp.c57425logstatsplain
-rw-r--r--regcustom.h4832logstatsplain
-rw-r--r--rege_dfa.c19515logstatsplain
-rw-r--r--regerror.c3722logstatsplain
-rw-r--r--regerrs.h1198logstatsplain
-rw-r--r--regex.h10669logstatsplain
-rw-r--r--regexec.c36006logstatsplain
-rw-r--r--regfree.c2177logstatsplain
-rw-r--r--regfronts.c2499logstatsplain
-rw-r--r--regguts.h14768logstatsplain
-rw-r--r--tcl.decls65407logstatsplain
-rw-r--r--tcl.h94077logstatsplain
-rw-r--r--tclAlloc.c17906logstatsplain
-rw-r--r--tclAssembly.c134314logstatsplain
-rw-r--r--tclAsync.c10017logstatsplain
-rw-r--r--tclBasic.c264050logstatsplain
-rw-r--r--tclBinary.c80340logstatsplain
-rw-r--r--tclCkalloc.c32861logstatsplain
-rw-r--r--tclClock.c55217logstatsplain
-rw-r--r--tclCmdAH.c82826logstatsplain
-rw-r--r--tclCmdIL.c125554logstatsplain
-rw-r--r--tclCmdMZ.c127513logstatsplain
-rw-r--r--tclCompCmds.c103355logstatsplain
-rw-r--r--tclCompCmdsGR.c86437logstatsplain
-rw-r--r--tclCompCmdsSZ.c126547logstatsplain
-rw-r--r--tclCompExpr.c83281logstatsplain
-rw-r--r--tclCompile.c147785logstatsplain
-rw-r--r--tclCompile.h70171logstatsplain
-rw-r--r--tclConfig.c10861logstatsplain
-rw-r--r--tclDTrace.d7347logstatsplain
-rw-r--r--tclDate.c78243logstatsplain
-rw-r--r--tclDecls.h172382logstatsplain
-rw-r--r--tclDictObj.c95849logstatsplain
-rw-r--r--tclDisassemble.c46043logstatsplain
-rw-r--r--tclEncoding.c105668logstatsplain
-rw-r--r--tclEnsemble.c106370logstatsplain
-rw-r--r--tclEnv.c20177logstatsplain
-rw-r--r--tclEvent.c43561logstatsplain
-rw-r--r--tclExecute.c280564logstatsplain
-rw-r--r--tclFCmd.c38926logstatsplain
-rw-r--r--tclFileName.c67670logstatsplain
-rw-r--r--tclFileSystem.h2457logstatsplain
-rw-r--r--tclGet.c4061logstatsplain
-rw-r--r--tclGetDate.y28171logstatsplain
-rw-r--r--tclHash.c28905logstatsplain
-rw-r--r--tclHistory.c5669logstatsplain
-rw-r--r--tclIO.c314198logstatsplain
-rw-r--r--tclIO.h11709logstatsplain
-rw-r--r--tclIOCmd.c55959logstatsplain
-rw-r--r--tclIOGT.c38645logstatsplain
-rw-r--r--tclIORChan.c89060logstatsplain
-rw-r--r--tclIORTrans.c90642logstatsplain
-rw-r--r--tclIOSock.c8273logstatsplain
-rw-r--r--tclIOUtil.c136196logstatsplain
-rw-r--r--tclIndexObj.c42131logstatsplain
-rw-r--r--tclInt.decls34586logstatsplain
-rw-r--r--tclInt.h192403logstatsplain
-rw-r--r--tclIntDecls.h55860logstatsplain
-rw-r--r--tclIntPlatDecls.h21332logstatsplain
-rw-r--r--tclInterp.c133993logstatsplain
-rw-r--r--tclLink.c23808logstatsplain
-rw-r--r--tclListObj.c61134logstatsplain
-rw-r--r--tclLiteral.c36171logstatsplain
-rw-r--r--tclLoad.c34581logstatsplain
-rw-r--r--tclLoadNone.c3614logstatsplain
-rw-r--r--tclMain.c24894logstatsplain
-rw-r--r--tclNamesp.c155550logstatsplain
-rw-r--r--tclNotify.c31110logstatsplain