Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) | dkf | 2007-01-02 | 1 | -106/+120 |
| | |||||
* | Whitespace/line-width police | dkf | 2006-12-28 | 1 | -13/+9 |
| | |||||
* | * generic/tclIO.c (Tcl_GetsObj): | mdejong | 2006-12-27 | 2 | -14/+26 |
| | | | | | Avoid checking for for the LF in a possible CRLF sequence when EOF has already been found. | ||||
* | * generic/tclEncoding.c (EscapeFromUtfProc): | mdejong | 2006-12-27 | 3 | -4/+87 |
| | | | | | | | | | | | Clear the TCL_ENCODING_END flag when end bytes are written. This fix keep this method from writing escape bytes for an encoding like iso2022-jp multiple times when the escape byte overlap with the end of the IO buffer. * tests/io.test: Add test for escape byte overlap issue. | ||||
* | supply missing RCS line | dgp | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | Fix [Bug 1618838] | dkf | 2006-12-19 | 2 | -2/+10 |
| | |||||
* | Rewrote for more clarity | dkf | 2006-12-19 | 1 | -56/+90 |
| | |||||
* | Replace with comment style recommended as "best practice" | dkf | 2006-12-19 | 1 | -13/+13 |
| | |||||
* | Wrote the commenting wrongly; used proper troff construct as recommended in | dkf | 2006-12-19 | 1 | -9/+9 |
| | | | | CSTR#54 (The Troff User's Manual). | ||||
* | Fix minor fault found by Joe Mistachkin | dkf | 2006-12-19 | 1 | -2/+2 |
| | |||||
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -1/+1 |
| | |||||
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 1 | -3/+3 |
| | |||||
* | * unix/tclUnixThrd.c (TclpInetNtoa): fix for 64 bit. | das | 2006-12-19 | 2 | -7/+5 |
| | |||||
* | * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -arch | das | 2006-12-19 | 3 | -10/+154 |
| | | | | | flag succeeds before enabling 64bit build. * unix/configure: autoconf-2.59 | ||||
* | * tests/macOSXLoad.test (new file): add testing of .bundle loading and | das | 2006-12-17 | 9 | -27/+177 |
| | | | | | | | | | | | * tests/load.test: unloading on Darwin (in addition to * tests/unload.test: existing tests of .dylib loading). * macosx/Tcl.xcodeproj/project.pbxproj: add building of dltest binaries so that testsuite run from Xcode can use them; fix testsuite run script. * unix/configure.in: add support for building dltest binaries as * unix/dltest/Makefile.in: .bundle (in addition to .dylib) on Darwin. * unix/Makefile.in: add stub lib dependency to dltest target. * unix/configure: autoconf-2.59 | ||||
* | * tests/append.test: fix cleanup failure when all tests are skipped. | das | 2006-12-17 | 1 | -2/+2 |
| | |||||
* | * tests/chan.test (chan-16.9): cleanup chan event handler to avoid | das | 2006-12-17 | 1 | -1/+2 |
| | | | | causing error in event.test when running testsuite with -singleproc 1. | ||||
* | * tests/info.test: add !singleTestInterp constraint to tests that fail | das | 2006-12-17 | 1 | -16/+16 |
| | | | | when running testsuite with -singleproc 1. [Bug 1605269] | ||||
* | Reapplied the Engineering Manual-ification, but this time without the (small) | dkf | 2006-12-14 | 1 | -295/+311 |
| | | | | changes that caused crashes in the test suite. | ||||
* | Fix example. [Bug 1615277] | dkf | 2006-12-14 | 2 | -15/+19 |
| | |||||
* | Revert the commits that broke the HEAD. | dgp | 2006-12-13 | 1 | -307/+293 |
| | | | | I'm not searching through >300 lines of changes to find the bad one. | ||||
* | Silly mistake corrected | dkf | 2006-12-13 | 1 | -3/+3 |
| | |||||
* | Cleanup to follow engineering manual guidelines | dkf | 2006-12-13 | 3 | -552/+663 |
| | |||||
* | * generic/tclCompExpr.c: Now that the new internal structs | dgp | 2006-12-12 | 2 | -3/+11 |
| | | | | | | | | | are in use to support operator commands, might as well make them the default for [expr] as well and avoid passing every parsed expression through the inefficient Tcl_Token array format. This addresses most issues in [RFE 1517602] Assuming no performance disasters result from this, much dead code supporting the other implementation might now be removed. | ||||
* | * generic/tclBasic.c: Final step routing all direct evaluation forms | dgp | 2006-12-12 | 5 | -35/+163 |
| | | | | | | * generic/tclCompExpr.c: of the operator commands through TEBC, * generic/tclCompile.h: dropping all the routines in tclMathOp.c. * generic/tclMathOp.c: Still needs Engineering Manual attention. | ||||
* | * generic/tclBasic.c: Another step with all sorting operator commands | dgp | 2006-12-11 | 4 | -9/+73 |
| | | | | | * generic/tclCompExpr.c: now routing through TEBC via * generic/tclCompile.h: TclSortingOpCmd(). | ||||
* | adjust tcltest.tcl line numbers in info-22.8 & info-23.6 that changed by ↵ | das | 2006-12-10 | 1 | -3/+3 |
| | | | | last tcltest.tcl commit. | ||||
* | * generic/tclBasic.c: Another step down the path of re-using | dgp | 2006-12-08 | 6 | -64/+122 |
| | | | | | | | | * generic/tclCompExpr.c: TclExecuteByteCode to implement the TIP 174 * generic/tclCompile.h: commands instead of using a mass of code * generic/tclMathOp.c: duplication. Now all operator commands that * tests/mathop.test: demand exactly one operation are implemented via TclSingleOpCmd and a call to TEBC. | ||||
* | * generic/tclCompExpr.c: Revised implementation of TclInvertOpCmd | dgp | 2006-12-08 | 5 | -31/+72 |
| | | | | | | | | | | * generic/tclMathOp.c: to perform a bytecode compile / execute sequence. This demonstrates a path toward avoiding mountains of code duplication in tclMathOp.c and tclExecute.c. * generic/tclCompile.h: Change TclExecuteByteCode() from static to * generic/tclExecute.c: MODULE_SCOPE so all files including tclCompile.h may call it. | ||||
* | * generic/tclMathOp.c: More revisions to make tests pass. | dgp | 2006-12-08 | 3 | -10/+26 |
| | | | | * tests/mathop.test: | ||||
* | Fix [Bug 1571056] and silence a GCC warning | dkf | 2006-12-08 | 2 | -2/+9 |
| | |||||
* | Minor formatting | dkf | 2006-12-08 | 1 | -3/+3 |
| | |||||
* | More tests for bitops | dkf | 2006-12-08 | 2 | -37/+348 |
| | |||||
* | typo | das | 2006-12-08 | 1 | -2/+2 |
| | |||||
* | * library/tcltest/tcltest.tcl: use [info frame] for "-verbose line". | das | 2006-12-08 | 2 | -10/+23 |
| | |||||
* | * generic/tclCompCmds.c: Additional commits correct most | dgp | 2006-12-07 | 4 | -11/+83 |
| | | | | | * generic/tclExecute.c: failing tests illustrating bugs uncovered * generic/tclMathOp.c: in [Path 1578137]. | ||||
* | Handle the export of the commands from tcl::mathop more efficiently | dkf | 2006-12-07 | 1 | -3/+3 |
| | |||||
* | * generic/tclBasic.c: Biggest source of TIP 174 failures was that | dgp | 2006-12-07 | 2 | -29/+38 |
| | | | | | the commands were not [namespace export]ed from the ::tcl::mathop namespace. More bits from [Patch 1578137] correct that. | ||||
* | * tests/mathop.test: Commmitted several new tests from Peter Spjuth | dgp | 2006-12-07 | 2 | -4/+741 |
| | | | | | found in [Patch 157837]. Many failures now demonstrate issues to fix in the TIP 174 implementation. | ||||
* | Remove erroneous line | dkf | 2006-12-07 | 1 | -3/+2 |
| | |||||
* | More #174 bits and pieces | dkf | 2006-12-07 | 4 | -416/+394 |
| | |||||
* | Fixed line endings broken by a previous checking that caused test failures ↵ | patthoyts | 2006-12-07 | 2 | -717/+721 |
| | | | | on windows. | ||||
* | More TIP 174 compilation bug fixes, consolidations, and improvements. | dgp | 2006-12-06 | 1 | -93/+77 |
| | |||||
* | * generic/tclCompCmds.c: Revised and consolidated into utility | dgp | 2006-12-06 | 3 | -117/+115 |
| | | | | | * tests/mathop.c: routines some of routines that compile the new TIP 174 commands. This corrects some known bugs. More to come. | ||||
* | Improved error reporting in test expr-47.12 | Kevin B Kenny | 2006-12-06 | 2 | -8/+23 |
| | |||||
* | add new platform package files and earlier new test files | das | 2006-12-06 | 1 | -0/+22 |
| | |||||
* | fix errors flagged by make/html | das | 2006-12-06 | 3 | -8/+8 |
| | |||||
* | Whitespace/style cop | dkf | 2006-12-06 | 1 | -9/+10 |
| | |||||
* | Documentation for platform package. | andreas_kupries | 2006-12-05 | 3 | -0/+130 |
| | |||||
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 12 | -10/+551 |
| | | | | | | | | | | | | | | | | * doc/tclvars.n: pointerSize. * win/Makefile.in: Added installation instructions for the platform * win/makefile.vc: package. Added the platform package. * win/makefile.bc: * unix/Makefile.in: * tests/platform.test: * tests/safe.test: * library/platform/platform.tcl: * library/platform/shell.tcl: * library/platform/pkgIndex.tcl: |