Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | typo | dgp | 2005-01-27 | 1 | -2/+2 |
| | |||||
* | * library/auto.tcl: Updated [auto_reset] to clear auto-loaded | dgp | 2005-01-25 | 2 | -15/+21 |
| | | | | procs in namespaces other than :: [Bug 1101670]. | ||||
* | * unix/tcl.m4 (Darwin): fixed bug with static build linking to | das | 2005-01-25 | 3 | -6/+14 |
| | | | | | | | dynamic library in /usr/lib etc instead of linking to static library earlier in search path. [Tcl Bug 956908] Removed obsolete references to Rhapsody. * unix/configure: autoconf-2.13 | ||||
* | * win/tclWinChan.c (FileCloseProc): Invoke | mdejong | 2005-01-19 | 2 | -1/+30 |
| | | | | | | | | | TclpCutFileChannel() to remove a FileInfo from the thread local list before deallocating it. This should have been done via an earlier call to Tcl_CutChannel, but I was running into a crash in the next call to Tcl_CutChannel during the IO finalization stage. | ||||
* | fix to drive-sensitivity of test | vincentdarley | 2005-01-17 | 2 | -3/+10 |
| | |||||
* | Convert u_int to unsigned to make clashes with types in standard C headers less | dkf | 2005-01-10 | 2 | -3/+9 |
| | | | | of a problem. [Bug 1098829] | ||||
* | Horrible hack to keep the old error message. | dkf | 2005-01-06 | 1 | -2/+10 |
| | |||||
* | Fix performance nasty in http::mapReply [1020491] and clean up version numbers. | dkf | 2005-01-06 | 3 | -26/+28 |
| | |||||
* | Add more locale mapping info for Chinese. [1084595] | dkf | 2005-01-05 | 2 | -1/+9 |
| | |||||
* | Change emacs mode comment style to stop problems with older man. [1085127] | dkf | 2005-01-05 | 2 | -2/+10 |
| | |||||
* | * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, remove | hobbs | 2004-12-30 | 3 | -23/+36 |
| | | | | | | -Gs (included in -O2) and -GD (outdated). Use "link -lib" instead of "lib" binary and remove -YX for MSVC7 portability. Add -fomit-frame-pointer for gcc OPT compiles. [Bug 1092952, 1091967] | ||||
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 1 | -1/+1 |
| | |||||
* | Add note to clock.n disclaiming full ISO8601 support | Kevin B Kenny | 2004-12-13 | 2 | -2/+12 |
| | |||||
* | Minor doc fixes | dkf | 2004-12-09 | 2 | -9/+14 |
| | |||||
* | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitscore_8_4_9 | hobbs | 2004-12-07 | 2 | -6/+11 |
| | | | | [Bug 1079286] | ||||
* | removed extra .TP macro | hobbs | 2004-12-03 | 1 | -2/+4 |
| | |||||
* | updated for 8.4.9 release | hobbs | 2004-12-03 | 2 | -7/+34 |
| | |||||
* | filesystem, glob, tilde fix | vincentdarley | 2004-12-02 | 3 | -4/+84 |
| | |||||
* | * library/auto.tcl (tcl_findLibrary): Disabled use of [file ↵ | dgp | 2004-12-01 | 2 | -2/+17 |
| | | | | normalize] that caused trouble with freewrap. [Bug 1072136]. | ||||
* | * tests/reg.test (reg-32.*): Added missing testregexp constraints. | dgp | 2004-11-27 | 2 | -5/+7 |
| | |||||
* | * library/auto.tcl (tcl_findLibrary): Made sure the uniquifying | dgp | 2004-11-26 | 2 | -2/+7 |
| | | | | operations on the search path does not also normalize. [Bug 1072136] | ||||
* | Assorted dde fixes as requested by Andreas Kupries. | dkf | 2004-11-26 | 2 | -24/+27 |
| | |||||
* | See file | vasiljevic | 2004-11-25 | 1 | -0/+5 |
| | |||||
* | Added hint to TCL_DECLARE_MUTEX macro usage. | vasiljevic | 2004-11-25 | 1 | -3/+7 |
| | |||||
* | Fixed argument of mutexPtr wrongly saying that it is a Tcl_Condition. | vasiljevic | 2004-11-25 | 1 | -2/+2 |
| | | | | (Tcl Bug #1068077) | ||||
* | Fixed the Tcl_ThreadAlert() call declaration (Tcl Bug #1068077) | vasiljevic | 2004-11-25 | 1 | -2/+2 |
| | |||||
* | * tests/tcltest.test: The order in which [glob] returns the file names | rmax | 2004-11-25 | 3 | -6/+11 |
| | | | | * tests/fCmd.test: is undefined, so tests should not depend on it. | ||||
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected failure to determine | dgp | 2004-11-25 | 3 | -358/+398 |
| | | | | | | the number of arguments for readdir_r on SunOS systems. [Bug 1071701] * unix/configure: autoconf-2.13 | ||||
* | bumped patchlevel to 8.4.9 | hobbs | 2004-11-25 | 10 | -16/+24 |
| | |||||
* | took out redundant memcpy from tclUnixNotfy.c | Kevin B Kenny | 2004-11-24 | 1 | -3/+1 |
| | |||||
* | * unix/tcl.m4 (SC_ENABLE_THREADS): Corrected bad check for | Kevin B Kenny | 2004-11-24 | 4 | -413/+460 |
| | | | | | | | | | 3-argument readdir_r [Bug 1001325]. * unix/configure: Regenerated. * unix/tclUnixNotfy.c: Corrected all uses of 'select' to manage their masks using the FD_CLR, FD_ISSET, FD_SET, and FD_ZERO macros rather than bit-whacking that failed under Solaris-Sparc-64. [Bug 1071807] | ||||
* | * generic/tclCmdIL.c (InfoVarsCmd): Corrected segfault in new | dgp | 2004-11-24 | 3 | -7/+22 |
| | | | | * tests/info.test (info-19.6): trivial matching branch [Bug 1072654] | ||||
* | backport file join fix | vincentdarley | 2004-11-23 | 3 | -3/+27 |
| | |||||
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 3 | -217/+291 |
| | | | | | | | * unix/tcl.m4 (SC_TCL_64BIT_FLAGS): Define HAVE_TYPE_OFF64_T only when off64_t, open64(), and lseek64() are defined. IRIX 5.3 is known to not include an open64 function. [Bug 1030465] | ||||
* | * unix/configure: Regen. | mdejong | 2004-11-22 | 4 | -323/+421 |
| | | | | | | | | | * unix/tcl.m4 (SC_ENABLE_THREADS): Check for a 2 argument version of readdir_r that is known to exists under IRIX 5.3. * unix/tclUnixThrd.c (TclpReaddir): Use either 2 arg or 3 arg version of readdir_r. [Bug 1001325] | ||||
* | Classic sed doesn't support | in REs.core_8_4_8 | rmax | 2004-11-19 | 2 | -3/+10 |
| | |||||
* | *** 8.4.8 TAGGED FOR RELEASE *** | das | 2004-11-19 | 1 | -2/+2 |
| | |||||
* | * macosx/Makefile: | das | 2004-11-19 | 6 | -11/+28 |
| | | | | | | | | | | | | * unix/configure.in: * unix/tclUnixInit.c (MacOSXGetLibraryPath): changed detection of tcl framework build when determining tclLibPath from overloaded TCL_LIBRARY to configuration define TCL_FRAMEWORK. [Bug 1068088] * unix/configure: autoconf-2.13 * tests/unixInit.test (7.1): fixed failure when running tests with -tmpdir arg not set to working dir. | ||||
* | date correction | hobbs | 2004-11-18 | 1 | -17/+17 |
| | |||||
* | Arghh - some seds don't even support comments at all. | rmax | 2004-11-18 | 1 | -8/+21 |
| | |||||
* | Some versions of sed appear to need semicolons in front of comments. | rmax | 2004-11-18 | 1 | -6/+6 |
| | |||||
* | mark release tagging | dgp | 2004-11-18 | 1 | -0/+2 |
| | |||||
* | * changes: Final updates for Tcl 8.4.8 release. | dgp | 2004-11-18 | 2 | -2/+10 |
| | |||||
* | Fixed manpage installation. | rmax | 2004-11-18 | 1 | -4/+4 |
| | |||||
* | 2004-11-18 Reinhard Max <max@suse.de> | rmax | 2004-11-18 | 8 | -2393/+508 |
| | | | | | | | | | | * unix/tcl.m4 (SC_CONFIG_MANPAGES): Applied an improved version of * unix/configure.in: patch #996085, that introduces * unix/Makefile.in: --enable-man-suffix. * unix/installManPage: added * unix/mkLinks.tcl: removed * unix/mkLinks: removed | ||||
* | * unix/tclUnixChan.c (TtySetOptionProc): fixed crash configuring | hobbs | 2004-11-17 | 2 | -10/+15 |
| | | | | -ttycontrol on a channel. [Bug 1067708] | ||||
* | * win/makefile.vc: Fixed bug in installation of http 2.5. | andreas_kupries | 2004-11-16 | 7 | -19/+28 |
| | | | | | | | | * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse: | ||||
* | * library/auto.tcl: Updated [tcl_findLibrary] search path | dgp | 2004-11-16 | 3 | -28/+66 |
| | | | | to include the $::auto_path. [RFE 695441]. | ||||
* | Backport of [Patch 1065732] | dkf | 2004-11-16 | 2 | -2/+34 |
| | |||||
* | more changes for Tcl 8.4.8 | dgp | 2004-11-15 | 1 | -2/+8 |
| |