TEA(ish)

Timeline
Login

Timeline

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

50 most recent check-ins

2025-05-10
11:21
Remove a redundant license header. Leaf check-in: dd942bbf04 user: stephan tags: trunk
2025-05-06
15:58
Fix old function name reference (docs only). check-in: 0eef158676 user: stephan tags: trunk
2025-05-05
12:57
Cosmetic tweak to ssl feature check. check-in: f9f7d9c0ce user: stephan tags: trunk
10:35
Fix syntax errors which broke the openssl test. check-in: 9b0de4f0dc user: stephan tags: trunk
10:24
Remove some stray debug output. check-in: e0046ae57c user: stephan tags: trunk
2025-05-04
12:22
Minor cleanups and docs. check-in: 78e87360be user: stephan tags: trunk
11:35
Doc tweaks. check-in: acacaf5bdc user: stephan tags: trunk
11:24
Cosmetic fix in feature test results - was using the wrong var for purposes of selecting a result string. check-in: 17a59033c5 user: stephan tags: trunk
2025-05-03
11:40
Remove some outdated docs. check-in: 5c0e170326 user: stephan tags: trunk
11:21
Doc: fix an incorrect path. check-in: 4789ae49b4 user: stephan tags: trunk
11:20
Minor doc tweaks. check-in: 2203ade79b user: stephan tags: trunk
10:41
In markdown files, replace asterisks with underscores for italics/bold to compensate for this emacs-ism which causes markdown-mode to become painfully slow on moderately-sized docs which use the asterisk. Whether or not the will resolve the problem remains to be really seen, but the underscores are somewhat nicer to look at, in any case. (Edit: this change did not speed up emacs. It's still dog slow on this doc in markdown-mode.) check-in: fef1e698fc user: stephan tags: trunk
09:54
Rename feature-tests.tcl to feature.tcl. check-in: ce4baa2efe user: stephan tags: trunk
09:52
Cosmetic tweak in the ncurses check. check-in: 8aee820904 user: stephan tags: trunk
2025-05-02
15:19
Feature test handling tweaks. Add ncurses feature test. check-in: 64abd83172 user: stephan tags: trunk
12:15
Fix uninstall rules for tm-style extensions. check-in: cfdf6f1592 user: stephan tags: trunk
12:12
Test framework cleanups. Port in another one of my experiments into examples/yalambda. check-in: e83d46962d user: stephan tags: trunk
10:35
Tiny makefile cleanups. check-in: 98b35019e8 user: stephan tags: trunk
2025-05-01
14:38
Fix make-dist.sh breakage caused by [f98e2513a635]. check-in: af368798df user: stephan tags: trunk
14:37
Add support for teaish.config as an alternative to teaish.tcl. Useful only for very basic cases, like script-only extensions. Switched the tmplish and whutil extensions to use that form. check-in: 93dc0ed9d4 user: stephan tags: trunk
14:12
Tinkering with whutil.tcl. check-in: 308eb9e53c user: stephan tags: trunk
13:43
Tinkering with whutil.tcl. check-in: 6ecfe600e6 user: stephan tags: trunk
13:35
Doc addition. check-in: 2029260549 user: stephan tags: trunk
12:29
Rename teaish.tester.tcl.in to _teaish.tester.tcl.in so that it will stop interfering with tab completion. check-in: f98e2513a6 user: stephan tags: trunk
12:15
Generic cleanups. check-in: ab6fb89f12 user: stephan tags: trunk
11:01
Doc updates. check-in: 6f7026bb51 user: stephan tags: trunk
10:42
Fixes and cleanups in the tcl::tm package support. check-in: 3f4104d0d6 user: stephan tags: trunk
10:40
Add the script-only examples to the dist bundle. check-in: 59273f7940 user: stephan tags: trunk
09:23
Initial support for tcl::tm-style modules. check-in: e0830ca032 user: stephan tags: trunk
07:41
Add text to the cannot-find-tclConfig.sh error explaining that a symlink to, or wrapper script around, tclsh will report different library paths than what it links to will, breaking --with-tclsh=... check-in: 6e9fabef27 user: stephan tags: trunk
07:31
Fix command name typos introduced while porting code between source trees. check-in: 3bd150a1f7 user: stephan tags: trunk
07:29
Doc edits and remove some dead copy/paste comments. check-in: 7a76a700b6 user: stephan tags: trunk
2025-04-30
15:08
Add examples of script-only extensions. At the same time, make this the canonical home of some of my personal tcl pieces which don't have a better one. check-in: cc88f7db9a user: stephan tags: trunk
15:08
Internal cleanups. check-in: a120069a04 user: stephan tags: trunk
15:07
Fix install deps for no-dll extensions. check-in: 197a4f9e1a user: stephan tags: trunk
08:55
Update docs about TCLLIBDIR in Haiku. check-in: a0aba767a6 user: stephan tags: trunk
2025-04-29
17:13
Slight improvement to the previous checkin. check-in: ce1473eecb user: stephan tags: trunk
17:07
Portability adaptations for Haiku. check-in: a01ed4dec2 user: stephan tags: trunk
15:41
Remove some dead code. check-in: 6a7c6a0551 user: stephan tags: trunk
15:35
Tcl portability fix in the use of an array. check-in: 803cc0ed50 user: stephan tags: trunk
15:28
Found a nicer impl for proj-tclConfig-sh-to-autosetup. check-in: 6177dc91b0 user: stephan tags: trunk
15:21
Add a loud deprecation warning to proj-current-scope. check-in: 81b76ff9ac user: stephan tags: trunk
15:18
Generic internal cleanups. Rename proj-current-scope to proj-scope but install the old name as proxy for the new one. check-in: eef6c8f47d user: stephan tags: trunk
2025-04-28
21:32
Docs. check-in: 7750762fab user: stephan tags: trunk
09:57
Docs and Makefile.in tweaks. check-in: f3a1f7c5df user: stephan tags: trunk
09:57
Minor cleanups in the sqlite extension. check-in: 590c0bf96e user: stephan tags: trunk
2025-04-27
14:20
Improve the dist support a bit. Minor tweaks on the sqlite builds. check-in: a4af98cbfb user: stephan tags: trunk
12:44
Experimentally apply the -vsatisfies check at configure-time using the target tclsh. check-in: f3a666768e user: stephan tags: trunk
10:00
Shell code reformatting for consistency's sake. check-in: a2b6429215 user: stephan tags: trunk
09:59
Fix make-dist.sh breakage caused by the recent renaming of hello/hello.c to hello/generic/hello.c. check-in: 311733dbbd user: stephan tags: trunk