| Commit message (Expand) | Author | Age | Files | Lines |
* | D'oh! Accidentally made this file uncompilable. Added some extra | dkf | 2002-05-28 | 1 | -59/+65 |
|
|
* | Better handling of EOVERFLOW on Win32 systems (as EFBIG or EINVAL.) | dkf | 2002-05-27 | 2 | -7/+9 |
|
|
* | TIP#91 implementation; makes old style channels binary compatible with | dkf | 2002-05-24 | 2 | -5/+91 |
|
|
* | * win/tclWinSock.c (TcpWatchProc): Fixed SF Tcl Bug #557878. We | andreas_kupries | 2002-05-24 | 1 | -18/+21 |
|
|
* | memory cleanup | vincentdarley | 2002-05-13 | 1 | -8/+9 |
|
|
* | Added 'runtest' target. Added docs as dependencies for winhelp rtf. | davygrvy | 2002-05-08 | 1 | -14/+19 |
|
|
* | fix to 551306 | vincentdarley | 2002-05-02 | 1 | -55/+167 |
|
|
* | * generic/tclAlloc.c: | hobbs | 2002-04-23 | 3 | -4/+86 |
|
|
* | * win/tclWinFCmd.c (DoDeleteFile): check return of setattr API | hobbs | 2002-04-22 | 1 | -5/+8 |
|
|
* | * win/Makefile.in: correct dependencies for shell, gdb, runtest | hobbs | 2002-04-22 | 1 | -6/+6 |
|
|
* | * tcl.m4: Enabled COFF as well as CV style debug info with | hobbs | 2002-04-12 | 2 | -2/+2 |
|
|
* | Made tests for clock frequency more permissive to cope with Win98SE being | Kevin B Kenny | 2002-04-01 | 1 | -5/+16 |
|
|
* | repair of previous mistake | davygrvy | 2002-03-29 | 1 | -8/+3 |
|
|
* | A STATIC_BUILD bug fix. -DSTATIC_BUILD wasn't being added to the core's comp... | davygrvy | 2002-03-29 | 1 | -5/+8 |
|
|
* | * tools/feather.bmp: | davygrvy | 2002-03-28 | 1 | -14/+18 |
|
|
* | * tools/man2help.tcl: | davygrvy | 2002-03-28 | 1 | -28/+34 |
|
|
* | Clean targets made Win9x complient. | davygrvy | 2002-03-27 | 3 | -37/+19 |
|
|
* | * win/.cvsignore: | davygrvy | 2002-03-27 | 6 | -167/+513 |
|
|
* | 4 fs fixes | vincentdarley | 2002-03-24 | 3 | -294/+363 |
|
|
* | win/tclWinInt.h: moved undef of TCL_STORAGE_CLASS. [Bug #478579] | hobbs | 2002-03-22 | 1 | -3/+3 |
|
|
* | * win/configure: Regen. | mdejong | 2002-03-15 | 5 | -30/+291 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile): Handle | mdejong | 2002-03-14 | 1 | -3/+3 |
|
|
* | * win/tclWinFCmd.c (DoRenameFile, DoCopyFile, DoDeleteFile, | mdejong | 2002-03-12 | 1 | -59/+35 |
|
|
* | * win/README: Update to indicate that Mingw 1.1 is | mdejong | 2002-03-09 | 1 | -13/+29 |
|
|
* | (DoCopyFile): correctly set retval to TCL_OK | hobbs | 2002-03-08 | 1 | -2/+2 |
|
|
* | * win/tclWin32Dll.c (TclpCheckStackSpace): | mdejong | 2002-03-08 | 2 | -13/+33 |
|
|
* | Bumped patchlevel; might need changing in the future, but it makes life | dkf | 2002-03-06 | 2 | -4/+4 |
|
|
* | updated to use www.tcl.tk URL | hobbs | 2002-03-04 | 2 | -10/+10 |
|
|
* | Const-ifying declarations of strtoll/strtoull and new compat code. | dkf | 2002-02-22 | 1 | -5/+5 |
|
|
* | More comments added and decided not to pack modules tightly. Four gigabytes | davygrvy | 2002-02-22 | 1 | -7/+15 |
|
|
* | speling | davygrvy | 2002-02-21 | 1 | -2/+2 |
|
|
* | * win/mkd.bat (removed): | davygrvy | 2002-02-21 | 4 | -28/+39 |
|
|
* | reverted back to 1.6, as the header file change to tclPort.h doesn't allow for | davygrvy | 2002-02-21 | 1 | -2/+3 |
|
|
* | * win/makefile.vc: | davygrvy | 2002-02-21 | 2 | -5/+17 |
|
|
* | * win/tclAppInit.c: Changed #include "tcl.h" to be tclPort.h to | davygrvy | 2002-02-21 | 1 | -3/+2 |
|
|
* | * win/buildall.vc.bat: | davygrvy | 2002-02-20 | 3 | -38/+144 |
|
|
* | * win/makefile.vc: Added the pentium errata switches to $(cflags) | davygrvy | 2002-02-20 | 1 | -14/+8 |
|
|
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -2/+2 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 7 | -36/+61 |
|
|
* | * Partial TIP 27 rollback. Following routines | dgp | 2002-02-08 | 4 | -17/+13 |
|
|
* | * win/tclWinFCmd.c: TIP 27: Applied patch fixing CONST warnings on | uid37547 | 2002-01-31 | 1 | -5/+8 |
|
|
* | * unix/tcl.m4 (SC_LOAD_TCLCONFIG): | mdejong | 2002-01-29 | 1 | -4/+30 |
|
|
* | * win/tclWinReg.c (regConnectRegistryProc,RecursiveDeleteKey) | hobbs | 2002-01-29 | 1 | -32/+29 |
|
|
* | win/tclWinInit.c (TclpFindVariable): CONSTification touch-up | hobbs | 2002-01-29 | 1 | -3/+4 |
|
|
* | * win/tclWinReg.c (OpenSubKey): corrected bug introduced in | hobbs | 2002-01-29 | 1 | -4/+4 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -3/+3 |
|
|
* | * [Patch 505630] Updated interfaces of generic/tclBasic.cc (TIP 27). | dgp | 2002-01-25 | 7 | -56/+62 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 3 | -13/+13 |
|
|
* | Corrections to earlier TIP 27 changes. | dgp | 2002-01-24 | 4 | -15/+16 |
|
|
* | * Updated socket interfaces according to TIP 27. Updated callers. | dgp | 2002-01-23 | 1 | -11/+11 |
|
|