| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
|
|
* | * Overlooked callers of Tcl_FSGetNativePath | dgp | 2002-01-18 | 3 | -13/+13 |
|
|
* | * Overlooked callers of Tcl_GetIndexFromObj | dgp | 2002-01-18 | 2 | -9/+10 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -3/+3 |
|
|
* | * Updated APIs in generic/tclUtf.c and generic/tclRegexp.c according | dgp | 2002-01-17 | 1 | -2/+3 |
|
|
* | * unix/tcl.m4 (SC_LOAD_TCLCONFIG): | mdejong | 2002-01-17 | 1 | -2/+5 |
|
|
* | * Updated APIs in generic/tclIOUtil.c and generic/tclPosixStr.c | dgp | 2002-01-15 | 1 | -2/+2 |
|
|
* | * Updated APIs in the file generic/tclIO.c according to the guidelines | dgp | 2002-01-15 | 5 | -25/+25 |
|
|
* | * unix/configure: Regen. | mdejong | 2002-01-11 | 2 | -45/+49 |
|
|
* | * win/tclWinSerial.c (SerialSetOptionProc): Applied patch for SF | andreas_kupries | 2002-01-11 | 1 | -15/+8 |
|
|
* | Removed -GD compiler option. It was intended for future use, but MS is again | davygrvy | 2002-01-11 | 1 | -8/+4 |
|
|