TclUDP Redux

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2026-06-07
01:06
Rebuild configure file Leaf check-in: 40a1b8a0f4 user: bohagan tags: trunk
01:02
Merge branch 'main' check-in: 413b38b6a1 user: bohagan tags: trunk
2026-06-06
19:11
Merge pull request #6 from JFLiebig/fix-tcl-config-detection-12727144239852952191 Leaf check-in: 80292a6663 user: noreply@github.com tags: trunk, origin/master
03:44
Update to autoconf 2.73 Leaf check-in: da50ffedc5 user: bohagan tags: trunk, main
2026-06-05
22:14
Corrected Windows makefile issue where the TCLSH variable set in rules-ext.vc it is overridden with a hard-coded value. Also includes updates to support ARM64 cross compilation. Many thanks to Phillip Brooks for these changes. check-in: 33a5dac46b user: bohagan tags: trunk, main
22:02
Fix missing EOL at end of rules-ext.vc file check-in: aa320ff5dc user: bohagan tags: trunk, main
2026-04-22
11:40
Merge branch 'master' into fix-tcl-config-detection-12727144239852952191 check-in: 4305b9a4a7 user: noreply@github.com tags: trunk, origin/master
11:32
Properly fix Tcl detection and CI environment - Moved pkg-config detection logic inside AC_CACHE_VAL in tclconfig/tcl.m4. - Added robust multiarch path detection using wildcards and versioned subdirectories. - Updated CI workflow to install required packages (tcl-dev, tk-dev, pkg-config). - Fixed CI test target to 'make test' and removed unsupported 'make distcheck'. - Regenerated the configure script. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> check-in: 717cb86c9a user: 277419651+JFLiebig@users.noreply.github.com tags: trunk, origin/master
11:24
Fix Tcl configuration detection and CI workflow - Updated .github/workflows/c-cpp.yml to install tcl-dev, tk-dev, and pkg-config. - Corrected CI test target to 'make test' and removed unsupported 'make distcheck'. - Enhanced tclconfig/tcl.m4 with pkg-config support and robust multiarch path detection. - Regenerated the configure script. These changes ensure the project builds and passes tests in modern environments, including GitHub Actions runners. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> check-in: c9a3fb18f3 user: 277419651+JFLiebig@users.noreply.github.com tags: trunk, origin/master
11:02
Add GitHub Actions workflow for MSVC Code Analysis check-in: 8a85d3f602 user: noreply@github.com tags: trunk, origin/master
11:00
Add SLSA generic generator workflow This workflow generates SLSA provenance files for projects, satisfying level 3 requirements. It includes steps for building artifacts and generating provenance subjects. check-in: c848b7f471 user: noreply@github.com tags: trunk, origin/master
10:54
Fix Tcl configuration detection and CI workflow - Updated .github/workflows/c-cpp.yml to install tcl-dev, tk-dev, and pkg-config. - Corrected CI test target to 'make test' and removed unsupported 'make distcheck'. - Enhanced tclconfig/tcl.m4 with pkg-config support and robust multiarch path detection. - Regenerated the configure script. These changes ensure the project builds and passes tests in modern environments, including GitHub Actions runners. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> check-in: ecd1579805 user: 277419651+JFLiebig@users.noreply.github.com tags: trunk, origin/master
10:37
Merge pull request #1 from JFLiebig/fix-tcl-config-detection-12727144239852952191 Fix Tcl/Tk configuration detection in build system check-in: 8f7580f4a2 user: noreply@github.com tags: trunk, origin/master
10:33
Fix Tcl/Tk configuration detection in build system - Added pkg-config support to TEA_PATH_TCLCONFIG and TEA_PATH_TKCONFIG in tcl.m4. - Added common multiarch search paths (e.g., /usr/lib/x86_64-linux-gnu) to tcl.m4. - Regenerated the configure script using autoconf. These changes allow the build system to automatically find tclConfig.sh on modern Linux distributions where Tcl is installed in multiarch directories. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> check-in: c896508e8a user: 277419651+JFLiebig@users.noreply.github.com tags: trunk, origin/master
10:07
Add C/C++ CI workflow configuration check-in: 065edab150 user: noreply@github.com tags: trunk, origin/master
2026-03-02
05:41
Thread event handling improvements from AndroWish See https://androwish.org/home/info/8edb6f1fa1815e46 check-in: edf7139df3 user: bohagan tags: trunk, main
2026-02-23
05:33
RMDIR doesn't work in MSVC environment. Use rd instead. See Tcl Bug be40b736. check-in: 05072ce64c user: bohagan tags: trunk, main
2026-02-20
02:37
Changes from teclabat in https://github.com/bohagan1/TclUDP/pull/5 check-in: b341b3a1d6 user: bohagan tags: trunk, main
2026-02-13
03:14
Replaced ckalloc, ckrealloc, and ckfree with Tcl_Alloc, Tcl_Realloc, and Tcl_Free. check-in: c87a79b683 user: bohagan tags: trunk, main
2026-02-10
05:37
Updated make docs to use package name instead of hard-coded filename check-in: 5d8c461065 user: bohagan tags: trunk, main
2026-02-05
05:47
Changed install directory to tcludp check-in: 10385d11d9 user: bohagan tags: trunk, main
2026-01-31
03:08
All .vc files should be in CRLF mode Added Git and Fossil config files to do EOL conversions check-in: 7c508a51b0 user: bohagan tags: trunk, main
2026-01-30
03:53
Updated find dtplite macro to look for both dtplite and dtplite.tcl (needed for MSYS). check-in: abd1b73d5b user: bohagan tags: trunk, main
2026-01-29
02:31
Updated make docs to correct use of TCLSH and show error message if dtplite not found. check-in: 2039afda55 user: bohagan tags: trunk, main
2026-01-13
10:32
Updated Windows make files to latest revision check-in: efe00e46a9 user: bohagan tags: trunk, main
2026-01-06
05:26
Updated make dist to not rely on TEMP dir check-in: 3e5d0447f6 user: bohagan tags: trunk, main
2025-11-16
22:53
Updates to makefile to protect for filenames with spaces in them check-in: dfa6bffd60 user: bohagan tags: trunk, main
2025-09-05
09:37
Updated to latest TEA config files check-in: f5bfab1a24 user: bohagan tags: trunk, main
2025-01-05
00:09
Use Tcl_SetResult instead of Tcl_AppendResult. More NULL return value checks. Leaf check-in: 453482d20e user: bohagan tags: trunk
2025-01-04
19:26
Use snprintf to prevent buffer overflows check-in: ece8cd8aa6 user: bohagan tags: trunk
18:23
Type fixes check-in: 8f64feb4a7 user: bohagan tags: trunk
2025-01-03
06:00
Tag as 1.0.12 release check-in: dc4e1e3799 user: bohagan tags: trunk, tcludp-1_0_12
2025-01-02
03:16
Fix source dir path for installing docs when not building in source root check-in: aceac5beec user: bohagan tags: trunk
2024-12-18
02:03
Test case updates check-in: 8ac12e5d6b user: bohagan tags: trunk
2024-12-17
01:23
Corrected install pkgIndex.tcl file path check-in: 79c595f36f user: bohagan tags: trunk
2024-12-15
19:37
Merge pull request #3 from apnadkarni/windows-test-fixes Windows test fixes for udp_conf and ttl check-in: 3b4b253ea2 user: noreply@github.com tags: trunk
19:35
Merge branch 'master' into windows-test-fixes check-in: 9bc8685b83 user: noreply@github.com tags: trunk
2024-12-09
04:29
Optimized make documentation on Windows check-in: 533e43bc5b user: bohagan tags: trunk
02:49
Updated to latest autconf v2.72 for configure script check-in: d5c20bfaa9 user: bohagan tags: trunk
2024-12-08
19:26
Added missed items to makefile cleanup list and added path back to manifest.uuid target check-in: 1bd1452766 user: bohagan tags: trunk
00:14
Fix tests udp-1.4 and TTL-* to pass on Windows. check-in: b276a3277b user: bohagan tags: trunk
2024-12-07
23:43
Updated README file to add more build info check-in: 4ba8e81ea6 user: bohagan tags: trunk
22:37
Fix generation of git manifest uuid on Windows check-in: b814f5d7a6 user: bohagan tags: trunk
2024-12-03
02:27
Changed index parameter in Tcl_GetIndexFromObj back to an int. Seems it can be any type of int. check-in: 35098f2b65 user: bohagan tags: trunk
2024-12-01
03:35
Updated make documentation to add target for consolidated docs. Replaced mpexpand with dtplite. check-in: 143c8343df user: bohagan tags: trunk
2024-11-13
14:27
Updated to latest TEA (tclconfig) files check-in: 7aafc4507e user: bohagan tags: trunk
2024-11-03
18:51
Makefile updates to install gzipped man page on FreeBSD check-in: 3162119fa5 user: bohagan tags: trunk
16:48
Fix tests udp-1.4 and TTL-* to pass on Windows. check-in: a64ab18370 user: apnmbx-wits@yahoo.com tags: trunk
11:47
Fix generation of git manifest uuid check-in: 1c5e867825 user: apnmbx-wits@yahoo.com tags: trunk
2024-11-02
17:40
Updated README file check-in: ea2b3252f2 user: bohagan tags: trunk