summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-5/+5
* * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-32/+170
* filesystem fixes -- see ChangeLogvincentdarley2003-06-232-53/+86
* regsub empty string fixes, and windows buildvincentdarley2003-06-171-11/+11
* * win/Makefile.in: Haven't heard back from David for a week.andreas_kupries2003-06-167-9/+244
* fix to WinTcl file rename error messagevincentdarley2003-06-021-2/+10
* Add tests to detect and avoid division by zero in the windows precisiondrh2003-05-241-4/+20
* * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-1/+2
* * library/dde/pkgIndex.tcl: Applied TIP #130 which providespatthoyts2003-05-161-19/+98
* * win/tclWinFile.c (TclpMatchInDirectory): revert glob code tohobbs2003-05-161-71/+46
* fix for [Bug 732477]Joe Mistachkin2003-05-131-7/+7
* * win/tclWinSerial.c (SerialCloseProc): correct mem leak onhobbs2003-05-111-1/+3
* fix bad cvs lf conversionJoe Mistachkin2003-05-101-449/+449
* fix for [Bugs 733221, 733156]Joe Mistachkin2003-05-101-400/+449
* Use the boolean $(DEBUG) instead of a string comparison on $(DBGX).davygrvy2003-04-301-7/+7
* * win/tclWinThrd.c: Applied SF patch #727271. This patch changesandreas_kupries2003-04-251-9/+54
* * The changes below fix SF bugs [593810], and [718045].andreas_kupries2003-04-222-2/+135
* * win/tclWinInt.h (VER_PLATFORM_WIN32_CE): conditionally define.hobbs2003-04-182-4/+8
* * win/configure: regenhobbs2003-04-182-1/+11
* Corrected use of types to make compilation compatible with VC++5.Kevin B Kenny2003-04-151-37/+37
* Updated makefile.vc to conform with Mo DeJong's changes to Makefile.in Kevin B Kenny2003-04-151-2/+3
* * win/Makefile.in: Don't define TCL_DBGXmdejong2003-04-152-15/+15
* Added conditionals to make tclWinFile.c compile on VC++6, which Kevin B Kenny2003-04-141-1/+3
* vc++ 5.2 compile fixvincentdarley2003-04-141-1/+5
* * win/configure: Regen.mdejong2003-04-144-8/+95
* * win/Makefile.in (GENERIC_OBJS): add missing tclPathObj.chobbs2003-04-121-1/+2
* Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-122-123/+304
* fix 5 small filesystem bugs, and some typosvincentdarley2003-04-114-77/+359
* Build support for dicts on Unix and Windows, plus public API (structuredkf2003-04-053-2/+5
* * win/configure: Regen.mdejong2003-04-033-3/+11
* Added quoting around the script name in the 'test' target; Joe Kevin B Kenny2003-03-231-3/+3
* * win/tclWinDde.c: Make dde services conform the the documentationpatthoyts2003-03-221-43/+160
* * generic/tclInt.h (tclOriginalNotifier):dgp2003-03-211-3/+5
* * win/configure: Regen.mdejong2003-03-192-92/+59
* * win/tcl.m4 (SC_WITH_TCL): Port version numbermdejong2003-03-131-4/+4
* Require autoconf 2.57 or newer, see TIP 34mdejong2003-03-132-1130/+3767
* * generic/tcl.h: Removed TCL_PREFIX_IDENT and TCL_DEBUG_IDENTdgp2003-03-121-3/+6
* Added two missing uses of $(DBGX) so that tclpip8x.dll loads without Kevin B Kenny2003-03-111-3/+3
* updated default tcl version to 8.5davygrvy2003-03-061-2/+2
* * README: Bumped version number ofdgp2003-03-047-30/+30
* Corrected a Makefile.vc bug introduced by the change of DBGX from Kevin B Kenny2003-03-031-3/+11
* * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 fordgp2003-03-032-4/+4
* * win/configure:hobbs2003-03-013-9/+9
* Fixed a bug in TclpSetVeriables: initialize dwUserNameLen to avoid crash in c...chengyemao2003-02-271-2/+2
* * README: Bumped to version 8.4.2.hobbs2003-02-153-5/+5
* * win/tclWinTime.c: Added code to test and compensate for forward Kevin B Kenny2003-02-141-13/+29
* Added conversion from the system encoding to tcl_platform(user), so Kevin B Kenny2003-02-131-5/+9
* * win/configure:mdejong2003-02-112-52/+54
* further fs cleanupvincentdarley2003-02-101-4/+9
* filesystem speed up round 2vincentdarley2003-02-101-105/+84