Tcl Source Code

Changes On Branch tip-677
Login

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

Changes In Branch tip-677 Excluding Merge-Ins

This is equivalent to a diff from b88bac358d to 83c46ed8c8

2023-12-11
14:35
TIP 677: Constant Variables check-in: 0b4db30283 user: dkf tags: trunk, main
2023-12-08
09:57
Backout [b88bac358d]: "Experimental: update automatic build instructions". Build is already broken f... check-in: c24b1f4852 user: jan.nijtmans tags: trunk, main
2023-12-06
15:01
Fix introspection with TclOO resolution of consts Closed-Leaf check-in: 83c46ed8c8 user: dkf tags: tip-677
2023-12-05
15:48
Bytecode implementation check-in: f86dc8ec6b user: dkf tags: tip-677
2023-11-26
22:21
Fix [a606b0a528]: Tcl 9.0 fails to build from source for big-endian architectures check-in: 7af5aa4277 user: jan.nijtmans tags: trunk, main
2023-11-25
15:08
Merge main into tip-677 check-in: 6cb29772da user: dkf tags: tip-677
2023-11-24
15:58
Experimental: update automatic build instructions check-in: b88bac358d user: dkf tags: trunk, main
14:38
Merge 8.7 check-in: 56e92002a8 user: jan.nijtmans tags: trunk, main
12:50
Simpler to use an existing action check-in: 51b3fe2a67 user: dkf tags: update-onfiledist

Added doc/const.n.

Changes to doc/info.n.

Changes to generic/tclBasic.c.

Changes to generic/tclCmdIL.c.

Changes to generic/tclCompCmds.c.

Changes to generic/tclCompile.c.

Changes to generic/tclCompile.h.

Changes to generic/tclExecute.c.

Changes to generic/tclInt.h.

Changes to generic/tclVar.c.

Changes to tests/info.test.

Changes to tests/var.test.