Tcl Source Code

Changes On Branch tip479
Login

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

Changes In Branch tip479 Excluding Merge-Ins

This is equivalent to a diff from 2bdec8b46d to 8db02d0c98

2018-02-14
12:31
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 42d9036077 user: pooryorick tags: pyk-backport-to-8-6
2017-11-03
12:15
merge core-8-6-branch check-in: ce4b043516 user: jan.nijtmans tags: trunk
10:34
First shot at proposed solution (with test-cases). Doesn't handle "end-<integer>" and "<integer>-<in... check-in: 226140f554 user: jan.nijtmans tags: bug-aaa02c55b9
04:09
Revised Tip#479. Renamed new commands, added an info argspec command. @proc -> procx. @args -> argsx... Leaf check-in: 8db02d0c98 user: hypnotoad tags: tip479
2017-11-02
20:02
Pulling changes from trunk check-in: ed05b17d1c user: hypnotoad tags: tip479
12:53
merge trunk check-in: 319a7765cd user: dgp tags: novem
2017-11-01
22:21
Unit test for issue 3c32a3f8bd, Segmentation fault in TclOO.c/ReleaseClassContents() for a class mix... check-in: 2bdec8b46d user: pooryorick tags: trunk
21:05
Fix bug 3c32a3f8bd, segmentation fault in TclOO.c/ReleaseClassContents() for a class mixed into one ... check-in: 5f178e7f03 user: pooryorick tags: trunk

Changes to doc/proc.n.

Changes to generic/tcl.decls.

Changes to generic/tclBasic.c.

Changes to generic/tclCmdIL.c.

Changes to generic/tclInt.h.

Changes to generic/tclProc.c.

Changes to library/init.tcl.

Changes to tests/proc.test.