Tcl Source Code

Changes On Branch tip-636-tcl9
Login

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

Changes In Branch tip-636-tcl9 Excluding Merge-Ins

This is equivalent to a diff from 4014e2a164 to db4e5a6372

2022-11-06
20:27
Update Tcl_Filesystem documentation check-in: 6b3203fd37 user: jan.nijtmans tags: trunk, main
11:19
Rebase TIP #626 to latest 9.0. Change Tcl version number from 9.0 to 9.1a0 check-in: efcf7c37fe user: jan.nijtmans tags: tip-626
05:20
Sync with trunk check-in: 6a10d9194c user: griffin tags: tip-636-tcl9-644
2022-11-05
23:35
Sync with trunk Closed-Leaf check-in: db4e5a6372 user: griffin tags: tip-636-tcl9
11:49
Merge 8.7. lreplace4 bcc instruction and FLT_MAX fix check-in: 4014e2a164 user: apnadkarni tags: trunk, main
10:28
Add lreplace4 BCC instruction. Rewrite linsert, lreplace to use it. check-in: 7541ec8fb1 user: apnadkarni tags: core-8-branch
2022-11-03
12:26
Bug [0f98bce669]. Fix limits for string replace. check-in: 997d8c2052 user: apnadkarni tags: trunk, main
2022-11-02
22:33
TIP 636 for Tcl 9 check-in: b78cb72678 user: griffin tags: tip-636-tcl9

Added doc/AbstractListObj.3.

Changes to doc/lseq.n.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Added generic/tclAbstractList.c.

Added generic/tclAbstractList.h.

Changes to generic/tclArithSeries.c.

Changes to generic/tclArithSeries.h.

Changes to generic/tclBasic.c.

Changes to generic/tclCmdAH.c.

Changes to generic/tclCmdIL.c.

Changes to generic/tclDecls.h.

Changes to generic/tclExecute.c.

Changes to generic/tclInt.h.

Changes to generic/tclListObj.c.

Changes to generic/tclObj.c.

Changes to generic/tclStubInit.c.

Changes to generic/tclTest.c.

Added generic/tclTestABSList.c.

Added tests/abstractlist.test.

Changes to tests/lseq.test.

Changes to unix/Makefile.in.

Changes to win/Makefile.in.

Changes to win/makefile.vc.