/mkspecs/wince50standard-armv4i-msvc2008/

> : tcl.git
Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | add library/tzdata,msgs to dist targetcore_8_5_a2hobbs2004-12-072-3/+11
| |
* | Some HTML converters prefer distances in inches to ems. [Bug 1078760]dkf2004-12-072-2/+7
| |
* | see ChangeLoghobbs2004-12-071-0/+9
| |
* | * unix/tclUnixNotfy.c (NotifierThreadProc): init numFdBitshobbs2004-12-071-2/+2
| | | | | | | | [Bug 1079286]
* | minor nroff typoshobbs2004-12-073-16/+15
| |
* | * tests/msgcat.test: makeFile/removeFile cleanup [1079117]dgp2004-12-062-4/+5
| |
* | * tests/safe.test: Trim auto_path to improve performance [1080039]dgp2004-12-063-5/+12
| |
* | * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-046-11/+34
| | | | | | | | | | | | | | | | | | * generic/tclEvent.c: Broke apart TclpSetInitialEncodings() on * generic/tclInt.h: Windows into TclpSetInterfaces(), that is * unix/tclUnixInit.c: fundamentally essential, and the initialization * win/tclWinInit.c: of the system encoding, which is not. Made the TclpSetInterfaces call part of TclInitSubsystems so it cannot be overlooked.
* | updated changes for 8.5a2 releasehobbs2004-12-042-14/+59
| |
* | * generic/tclUtil.c (TclSetProcessGlobalValue): Handle the casedgp2004-12-023-6/+16
| | | | | | | | | | | | | | | | where a ProcessGlobalValue might be assigned to itself. * generic/tclEncoding.c (MakeFileMap): Correct refcounting errors managing values returned by TclPathPart (with refCount of 1!) that led to a memory leak. [Bug 1077474].
* | filesystem, glob, tilde fixvincentdarley2004-12-023-1/+74
| |
* | workaround for a bug in cygpath that made safe-8.5-8.7 failKevin B Kenny2004-12-022-2/+8
| |
* | Remove a global mutex/state by using lists instead of hashtables to store thedkf2004-12-022-50/+56
| | | | | | | | collection of aliases that refer to an interpreter. [FRQ 1077210]
* | Upgrade more of the file to tcltest2, and collect constraint definitions to ↵dkf2004-12-021-51/+53
| | | | | | | | the top.
* | Convert mutex-protected global state into thread-local state. [FRQ 1077210]dkf2004-12-022-9/+23
| |
* | * generic/tclUtil.c (TclGetProcessGlobalValue): Narrowed the scopedgp2004-12-02