Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclBasic.c: Removed dead code, including the | dgp | 2007-06-28 | 4 | -84/+3 |
| | | | | | | | | | | | | | * generic/tclExecute.c: entire file tclMathOp.c. * generic/tclInt.h: * generic/tclMathOp.c (removed): * generic/tclTestObj.c: * win/tclWinFile.c: * unix/Makefile.in: Updated to reflect deletion of tclMathOp.c. * win/Makefile.in: * win/makefile.bc: * win/makefile.vc: | ||||
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | * win/configure: * README: Bump version number to 8.5a7 * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * generic/tclParse.c: Disable and remove the ALLOW_EXPAND sections * tests/info.test: that continued to support the deprecated * tests/mathop.test: {expand} syntax. Updated the few remaining users of that syntax in the test suite. | ||||
* | * win/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-15 | 4 | -31/+44 |
| | | | | | | | * library/reg/pkgIndex.tcl: Bump to registry 1.2.1 to account for * win/configure.in: [1682211] bug fix. * win/makefile.bc: * win/tclWinReg.c: | ||||
* | More type-pun warning squelches | dkf | 2007-05-05 | 3 | -241/+245 |
| | |||||
* | Record the dll base addresses for some additional extensions | patthoyts | 2007-05-04 | 1 | -1/+5 |
| | |||||
* | Comment and open file as text | patthoyts | 2007-05-04 | 1 | -3/+14 |
| | |||||
* | Replaced commas in varargs with string concatenation where possible [Patch ↵ | Kevin B Kenny | 2007-04-20 | 2 | -11/+11 |
| | | | | 1515234] | ||||
* | Eliminate use of (VOID*) casts when calling memset or memcpy. | dkf | 2007-04-17 | 2 | -7/+7 |
| | |||||
* | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 4 | -44/+70 |
| | |||||
* | Thread exit handler marks the current thread as un-initialized. | vasiljevic | 2007-03-24 | 1 | -12/+6 |
| | | | | | | This allows exit handlers that are registered later to re-initialize this subsystem in case they need to use some sync primitives (cond variables) from this file again. | ||||
* | * win/Makefile.in: Added code to keep a Cygwin path name from | Kevin B Kenny | 2007-03-23 | 1 | -3/+3 |
| | | | | leaking into LIBRARY_DIR when doing 'make test' or 'make runtest'. | ||||
* | * generic/tclBasic.c (Tcl_CreateMathFunc): Replaced some | dgp | 2007-03-19 | 1 | -2/+2 |
| | | | | | | | * generic/tclEvent.c (Tcl_CreateThread): calls to Tcl_Alloc() * generic/tclObj.c (UpdateStringOfBignum): with calls to * unix/tclUnixTime.c (SetTZIfNecessary): ckalloc(), which better * win/tclAppInit.c (setargv): supports memory debugging. | ||||
* | * win/tclWinReg.c (GetKeyNames): Size the buffer for enumerating | Kevin B Kenny | 2007-03-17 | 1 | -23/+65 |
| | | | | | | | key names correctly, so that Unicode names exceeding 127 chars can be retrieved without crashing. [Bug 1682211] * tests/registry.test (registry-4.9): Added test case for the above bug. | ||||
* | * win/Makefile.in: Fully qualify LIBRARY_DIR so | mdejong | 2007-03-15 | 1 | -2/+4 |
| | | | | that `make test` does not depend on working dir. | ||||
* | * library/platform/shell.tcl: Made more robust if an older platform | andreas_kupries | 2007-03-09 | 1 | -3/+3 |
| | | | | | | | * library/platform/pkgIndex.tcl: package is present in the inspected * unix/Makefile.in: shell. Package forget it to prevent errors. Bumped * win/Makefile.in: package version to 1.1.3, and updated the makefiles installing it as Tcl Module. | ||||
* | various "const" additions in implementation | nijtmans | 2007-03-08 | 1 | -20/+19 |
| | |||||
* | * library/platform/shell.tcl (::platform::shell::RUN): In the case | andreas_kupries | 2007-03-05 | 1 | -3/+3 |
| | | | | | | | * library/platform/pkgIndex.tcl: of a failure put the captured stderr * unix/Makefile.in: into the error message to aid in debugging. Bumped * win/Makefile.in: package version to 1.1.2, and updated the makefiles installing it as Tcl Module. | ||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 2 | -31/+31 |
| | |||||
* | Bug #1479814. Handle extended paths on Windows NT and above. | patthoyts | 2007-02-20 | 1 | -1/+8 |
| | |||||
* | Windows build fixes | Joe Mistachkin | 2007-02-09 | 2 | -3/+12 |
| | |||||
* | Windows build fix | Joe Mistachkin | 2007-02-04 | 1 | -3/+5 |
| | |||||
* | Build fix for man2tcl.c with MSVC8 | Joe Mistachkin | 2007-01-19 | 1 | -2/+4 |
| | |||||
* | Windows build fixes | Joe Mistachkin | 2007-01-19 | 1 | -2/+2 |
| | |||||
* | * win/tcl.m4(CFLAGS_WARNING): Remove "-Wconversion". | jenglish | 2007-01-11 | 2 | -36/+23 |
| | | | | | This was removed from unix/tcl.m4 2004-07-16 but not from here. * win/configure: Regenerated. | ||||
* | Fixes to work better on Win98. Read version numbers from package index file | patthoyts | 2007-01-11 | 3 | -41/+132 |
| | | | | to avoid keeping numbers in the makefile. | ||||
* | Minor updates (convert comment-outs to #ifdef outs, clean up comments/indents) | dkf | 2007-01-02 | 1 | -106/+120 |
| | |||||
* | * generic/tclBasic.c: TIP #291. Define tcl_platform element for | andreas_kupries | 2006-12-05 | 3 | -3/+20 |
| | | | | | | | | | | | | | | | | * 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: | ||||
* | Finished coding part of TIP#174. Still have tests and docs to do. | dkf | 2006-11-25 | 3 | -66/+58 |
| | |||||
* | * tools/genWinImage.tcl (removed): Removed two files used in | dgp | 2006-11-22 | 1 | -143/+0 |
| | | | | | * win/README.binary (removed): production of binary distributions for Windows, a task we no longer perform. [Bug 1476980]. | ||||
* | * generic/tclParseExpr.c (removed): Moved all the code of | dgp | 2006-11-09 | 4 | -9/+2 |
| | | | | | | | | | * generic/tclCompExpr.c: tclParseExpr.c into tclCompExpr.c. * unix/Makefile.in: This sets the stage for expr compiling to * win/Makefile.in: work directly with the full parse tree * win/makefile.bc: structures, and not have to pass through * win/makefile.vc: the information lossy format of an array * win/tcl.dsp: of Tcl_Tokens. | ||||
* | Updated version of http package | patthoyts | 2006-10-31 | 1 | -6/+6 |
| | |||||
* | Fix for bug #1582769 - options conflict with VC2003. | patthoyts | 2006-10-31 | 1 | -1/+8 |
| | |||||
* | * README: Bump version number to 8.5a6 | dgp | 2006-10-23 | 3 | -5/+5 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Undo mistaken commit to wrong branch caused by CVS fumble... :-} | dkf | 2006-10-20 | 3 | -18/+2 |
| | |||||
* | Consolidated TIP#257 patch applied to HEAD to allow for experimentation by | dkf | 2006-10-20 | 3 | -2/+18 |
| | | | | other developers | ||||
* | * library/tcltest/tcltest.tcl: Revise tcltest bump to 2.3a1. | dgp | 2006-10-16 | 2 | -6/+6 |
| | | | | | | | * library/tcltest/pkgIndex.tcl: This permits more features to be * unix/Makefile.in: added to tcltest before we reach version 2.3.0, * win/Makefile.in: best timed to match the release of Tcl 8.5.0. * win/makefile.vc: This also serves as a demo of TIP 268 features. | ||||
* | win/tclWinFile.c: alfredd supplied patch to fix Bug 1575837 | coldstore | 2006-10-13 | 1 | -4/+4 |
| | |||||
* | win/tclWinFile.c: corrected erroneous attempt to protect against NULL return ↵ | coldstore | 2006-10-13 | 1 | -5/+9 |
| | | | | from Tcl_FSGetNormalizedPath per Bug 1548263 causing Bug 1575837. | ||||
* | nmakehlp.c: Replaced all wnsprintf() calls with snprintf(). wnsprintf was ↵ | davygrvy | 2006-10-12 | 1 | -10/+14 |
| | | | | not in my shwlapi header file (VC++6) | ||||
* | bug #1571954: avoid /RTCc flag with MSVC8tip_278_branch_root | patthoyts | 2006-10-06 | 2 | -7/+3 |
| | |||||
* | Handle possible missing define | patthoyts | 2006-10-01 | 1 | -4/+7 |
| | |||||
* | bug #1420432 - file mtime fails for directories on windows | patthoyts | 2006-10-01 | 1 | -4/+14 |
| | |||||
* | Additional compiler flags and amd64 support. | patthoyts | 2006-09-26 | 3 | -19/+49 |
| | |||||
* | More fixing which struct stat to refer to. Some casts from time_t to int ↵ | patthoyts | 2006-09-26 | 3 | -40/+72 |
| | | | | | | | required. Tcl_Time structure members are longs. Support for varying compiler options and build to platform-specific subdirs. | ||||
* | correct registry version number | vincentdarley | 2006-09-21 | 1 | -2/+2 |
| | |||||
* | * tests/http.test (http-5.1): bump http to 2.5.3 | dgp | 2006-09-16 | 1 | -3/+3 |
| | | | | | * unix/Makefile.in: * win/Makefile.in: | ||||
* | Added tommath_(super)class headers to include install | patthoyts | 2006-09-11 | 1 | -1/+3 |
| | |||||
* | Fixed error launching win98 test | patthoyts | 2006-09-11 | 1 | -3/+3 |
| | |||||
* | Updated to install http, tcltest and msgcat as Tcl Modules (as per Makefile.in). | patthoyts | 2006-09-11 | 2 | -48/+63 |
| | |||||
* | bump msgcat version to 1.4.2 | Kevin B Kenny | 2006-09-11 | 1 | -3/+3 |
| |