summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * README: Bump version number to 8.5b3.dgp2007-11-1910-16/+29
| | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * changes: Updated for 8.5b3 release.dgp2007-11-192-1/+37
|
* INST_EXIST_*: simplify result settingdas2007-11-191-26/+9
|
* improvements to commentsdkf2007-11-191-39/+43
|
* Reduce cast count.dkf2007-11-191-67/+51
|
* Reduce cast count.dkf2007-11-191-109/+102
|
* formattingdas2007-11-191-66/+66
|
* Fix accidentally damaged testsdkf2007-11-191-13/+5
|
* Simplifications (fewer casts, less manual bit twiddling)dkf2007-11-191-192/+191
|
* Reduce cast count.dkf2007-11-191-239/+265
|
* Spelling mistake in comment!dkf2007-11-191-2/+2
|
* Reduce cast count.dkf2007-11-191-77/+72
|
* improvements to commentsdkf2007-11-192-7/+31
|
* eschew superfluous whitespacedkf2007-11-191-3/+3
|
* Reduce cast count.dkf2007-11-192-137/+136
|
* Reduce cast count.dkf2007-11-191-40/+40
|
* More minor cleanupdkf2007-11-187-404/+414
|
* Avoid using 'new' as an identifier.dkf2007-11-182-9/+9
|
* More minor cleanupdkf2007-11-183-471/+482
|
* Simplification+comments for ensemble dispatch enginedkf2007-11-181-128/+175
|
* General cleanliness improvements (reduced usage of casts, assume C89)dkf2007-11-181-139/+123
|
* Minor fixes (e.g. comment readability)dkf2007-11-182-268/+313
|
* autoconf-2.59das2007-11-181-17/+17
|
* whitespace & order (sync with tclconfig/tcl.m4)das2007-11-181-7/+8
|
* * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix readdas2007-11-172-20/+35
| | | | traces not firing on non-existent array elements. [Bug 1833522]
* Improvements after review by Arjen Markus.dkf2007-11-162-35/+61
|
* Greatly improved ensemble compiler. This one now can handle any ensemble.dkf2007-11-168-171/+487
| | | | | It is usually not enabled though; only worth it when a subcommand is actually expected to undergo bytecode compilation.
* Silence some warnings.dkf2007-11-162-8/+8
|
* autoheader-2.59das2007-11-161-1/+1
|
* move TCL_DTRACE_INST_NEXT after async handlers checkdas2007-11-161-3/+3
|
* better line breaks in debug outputdgp2007-11-151-1/+1
|
* * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler.dgp2007-11-153-1/+50
| | | | [Bug 1810038].
* * generic/regc_nfa.c: Corrected looping logic in fixempties() todgp2007-11-152-1/+7
| | | | avoid wasting time walking a list of dead states. [Bug 1832612]
* More tweaksdkf2007-11-151-49/+64
|
* Must pass non-NULL interp to Tcl_SetEnsemble* functions.dkf2007-11-153-19/+18
|
* Readability improvementsdkf2007-11-152-81/+126
|
* regen w. autoconf 2.59dkf2007-11-151-231/+513
|
* Let people disable use of -rpath in their linking step. [Patch 1231022]dkf2007-11-152-282/+253
|
* Add comments for clarity.dkf2007-11-152-171/+206
|
* Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for ↵patthoyts2007-11-152-6/+11
| | | | greater portability (bug #1831253)
* autoconf-2.59das2007-11-151-7/+4
|
* fix 'stack grows upwards' AC_CACHE_CHECK messagedas2007-11-151-14/+7
|
* * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test.das2007-11-153-6/+15
| | | | * macosx/Tcl.xcode/project.pbxproj:
* typodkf2007-11-141-2/+2
|
* Compile [info exists] into bytecode. Includes new instructions to support it.dkf2007-11-148-16/+357
|
* * tests/chanio.test: New file. This is essentially a duplicate ofandreas_kupries2007-11-143-2/+7472
| | | | | | 'io.test', with all channel commands converted to their 'chan xxx' notation. * tests/io.test: Fixed typo in test description.
* Strengthened the text about Tcl not supporting MCCEsdkf2007-11-141-8/+8
|
* Eliminate multi-char collating element code completely. Simplifies the codedkf2007-11-148-636/+133
| | | | | quite a bit. If people still want the full code, it will remain on the 8.4 branch. [Bug 1831425]
* Strip an _ANSI_ARGS_ usage.dkf2007-11-141-2/+2
|
* autoheader-2.59das2007-11-141-0/+3
|