| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove test chunk | patthoyts | 2006-06-14 | 1 | -4/+4 |
|
|
* | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 4 | -51/+173 |
|
|
* | * README: Bump version number to 8.4.14 | dgp | 2006-05-04 | 3 | -5/+5 |
|
|
* | Revert attempted backport of dde 1.3 to the core-8-4-branch. | dgp | 2006-04-05 | 4 | -1051/+854 |
|
|
* | * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD. | dgp | 2006-04-05 | 4 | -854/+1051 |
|
|
* | * library/reg/pkgIndex.tcl: Long overlooked bump to registry pack... | dgp | 2006-04-05 | 1 | -2/+2 |
|
|
* | * library/dde/pkgIndex.tcl: Long overlooked bump to dde package | dgp | 2006-04-05 | 1 | -2/+2 |
|
|
* | * win/configure, win/tcl.m4: define MACHINE for gcc builds as well. | hobbs | 2006-03-28 | 2 | -20/+22 |
|
|
* | * win/tclWinConsole.c: revert 2005-11-03 [Patch 1256872] change | hobbs | 2006-03-28 | 1 | -76/+9 |
|
|
* | Removed C++ comment | patthoyts | 2006-03-27 | 1 | -2/+2 |
|
|
* | Fixes for bug #1456373 and general warning silencing for gcc build. | patthoyts | 2006-03-27 | 1 | -25/+29 |
|
|
* | fix to permissions setting | vincentdarley | 2006-03-21 | 1 | -18/+2 |
|
|
* | backport of file writable fixes | vincentdarley | 2006-03-19 | 1 | -4/+3 |
|
|
* | ensure test suite works on non-English systems | vincentdarley | 2006-03-19 | 1 | -1/+342 |
|
|
* | * win/tclWinPipe.c (Tcl_WaitPid): Backport of fix made to the head | andreas_kupries | 2006-03-14 | 1 | -5/+21 |
|
|
* | Finalization of the sockets is now solely done in | vasiljevic | 2006-03-10 | 1 | -62/+72 |
|
|
* | Finalization of the pipes are now solely done in TclpFinalizePipes and | vasiljevic | 2006-03-10 | 1 | -34/+11 |
|
|
* | backport of some file readable/writable fixes from HEAD | vincentdarley | 2006-03-10 | 3 | -14/+241 |
|
|
* | * README: Bump version number to 8.4.13 and update | dgp | 2006-03-07 | 3 | -5/+5 |
|
|
* | * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\" | hobbs | 2006-03-02 | 1 | -6/+6 |
|
|
* | []-quote ac_defun functions | hobbs | 2006-03-02 | 1 | -11/+11 |
|
|
* | * win/tcl.m4: Add build support for Windows-x64 builds. | hobbs | 2005-11-30 | 4 | -53/+87 |
|
|
* | Apply [Patch 1353853] to prevent UMR randomness. | dkf | 2005-11-28 | 1 | -2/+2 |
|
|
* | * README: Bump version number to 8.4.12 | dgp | 2005-11-16 | 3 | -5/+5 |
|
|
* | Bugs 926106 and 1353840 | Kevin B Kenny | 2005-11-15 | 1 | -60/+85 |
|
|
* | * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman which | patthoyts | 2005-11-04 | 2 | -17/+13 |
|
|
* | * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872 | patthoyts | 2005-11-03 | 3 | -11/+96 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -1/+3 |
|
|
* | * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1 | hobbs | 2005-10-05 | 1 | -2/+3 |
|
|
* | win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708] | hobbs | 2005-10-05 | 1 | -424/+429 |
|
|
* | * win/README: Update link to msys_mingw8.zip. | mdejong | 2005-07-29 | 1 | -13/+2 |
|
|
* | Backport of fix for [Bug 1245953] | dkf | 2005-07-28 | 1 | -2/+2 |
|
|
* | * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH): | mdejong | 2005-07-25 | 1 | -17/+38 |
|
|
* | bug #1225957 | Kevin B Kenny | 2005-06-23 | 2 | -314/+289 |
|
|
* | bug 1225044 | Kevin B Kenny | 2005-06-22 | 1 | -21/+41 |
|
|
* | * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571] | dgp | 2005-06-22 | 1 | -3/+3 |
|
|
* | bug 1225727 | Kevin B Kenny | 2005-06-22 | 1 | -7/+4 |
|
|
* | bugs 1194458 and 1225044 | Kevin B Kenny | 2005-06-21 | 1 | -32/+17 |
|
|
* | * README: Bump version number to 8.4.11 | dgp | 2005-06-18 | 3 | -5/+5 |
|
|
* | Correct crash in stack.test on gcc/win32 | Kevin B Kenny | 2005-06-06 | 1 | -298/+242 |
|
|
* | update to patchlevel 8.4.10 | hobbs | 2005-05-30 | 1 | -2/+2 |
|
|
* | * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defn | hobbs | 2005-05-30 | 1 | -20/+26 |
|
|
* | * README: Bumped patchlevel to 8.4.10 | hobbs | 2005-05-27 | 2 | -3/+3 |
|
|
* | * win/tclWinPipe.c: The pipe channel driver now respects | davygrvy | 2005-04-19 | 1 | -17/+32 |
|
|
* | Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed | vasiljevic | 2005-04-07 | 1 | -20/+21 |
|
|
* | * win/tcl.m4, win/configure: do not require cygpath in macros to | hobbs | 2005-03-30 | 2 | -45/+51 |
|
|
* | * win/tclWinTime.c (TclpGetDate): use time_t for 'time' | hobbs | 2005-03-30 | 1 | -9/+6 |
|
|
* | fix to file norm, file pathtype on windows reserved filenames | vincentdarley | 2005-03-15 | 1 | -3/+80 |
|
|
* | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -2/+2 |
|
|
* | * win/makefile.vc: clarify necessary defined vars that can come | hobbs | 2005-03-08 | 1 | -14/+18 |
|
|