Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | * doc/tcltest.n: Bump to version tcltest 2.3.0 to account | dgp | 2006-09-11 | 3 | -10/+10 |
| | | | | | | | | | * library/tcltest/pkgIndex.tcl: for new "-verbose line" feature. * library/tcltest/tcltest.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.bc: * win/makefile.vc: | ||||
* | * win/tclWinChan.c [Bug 819667] Improve logic for identifying COM | hobbs | 2006-08-30 | 1 | -51/+52 |
| | | | | ports. | ||||
* | fixed [ 1548263 ] NULL return from Tcl_FSGetNormalizedPath segv | coldstore | 2006-08-29 | 2 | -8/+19 |
| | |||||
* | Fix the 'gdb' target. | dkf | 2006-08-21 | 1 | -2/+2 |
| | |||||
* | Various minor object file size efficiency fixes. [Bug 1530474] | dkf | 2006-08-10 | 1 | -5/+5 |
| | |||||
* | * win/tclWinSock.c: Correct un-initialized Tcl_DString. Thanks | dgp | 2006-07-24 | 1 | -15/+17 |
| | | | | to afredd. [Bug 1518166] | ||||
* | * README: Bump version number to 8.5a5 | dgp | 2006-05-04 | 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: | ||||
* | fix to compile problems | vincentdarley | 2006-04-05 | 1 | -3/+3 |
| | |||||
* | * library/reg/pkgIndex.tcl: Bump to registry 1.2 because | dgp | 2006-04-05 | 4 | -14/+14 |
| | | | | | | | | * win/tclWinReg.c: Registry_Unload() is a new public routine * win/Makefile.in: compared to the 1.1.* releases. * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59 | ||||
* | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength() | dgp | 2006-04-05 | 6 | -11/+17 |
| | | | | | | | | | | | | * win/tclWinSock.c: to avoid creating invalid DString states. * win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195] * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Bump to registry 1.1.6 * win/tclWinReg.c: * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59 | ||||
* | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-29 | 1 | -6/+6 |
| | | | | path-as-escape issue. | ||||
* | * win/tclWinPipe.c (TclpCreateProcess): change panics to Tcl | hobbs | 2006-03-29 | 1 | -31/+38 |
| | | | | errors and do proper refcounting of noe objPtr. [bug 1194429] | ||||
* | * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions. | hobbs | 2006-03-28 | 1 | -12/+12 |
| | |||||
* | Fixes for bug #1456373 (mingw-gcc issue). | patthoyts | 2006-03-27 | 1 | -13/+19 |
| | |||||
* | * doc/CrtChannel.3: Added TCL_CHANNEL_VERSION_5, made it | andreas_kupries | 2006-03-27 | 5 | -10/+14 |
| | | | | | | | | | | | | | | * generic/tcl.h: the version where the "truncateProc" * generic/tclIO.c: is defined at, and moved all channel * generic/tclIOGT.c: drivers of Tcl to v5. * generic/tclIORChan.c: * unix/tclUnixChan.c: * unix/tclUnixPipe.c: * win/tclWinChan.c: * win/tclWinConsole.c: * win/tclWinPipe.c: * win/tclWinSerial.c: * win/tclWinSock.c: | ||||
* | fix to permissions setting | vincentdarley | 2006-03-21 | 1 | -18/+2 |
| | |||||
* | * win/Makefile.in (install-libraries): Generate tcl8/8.4 directory | andreas_kupries | 2006-03-20 | 1 | -2/+2 |
| | | | | | | | | under Windows as well (cygwin Makefile). Related entry: 2006-03-07, dgp. This moved the installation of http from 8.2 to 8.4, partially. A fix of the required directory creation was done for unix on Mar 10, without entry in the Changelog. This entry is for the fix of the directory creation under Windows. | ||||
* | ensure test suite works on non-English systems | vincentdarley | 2006-03-19 | 1 | -4/+25 |
| | |||||
* | Fix compilation error. | Joe Mistachkin | 2006-03-17 | 1 | -3/+3 |
| | |||||
* | 90% fix of file writable issues on Windows | vincentdarley | 2006-03-14 | 2 | -4/+323 |
| | |||||
* | Finalization of the sockets/pipes | vasiljevic | 2006-03-10 | 2 | -88/+78 |
| | | | | | | | | is now solely done in TclpFinalizeSockets() and TclpFinalizePipes() and not over the thread-exit handler, because the order of actions the Tcl generic core will impose may result in cores/hangs if the thread exit handler tears down corresponding subsystem(s) too early. | ||||
* | remove previous patch for 'file writable' | vincentdarley | 2006-03-10 | 1 | -163/+31 |
| | |||||
* | fix to file writable in certain XP directories | vincentdarley | 2006-03-09 | 1 | -2/+153 |
| | |||||
* | * unix/Makefile.in: Package http 2.5.2 requires Tcl 8.4, so | dgp | 2006-03-07 | 1 | -3/+3 |
| | | | | | * win/Makefile.in: the *.tm installation has to be placed in an "8.4" directory, not an "8.2" directory. | ||||
* | * library/http/http.tcl: Bump to version 2.5.3 to cover bug fix | dgp | 2006-03-07 | 1 | -3/+3 |
| | | | | | | * library/http/pkgIndex.tcl: in URL parsing. [Bug 1358369] * unix/Makefile.in: * win/Makefile.in: |