Tcl Source Code

Changes On Branch tip-422
Login

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

Changes In Branch tip-422 Excluding Merge-Ins

This is equivalent to a diff from 3885b08997 to da1386961e

2017-11-17
10:50
TIP #422, Tcl 9.0 part: Don't Use stdarg.h/va_list in Public API check-in: 717b28b47a user: jan.nijtmans tags: trunk
2017-11-09
12:51
merge core-8-branch check-in: 49e104fa48 user: jan.nijtmans tags: trunk
2017-11-08
18:58
merge trunk Closed-Leaf check-in: da1386961e user: dgp tags: tip-422
18:52
Also remove panicVA(). check-in: 7500a3e45a user: dgp tags: tip-422
15:50
Tcl-9 huge cleanup: Remove many unused internal functions which do nothing more than occupy the inte... check-in: 5b49111b6d user: jan.nijtmans tags: tcl-9-cleanup
14:30
Rebase to trunk. check-in: a12771a1b9 user: dgp tags: dgp-properbytearray
09:40
merge trunk check-in: 0315ad1776 user: jan.nijtmans tags: novem
09:38
merge core-8-branch check-in: 3885b08997 user: jan.nijtmans tags: trunk
09:37
Change "epoch" field for dicts from "int" to "unsigned int". This doubles the number of available ep... check-in: c9da2e2ebb user: jan.nijtmans tags: core-8-branch
03:02
compiler warning check-in: 0d906d005f user: dgp tags: trunk

Changes to doc/AddErrInfo.3.

Changes to doc/AllowExc.3.

Changes to doc/Eval.3.

Changes to doc/Panic.3.

Changes to doc/SetResult.3.

Changes to doc/StringObj.3.

Changes to generic/tcl.decls.

Changes to generic/tcl.h.

Changes to generic/tclBasic.c.

Changes to generic/tclDecls.h.

Changes to generic/tclInt.h.

Changes to generic/tclPanic.c.

Changes to generic/tclResult.c.

Changes to generic/tclStringObj.c.

Changes to generic/tclStubInit.c.