Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reduce cast count. | dkf | 2007-11-19 | 1 | -40/+40 |
| | |||||
* | More minor cleanup | dkf | 2007-11-18 | 7 | -404/+414 |
| | |||||
* | Avoid using 'new' as an identifier. | dkf | 2007-11-18 | 2 | -9/+9 |
| | |||||
* | More minor cleanup | dkf | 2007-11-18 | 3 | -471/+482 |
| | |||||
* | Simplification+comments for ensemble dispatch engine | dkf | 2007-11-18 | 1 | -128/+175 |
| | |||||
* | General cleanliness improvements (reduced usage of casts, assume C89) | dkf | 2007-11-18 | 1 | -139/+123 |
| | |||||
* | Minor fixes (e.g. comment readability) | dkf | 2007-11-18 | 2 | -268/+313 |
| | |||||
* | autoconf-2.59 | das | 2007-11-18 | 1 | -17/+17 |
| | |||||
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
| | |||||
* | * generic/tclExecute.c (TclExecuteByteCode:INST_EXIST_*): Fix read | das | 2007-11-17 | 2 | -20/+35 |
| | | | | traces not firing on non-existent array elements. [Bug 1833522] | ||||
* | Improvements after review by Arjen Markus. | dkf | 2007-11-16 | 2 | -35/+61 |
| | |||||
* | Greatly improved ensemble compiler. This one now can handle any ensemble. | dkf | 2007-11-16 | 8 | -171/+487 |
| | | | | | It is usually not enabled though; only worth it when a subcommand is actually expected to undergo bytecode compilation. | ||||
* | Silence some warnings. | dkf | 2007-11-16 | 2 | -8/+8 |
| | |||||
* | autoheader-2.59 | das | 2007-11-16 | 1 | -1/+1 |
| | |||||
* | move TCL_DTRACE_INST_NEXT after async handlers check | das | 2007-11-16 | 1 | -3/+3 |
| | |||||
* | better line breaks in debug output | dgp | 2007-11-15 | 1 | -1/+1 |
| | |||||
* | * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler. | dgp | 2007-11-15 | 3 | -1/+50 |
| | | | | [Bug 1810038]. | ||||
* | * generic/regc_nfa.c: Corrected looping logic in fixempties() to | dgp | 2007-11-15 | 2 | -1/+7 |
| | | | | avoid wasting time walking a list of dead states. [Bug 1832612] | ||||
* | More tweaks | dkf | 2007-11-15 | 1 | -49/+64 |
| | |||||
* | Must pass non-NULL interp to Tcl_SetEnsemble* functions. | dkf | 2007-11-15 | 3 | -19/+18 |
| | |||||
* | Readability improvements | dkf | 2007-11-15 | 2 | -81/+126 |
| | |||||
* | regen w. autoconf 2.59 | dkf | 2007-11-15 | 1 | -231/+513 |
| | |||||
* | Let people disable use of -rpath in their linking step. [Patch 1231022] | dkf | 2007-11-15 | 2 | -282/+253 |
| | |||||
* | Add comments for clarity. | dkf | 2007-11-15 | 2 | -171/+206 |
| | |||||
* | Prefer UINT_PTR to DWORD_PTR when casting pointers to integer types for ↵ | patthoyts | 2007-11-15 | 2 | -6/+11 |
| | | | | greater portability (bug #1831253) | ||||
* | autoconf-2.59 | das | 2007-11-15 | 1 | -7/+4 |
| | |||||
* | fix 'stack grows upwards' AC_CACHE_CHECK message | das | 2007-11-15 | 1 | -14/+7 |
| | |||||
* | * macosx/Tcl.xcodeproj/project.pbxproj: add new chanio.test. | das | 2007-11-15 | 3 | -6/+15 |
| | | | | * macosx/Tcl.xcode/project.pbxproj: | ||||
* | typo | dkf | 2007-11-14 | 1 | -2/+2 |
| | |||||
* | Compile [info exists] into bytecode. Includes new instructions to support it. | dkf | 2007-11-14 | 8 | -16/+357 |
| | |||||
* | * tests/chanio.test: New file. This is essentially a duplicate of | andreas_kupries | 2007-11-14 | 3 | -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 MCCEs | dkf | 2007-11-14 | 1 | -8/+8 |
| | |||||
* | Eliminate multi-char collating element code completely. Simplifies the code | dkf | 2007-11-14 | 8 | -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. | dkf | 2007-11-14 | 1 | -2/+2 |
| | |||||
* | autoheader-2.59 | das | 2007-11-14 | 1 | -0/+3 |
| | |||||
* | autoconf-2.59 | das | 2007-11-14 | 1 | -2/+2 |
| | |||||
* | clarify message of second getaddrinfo check | das | 2007-11-14 | 1 | -1/+1 |
| | |||||
* | (TclCompileSwitchCmd): simplify TclReToGlob usage. | hobbs | 2007-11-14 | 2 | -9/+7 |
| | |||||
* | * generic/tclCompCmds.c (TclCompileRegexpCmd): clean up comments, | hobbs | 2007-11-14 | 2 | -9/+17 |
| | | | | only free dstring on OK from TclReToGlob. | ||||
* | Comment/#ifdef out the multi-char collating element support code. | dkf | 2007-11-14 | 5 | -39/+98 |
| | | | | We never used or supported it. [Bug 1831425] | ||||
* | Extend [switch] compiler to handle regular expressions as long as things are not | dkf | 2007-11-13 | 2 | -71/+120 |
| | | | | | too complex. Fix [regexp] compiler so that non-trivial literal regexps get fed to INST_REGEXP. | ||||
* | Minor fixes (remove double blank lines, etc.) | dkf | 2007-11-13 | 1 | -16/+18 |
| | |||||
* | Fix a bug in disassembly of INST_START_CMD instructions | dkf | 2007-11-13 | 1 | -3/+4 |
| | |||||
* | Clarify. | dkf | 2007-11-13 | 2 | -27/+45 |
| | |||||
* | * unix/tclUnixInit.c: the TCL_NO_STACK_CHECK was being incorrectly | Miguel Sofer | 2007-11-13 | 2 | -5/+9 |
| | | | | | undefined here; this should be set (or not) in the compile options, it is used elsewhere and needs to be consistent. | ||||
* | Added autoconf goo to detect availability of getaddrinfo | patthoyts | 2007-11-13 | 4 | -1/+205 |
| | |||||
* | Oops! | dkf | 2007-11-13 | 1 | -2/+3 |
| | |||||
* | Forgot to transform to native encoding for getaddrinfo() | dkf | 2007-11-13 | 1 | -2/+5 |
| | |||||
* | fix Tcl_DStringFree buglet | das | 2007-11-13 | 1 | -2/+1 |
| | |||||
* | The six-argument form of getaddressbyname_r() uses the fifth argument to | dkf | 2007-11-13 | 2 | -6/+12 |
| | | | | | indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] |