summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
Commit message (Expand)AuthorAgeFilesLines
* cleaning up option processing throughout Tcl to use common functions/languagedkf2014-06-231-0/+8
* Improved the error messages. dkf2014-06-071-0/+4
* Possible fix for [47d66253c92197d30bff280b02e0a9e62f07cee2|47d66253c9]: "lsea...bug_47d66253c9jan.nijtmans2014-05-121-0/+24
* merge trunkdgp2014-04-241-0/+1
|\
| * [3493120] Plug memory leak in thread exit.dgp2014-04-241-0/+1
| |\
| | * Memory leak after thread exit, fixed (alloc cache released by exit), belong t...sebres2014-04-221-0/+1
* | | Merge the checkins of the dgp-read-bytes branch onto the trunk, up todgp2014-03-231-0/+2
|\ \ \ | |/ / |/| |
| * | merge 8.5dgp2014-02-121-0/+1
| |\ \ | | |/
| * | Revised ReadChars to restore an attempt to make sure we do not short readdgp_may_be_pointlessdgp2014-02-061-0/+2
| * | merge 8.5dgp2014-02-061-0/+2
| |\ \
| * | | Backport of bytearray append machinery to support bug fixes in ReadBytes.dgp2014-01-211-0/+2
* | | | [a4494e28ed] Use flag bit instead of NULL pointer to suppressdgp2014-02-061-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Change the flag value to avoid merge conflict with trunk.dgp2014-02-061-1/+1
| * | | [a4494e28ed] Use flag bit instead of NULL pointer to suppress teardown list ofdgp2014-02-061-0/+1
| | |/ | |/|
* | | Simplify the core output operations of channels. Reduce duplicative and dead ...dgp2014-02-041-0/+2
|\ \ \ | |/ /
| * | Refactor WriteChars() and WriteBytes() into simple wrappers of a commondgp2014-01-301-0/+2
| |/
* | merge principal development branchdkf2014-01-251-0/+6
|\ \
| * | implementation of [yieldto] in bytecodedkf2014-01-211-0/+3
| * | added compilation for [nextto]dkf2014-01-191-0/+3
* | | merge main working branchdkf2014-01-071-1/+0
|\ \ \ | |/ /
| * | make function static once more; not needed outside of source filedkf2014-01-071-1/+0
* | | merge main working branchdkf2014-01-021-0/+4
|\ \ \ | |/ /
| * | merge main working branchdkf2013-12-301-164/+140
| |\ \
| * \ \ merge main dev branchdkf2013-01-031-1/+1
| |\ \ \
| * \ \ \ merge main dev branchdkf2012-11-051-0/+21
| |\ \ \ \
| * \ \ \ \ merge dkf-compile-misc-infodkf2012-11-021-0/+6
| |\ \ \ \ \
| * | | | | | Working towards a BCCed [next].dkf2012-11-011-0/+4
* | | | | | | merge main working branchdkf2013-12-301-164/+140
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | implement [namespace origin] in bytecodedkf2013-12-301-0/+3
| * | | | | | merge trunkdkf2013-12-231-1/+8
| |\ \ \ \ \ \
| | * | | | | | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimizemig2013-12-181-1/+8
| * | | | | | | simple compilation of [string replace]dkf2013-12-121-0/+3
| * | | | | | | merge trunkdkf2013-11-191-2/+3
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Revert [3c0b0bbda6]. If this really is a problem, it needs to get fixed by ot...max2013-11-181-2/+3
| * | | | | | | Now do [string toupper], [string tolower] and [string totitle]. Only handles ...dkf2013-10-291-0/+9
| * | | | | | | First step in compiling [concat]: the trivial cases.dkf2013-10-241-0/+3
| * | | | | | | Added 'linsert' compiler. Factored out constant list index parser.dkf2013-10-051-0/+3
| * | | | | | | First attempt at [string trim] compilation.dkf2013-09-301-0/+9
| |/ / / / / /
| * | | | | | [219226]: Rewrote how ::env is synchronized to the environment so it no longerdkf2013-09-271-0/+2
| * | | | | | New internal eval flag value so that all TclNREvalObjv() callers thatbug_2502002dgp2013-08-291-0/+1
| * | | | | | merge trunkdgp2013-08-141-63/+50
| |\ \ \ \ \ \
| | * | | | | | Consolidate some helper routines.dgp_bye_ctx_eval_flagdgp2013-08-141-2/+0
| | * | | | | | Use a new flag value TCL_EVAL_SOURCE_IN_FRAME passed in by callers todgp2013-08-121-5/+3
| | * | | | | | Arrange for both execution traces and [info frame] to get their pre-substdgp2013-08-101-0/+5
| | * | | | | | All use of the evalFlag value TCL_EVAL_CTX is unused by the code anddgp2013-08-061-1/+0
| | * | | | | | Drop TCL_LOCATION_EVAL_LIST now that it is unused.dgp_bye_location_eval_listdgp2013-08-061-4/+0
| | * | | | | | Eliminate the union that is no longer needed.dgp2013-08-061-6/+2
| | * | | | | | The value TCL_LOCATION_EVAL_LIST in the type field of a CmdFrame appears todgp2013-08-061-22/+19
| | * | | | | | Eliminate the litInfo table and all the code tending to its care and feeding.dgp2013-07-161-1/+1
| | * | | | | | Fix compiler warning when compiling Itcl 4.0:jan.nijtmans2013-07-031-3/+2