Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -2/+2 |
| | | | | | | | to 'Tcl_Panic' (the function). The #define of panic in tcl.h clearly states it is deprecated in the comments. [Patch 865264] | ||||
* | Increased robustness and speed for [lrepeat] with help of new list constructor | dkf | 2003-11-01 | 1 | -52/+43 |
| | |||||
* | * generic/tclConfig.c (ASSOC_KEY): Changed the key to | andreas_kupries | 2003-06-10 | 1 | -2/+2 |
| | | | | | "tclPackageAboutDict" (tcl prefix) to make collisions with the keys of other packages more unlikely. | ||||
* | * generic/tcl.decls: Ported the changes from the | andreas_kupries | 2003-06-09 | 1 | -0/+365 |
* generic/tcl.h: 'tip-59-implementation' branch into the CVS * generic/tclBasic.c: head. Regenerated stub table. Regenerated * generic/tclInt.h: the configure's scripts, with help from Joe * generic/tclDecls.h English. * generic/tclStubInit.c: * generic/tclConfig.c: * generic/tclPkgConfig.c: * unix/Makefile.in: * unix/configure.in: The changes in the windows section are not * unix/tcl.m4: yet committed, they await feedback from * unix/mkLinks: David Gravereaux. * doc/RegConfig.3: * mac/tclMacPkgConfig.c: * tests/config.test: |