Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/io.test: Added -force to 18.1 and 18.2. This was failing | patthoyts | 2004-06-23 | 2 | -3/+6 |
| | | | | on WinXP. | ||||
* | * tests/winFCmd.test: Added a cleanup to winFCmd-16.11 to avoid a | patthoyts | 2004-06-23 | 2 | -3/+9 |
| | | | | failure in 16.12. | ||||
* | * tests/eofchar.data: Added -kb option to ensure a binary checkout | patthoyts | 2004-06-23 | 1 | -0/+3 |
| | | | | to win32 systems. This fixes a failure in io-61.1 | ||||
* | * win/makefile.vc: fix for bug #977369 about launching tclsh to | patthoyts | 2004-06-23 | 2 | -2/+9 |
| | | | | generate a tclConfig.sh with the nmake build system | ||||
* | * tests/winDde.test (createChildProcess): Added a 200-ms delay | Kevin B Kenny | 2004-06-23 | 2 | -2/+14 |
| | | | | | | | (with the event loop live) when shutting down the test DDE server process, With the delay in place, nuisance failures of tests winDde-4.2, -6.5, and -6.6 appear to be much less frequent. [Bug #957449] | ||||
* | Simplify constraint by assuming Mac is Unix (which is true these days) | dkf | 2004-06-23 | 1 | -8/+8 |
| | |||||
* | Standardize some use of test constraints onto names that are documented | dkf | 2004-06-23 | 31 | -722/+721 |
| | |||||
* | Fixed constraint name and whitespace usage | dkf | 2004-06-23 | 1 | -25/+19 |
| | |||||
* | Corrected typo in latest patch that broke build on OS X. | dgp | 2004-06-23 | 1 | -2/+2 |
| | |||||
* | Regen | dkf | 2004-06-23 | 1 | -0/+118 |
| | |||||
* | Version of [Patch 746578] that works with Linux and is likely to work elsewhere | dkf | 2004-06-23 | 7 | -81/+390 |
| | |||||
* | own typo repaired | davygrvy | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | * generic/tclEvent.c (NewThreadProc): Fixed broken build on | Kevin B Kenny | 2004-06-22 | 3 | -8/+19 |
| | | | | | | Windows caused by missing TCL_THREAD_CREATE_RETURN. * tests/stack.test (stack-3.1): Corrected nuisance error in threaded builds. | ||||
* | See file... | vasiljevic | 2004-06-22 | 1 | -0/+15 |
| | |||||
* | Integrated fix for Tcl Bug #770053 from core-8-4-branch | vasiljevic | 2004-06-22 | 6 | -19/+111 |
| | |||||
* | * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler, | mdejong | 2004-06-21 | 4 | -42/+239 |
| | | | | | | | | | | | | | | | TclpCheckStackSpace, _except_checkstackspace_handler, TclWinCPUID, _except_TclWinCPUID_detach_handler): * win/tclWinChan.c (Tcl_MakeFileChannel, _except_makefilechannel_handler): * win/tclWinFCmd.c (DoRenameFile, _except_dorenamefile_handler, DoCopyFile, _except_docopyfile_handler): Rework pushing of exception handler function pointer so that compiling with gcc -O3 works. Remove empty function call to avoid compiler warning. Mark the DllMain function as noinline to avoid compiler error from duplicated asm labels in generated code. | ||||
* | Make [Bug 975895] less likely to be hit | dkf | 2004-06-21 | 2 | -257/+280 |
| | |||||
* | * tests/load.test: Relaxed strictness of error message matching | dgp | 2004-06-19 | 2 | -3/+7 |
| | | | | for test load-2.3 so that it will pass on Mac OSX. | ||||
* | * generic/tclEncoding.c: Static TclFindEncodings -> FindEncodings. | dgp | 2004-06-18 | 6 | -20/+37 |
| | | | | | | | * generic/tclInt.h: Updated TclpFindExecutable() so that failed * generic/tclUtil.c: attempts to find the executable are saved * unix/tclUnixFile.c: just as successful finds are. [Patch 966053] * unix/tclUnixTest.c: | ||||
* | * tests/winFCmd.test (winFCmd-16.12): Changed test to | Kevin B Kenny | 2004-06-18 | 2 | -10/+35 |
| | | | | | compute the target directory, so as not to fail if the user's HOME isn't the root. | ||||
* | * unix/tcl.m4: autoconf 2.5 fixes in Darwin section. | das | 2004-06-18 | 3 | -6/+25 |
| | | | | * unix/configure: autoconf-2.57 | ||||
* | Added various Chinese locale->encoding mappings | dkf | 2004-06-18 | 2 | -1/+9 |
| | |||||
* | Added note about not touching bytes during freeIntRepProc running. | dkf | 2004-06-18 | 1 | -1/+4 |
| | |||||
* | Fixed [Bug 886231] properly this time rather than with a broken version that | dkf | 2004-06-18 | 3 | -63/+74 |
| | | | | breaks the core completely. :^} | ||||
* | Added tests for deep-object-freeing | dkf | 2004-06-18 | 2 | -2/+27 |
| | |||||
* | Remove extraneous space | dkf | 2004-06-18 | 1 | -23/+1 |
| | |||||
* | Fix tclWinInit.c for KBK, adding comments as I go. :^) | dkf | 2004-06-18 | 4 | -28/+200 |
| | |||||
* | Updated comments to agree with recent revisions. | dgp | 2004-06-17 | 1 | -7/+8 |
| | |||||
* | Relaxed panic condition on overwrite of default library path to accept | dgp | 2004-06-17 | 1 | -6/+15 |
| | | | | | double right of the same value. Needed to support Tk_Main's call order (Tcl_CreateInterp before Tcl_FindExecutable). | ||||
* | * generic/tclObj.c: Added missing space in panic message. | dgp | 2004-06-17 | 1 | -0/+2 |
| | |||||
* | Remove debugging panic | dgp | 2004-06-17 | 1 | -2/+5 |
| | |||||
* | Reverted temporary change | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | * generic/tclObj.c: Added missing space in panic message. | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | Added missing incr ref count. D'oh! | dgp | 2004-06-17 | 1 | -1/+2 |
| | |||||
* | Better panic message for diagnosis. | dgp | 2004-06-17 | 1 | -1/+2 |
| | |||||
* | temporarily removed unset of ::tclDefaultLibrary for sake of testing. | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | silence compiler warning | dgp | 2004-06-17 | 1 | -2/+2 |
| | |||||
* | more compiler fixes | dgp | 2004-06-17 | 1 | -4/+2 |
| | |||||
* | correct compile errors | dgp | 2004-06-17 | 1 | -3/+4 |
| | |||||
* | * win/tclWinInit.c: Inform [tclInit] about the default library | dgp | 2004-06-17 | 2 | -4/+140 |
| | | | | | | directory via the ::tclDefaultLibrary variable. This should correct a problem with my 2004-06-11 commit. Better solutions still in the works. Thanks to Joe Mistachkin for pointing out the breakage. | ||||
* | * doc/library.n: Moved variables ::auto_oldpath and | dgp | 2004-06-16 | 4 | -25/+21 |
| | | | | | * library/auto.tcl: ::unknown_pending into ::tcl namespace. * library/init.tcl: [Bugs 808319, 948794] | ||||
* | Added doc clarification in response to [RFE 768852] | dkf | 2004-06-15 | 2 | -6/+16 |
| | |||||
* | * unix/tclConfig.sh.in (TCL_EXTRA_CFLAGS): set to @CFLAGS@, which | hobbs | 2004-06-15 | 2 | -2/+7 |
| | | | | is the configure-time CFLAGS. Addendum to m4 change on 2004-05-26. | ||||
* | * win/Makefile.in: Corrected compilation flags for tclPkgConfig.c | Kevin B Kenny | 2004-06-14 | 3 | -7/+13 |
| | | | | | | | so that it doesn't require Stubs. * generic/tclBasic.c (Tcl_CreateInterp): Removed comment stating that TclInitEmbeddedConfigurationInformation needs Stubs; with the change above, the comment is now erroneous. | ||||
* | formatting | dgp | 2004-06-14 | 1 | -3/+3 |
| | |||||
* | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 5 | -24/+46 |
| | | | | | | | | | | | | | | * generic/tclInterp.c (Tcl_Init): Stopped setting the tcl_libPath variable. [tclInit] can get all its directories without it. * tests/unixInit.test: Modified test code that made use of tcl_libPath variable. * unix/tclUnixInit.c: Stopped setting the tclDefaultLibrary variable, execept on the Mac OS X platform with HAVE_CFBUNDLE. In that configuration we should seek some way to make use of the TIP 59 facilities and get rid of that usage of tclDefaultLibrary as well. | ||||
* | * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an | dgp | 2004-06-11 | 2 | -2/+10 |
| | | | | | absolute path, and to include the scriptdir,runtime configuration value on the search path for init.tcl. | ||||
* | Restored Eng. Manual Style | dgp | 2004-06-11 | 1 | -66/+66 |
| | |||||
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 9 | -340/+213 |
| | | | | | | | | | | * win/tclWinInit.c: had identical implementations for both win and * generic/tclInterp.c: unix. Moved to a single generic implementation. * generic/tclMain.c: * library/init.tcl: * generic/tclInitScript.h (removed): * unix/Makefile.in: * win/tcl.dsp: | ||||
* | * unix/configure.in: Updated TCL_PACKAGE_PATH value to | dgp | 2004-06-11 | 6 | -15/+29 |
| | | | | | | | | | | | | * win/configure.in: handle --libdir configuration. * unix/configure.in: autoconf-2.57 * win/configure.in: * generic/tclBasic.c (Tcl_CreateInterp): Moved call to TclInitEmbeddedConfigurationInformation() earlier in Tcl_CreateInterp() so that other parts of interp creation and initialization may access and use the config values. |