| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens.
Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders.
Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation.
Remove TclWinConvertWSAError, it's the same as TclWinConvertError.
|
|\ \
| |/
|/| |
Still some head-scratching on what to do with tclStubLib.c.
|
| |\ |
|
| |\ \ |
|
| | | | |
|
| |\ \ \ |
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
and all simplifications that makes possible are done. Seems this can at best
be a Tcl 9 reform.
|
| | | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | | |
<p>Fix Windows build
<p>Now usable with Thread's "novem" branch (3.0a1)
<p>Remove some more deprecated stuff
|
| | | |
| | | |
| | | |
| | | | |
clarification of #endifs, reduction of unnecessary casts, use of array syntax
for reading array elements, etc.)
|
| |_|/
|/| | |
|
| | | |
|
| |/
|/| |
|
|/
|
|
| |
the fairly-common operation of converting a DString into an Obj a more
efficient one.
|
|
|
| |
baroque in its internals.
|
|
|
|
|
| |
constructed for the task of script parsing. Ought to speed generation of
string representation of lists, though the effect is likely only noticeable
on long lists made up primarily of simple elements (not needing quoting).
|
|\
| |
| | |
Thanks to Wolfgang S. Kechel.
|
| |\
| | |
| | | |
Thanks to Wolfgang S. Kechel.
|
| | |
| | |
| | | |
Thanks to Wolfgang S. Kechel.
|
|\ \ \
| |/ / |
|
| | | |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \ |
|
|/ / / |
|
|\ \ \
| |/ /
| | | |
Rewritten guts of machinery to produce string rep of lists. [Bug 3173086]
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
to the callers. Needs more work on comments, and testing to check for any
performance impact in either direction. Fixes reported bug.
|
| | |
| | |
| | | |
string reps of lists to stop using the unnecessary flag BRACES_UNMATCHED.
|
|\ \ \ |
|
| | | | |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The final argument had been bracePtr, the address of a boolean var, where
the caller can be told whether or not the parsed list element was enclosed
in braces. In practice, no callers really care about that. What the callers
really want to know is whether the list element value exists as a literal
substring of the string being parsed, or whether a call to
TclCopyAndCollpase() is needed to produce the list element value. Now the
final argument is changed to do what callers actually need. This is a
better fit for the calls in tclParse.c, where now a good deal of
post-processing checking for "naked backslashes" is no longer necessary.
***POTENTIAL INCOMPATIBILITY***
For any callers calling in via the internal stubs table who really do use
the final argument explicitly to check for the enclosing brace scenario.
Simply looking for the braces where they must be is the revision available
to those callers, and it will backport cleanly.
Tests for expanded literals quoting detection.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The final argument had been bracePtr, the address of a boolean var, where
the caller can be told whether or not the parsed list element was enclosed
in braces. In practice, no callers really care about that. What the
callers really want to know is whether the list element value exists as a
literal substring of the string being parsed, or whether a call to
TclCopyAndCollpase() is needed to produce the list element value. Now
the final argument is changed to do what callers actually need. This is
a better fit for the calls in tclParse.c, where now a good deal of
post-processing checking for "naked backslashes" is no longer necessary.
***POTENTIAL INCOMPATIBILITY***
For any callers calling in via the internal stubs table who really do use
the final argument explicitly to check for the enclosing brace scenario.
Simply looking for the braces where they must be is the revision available
to those callers, and it will backport cleanly.
|
|\ \ \ \
| |/ / /
| | | | |
actually want.
|
| | | |
| | | |
| | | | |
actually want.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|
|\ \ \ \
| |/ / /
| | | | |
Use to replace calls to isspace() and their /* INTL */ risk.
|
| | | |
| | | |
| | | | |
Use to replace calls to isspace() and their /* INTL */ risk.
|
|\ \ \ \
| |/ / / |
|
| | | | |
|