| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
imported commands when the original command gets re-created. This prevents the
panic otherwise possible when the invalid state represented by the NULL pointer
is encountered during a command delete trace.
|
| |
|
| |
|
|\ |
|
| |
| |
| |
| | |
sanity check ?
|
| | |
|
| |
| |
| |
| |
| | |
routine.
It's also static to the tclIO.c file.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
| |
routine Write().
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
together with <tcl.h>
|
| |
|
|
|
|
|
| |
usable for C++ compilers as well without the danger of modifying the calling convention.
For tclDecls.h it was no problem, because tcl.h already contains those guards. But for the other *Decls.h files (e.g. tclTomMathDecls.h) it was not correct.
|
|
|
| |
string, by allowing uppercase %X, %E and %G.
|
| |
|
| |
|
|
|
|
| |
when a deleteProc is specified.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|\ |
|
| | |
|
|\ \
| |/ |
|
| | |
|
|/ |
|
|
|
|
| |
the traced command, as documented. Deletion of the traced command was
supressing that.
|
| |
|
|
|
|
| |
in future Unicode this character (NARROW_NO_BREAK_SPACE) will cease to be a space. See: [http://www.unicode.org/review/pri249/]
|
|
|
| |
Thanks to Tom Lane for passing on the discovery in Postgres.
|
| |
|
| |
|
|\ |
|