Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * macosx/README: updated requirements for OS & developer tool | das | 2005-04-09 | 2 | -11/+14 |
| | | | | versions + other small fixes/cleanup. | ||||
* | * unix/tcl.m4 (Darwin): added -single_module linker flag to | das | 2005-04-09 | 3 | -4/+10 |
| | | | | | TCL_SHLIB_LD_EXTRAS and TK_SHLIB_LD_EXTRAS. * unix/configure: autoconf-2.13 | ||||
* | See file. | vasiljevic | 2005-04-07 | 1 | -0/+26 |
| | |||||
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed | vasiljevic | 2005-04-07 | 1 | -20/+21 |
| | | | | | | to recognize when being called with NULL argument. This is a signal for it to clean up the tsd key associated with the threading allocator. Part of fixing the Tcl Bug #1178445. | ||||
* | Fixed TclpFreeAllocCache() to recognize when being called | vasiljevic | 2005-04-07 | 1 | -7/+10 |
| | | | | | | with NULL argument. This is a signal for it to clean up the tsd key associated with the threading allocator. Part of fixing the Tcl Bug #1178445. | ||||
* | Modified TclFinalizeThreadAlloc() to explicitly call | vasiljevic | 2005-04-07 | 1 | -1/+3 |
| | | | | | | TclpFreeAllocCache with the NULL-ptr as argument signalling cleanup of private tsd key used only by the threading allocator. Part of fixing the Tcl Bug #1178445. | ||||
* | Added prototypes for TclpFreeAllocCache() and TclFreeAllocCache(). | vasiljevic | 2005-04-07 | 1 | -1/+3 |
| | | | | Part of fixing the Tcl Bug #1178445. | ||||
* | * generic/tclExecute.c (ExprSrandFunc): Replaced incursions into the | dgp | 2005-04-05 | 3 | -49/+13 |
| | | | | | | | * generic/tclUtil.c (TclGetIntForIndex): intreps of numeric types with simpler calls of Tcl_GetIntFromObj and Tcl_GetLongFromObj, now that those routines are better behaved wrt shimmering. [Patch 1177219] | ||||
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 3 | -46/+55 |
| | | | | allow msys alone as an alternative. | ||||
* | * win/tclWinTime.c (TclpGetDate): use time_t for 'time' | hobbs | 2005-03-30 | 2 | -17/+18 |
| | |||||
* | purge outdated comment | dgp | 2005-03-23 | 1 | -4/+2 |
| | |||||
* | date typo | dgp | 2005-03-18 | 1 | -1/+1 |
| | |||||
* | * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard): | dgp | 2005-03-18 | 5 | -24/+90 |
| | | | | | | | | | * generic/tclCmdMZ.c (Tcl_SubstObj): * tests/basic.test (basic-46.4): Restored recursion limit * tests/parse.test (parse-19.*): testing in nested command substitutions within direct script evaluation (Tcl_EvalEx) that got lost in the parser reforms of Tcl 8.1. Added tests for correct behavior. [Bug 1115904] | ||||
* | * generic/tclCompCmds.c (TclCompileIncrCmd): Corrected checks | dgp | 2005-03-18 | 2 | -15/+17 |
| | | | | | for immediate operand usage to permit leading space and sign characters. [Bug 1165671] | ||||
* | more tests and a fix to bug 1158199 | vincentdarley | 2005-03-15 | 2 | -5/+16 |
| | |||||
* | fix to file norm, file pathtype on windows reserved filenames - ensure build ↵ | vincentdarley | 2005-03-15 | 1 | -4/+10 |
| | | | | ok on unix | ||||
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 4 | -22/+155 |
| | |||||
* | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 8 | -39/+51 |
| | |||||
* | Make it all work on OpenBSD. Imported patch from ports tree. | patthoyts | 2005-03-15 | 3 | -281/+334 |
| | |||||
* | * generic/tclCmdMZ.c (TclCheckInterpTraces): Corrected mistaken | dgp | 2005-03-10 | 2 | -12/+17 |
| | | | | | cast of ClientData to (TraceCommandInfo *) when not warranted. Thanks to Yuri Victorovich for the report. [Bug 1153871] | ||||
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 2 | -14/+23 |
| | | | | from MSVC or the Platform SDK. | ||||
* | backport tcltest test improvements | dgp | 2005-02-25 | 1 | -15/+17 |
| | |||||
* | * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoid | dgp | 2005-02-24 | 4 | -21/+39 |
| | | | | | | | * tests/tcltest.test: failed attempts to [source] a directory, and similar matters. Thanks to "mpettigr". [Bug 1119798] * library/tcltest/pkgIndex.tcl: Bump to tcltest 2.2.8 | ||||
* | Formatting typo fix. [Bug 1149605] | dkf | 2005-02-23 | 2 | -2/+6 |
| | |||||
* | * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, not | hobbs | 2005-02-17 | 2 | -6/+11 |
| | | | | Tcl_UniCharLen. | ||||
* | * /doc/variable.n: fix for [Bug 1124160], variables are detected | Miguel Sofer | 2005-02-16 | 2 | -2/+7 |
| | | | | by [info vars] but not by [info locals]. | ||||
* | correct ChangeLog notes | hobbs | 2005-02-10 | 1 | -2/+2 |
| | |||||
* | * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlined | hobbs | 2005-02-10 | 4 | -383/+315 |
| | | | | | | * unix/tcl.m4: into SHLIB_LD). Combine AIX-* and AIX-5 * unix/configure: branches in SC_CONFIG_CFLAGS. Enable 64-bit gcc builds for AIX-4+, correct gcc builds for HP-UX-11. | ||||
* | added comments | Miguel Sofer | 2005-02-10 | 1 | -1/+6 |
| | |||||
* | * generic/tclBasic.c (Tcl_EvalObjEx): | Miguel Sofer | 2005-02-10 | 3 | -4/+46 |
| | | | | | | * tests/basic.test (basic-26.2): preserve the arguments passed to TEOV in the pure-list branch, in case the list shimmers away. Fix for [Bug 1119369], reported by Peter MacDonald. | ||||
* | More consistency. [Bug 1117017] | dkf | 2005-02-10 | 2 | -5/+14 |
| | |||||
* | * generic/tclExecute.c (TclCompEvalObj): Removed stray statement | dgp | 2005-02-01 | 2 | -2/+6 |
| | | | | left behind in prior code reorganization. | ||||
* | correct autoconf generation for sol64-gcc support | hobbs | 2005-01-29 | 2 | -8/+8 |
| | |||||
* | * unix/configure, unix/tcl.m4: add solaris 64-bit gcc build support. | hobbs | 2005-01-28 | 3 | -255/+298 |
| | | | | [Bug 1021871] | ||||
* | * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble) | hobbs | 2005-01-28 | 2 | -4/+51 |
| | | | | (Tcl_ExprLong): Fix to recognize Tcl_WideInt type. [Bug 1109484] | ||||
* | TIP#218 IMPLEMENTATION | andreas_kupries | 2005-01-27 | 17 | -306/+891 |
| | | | | | | | | | | | | | | | | | | | | | * generic/tclDecls.h: Regenerated from tcl.decls. * generic/tclStubInit.c: * doc/CrtChannel.3: Documentation of extended API, * generic/tcl.decls: extended testsuite, and * generic/tcl.h: implementation. Removal of old * generic/tclIO.c: driver-specific TclpCut/Splice * generic/tclInt.h: functions. Replaced with generic * tests/io.test: thread-action calls through the * unix/tclUnixChan.c: new hooks. Update of all builtin * unix/tclUnixPipe.c: channel drivers to version 4. * unix/tclUnixSock.c: Windows drivers extended to * win/tclWinChan.c: manage thread state in a thread * win/tclWinConsole.c: action handler. * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: * mac/tclMacChan.c: | ||||
* | 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 |
| |