summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-082-25/+34
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-2/+2
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-312-4/+8
* [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-309-29/+46
* * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-274-3/+123
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+11
* * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-046-319/+14
* * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as anhobbs2010-08-041-7/+10
* * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-043-8/+10
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-041-2/+2
* [Bug #3020677] wish can't link reg1.2nijtmans2010-07-011-4/+4
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-241-92/+115
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-2/+2
* * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+3
* remove some "BUILD_tcloo" leftoversnijtmans2010-06-021-1/+1
* Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-118-30/+25
* * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-3/+3
* TCHAR-related fixes, making those files compile fine when TCHAR != charnijtmans2010-05-042-10/+12
* For MINGW/CYGWIN, use GetCommandLineA explicitelynijtmans2010-05-031-2/+2
* * generic/tcl.h: Bump patchlevel to 8.6b1.2 to distinguishdgp2010-04-302-3/+3
* * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-291-3/+3
* Remove unused @MAN2TCLFLAGS@nijtmans2010-04-282-10/+3
* Move TCHAR fallback typedef from tcl.h to tclPlatDecls.h (as suggested by dgp)nijtmans2010-04-225-40/+40
* Move inclusion of <tchar.h> from tclPlatDecls.hnijtmans2010-04-151-1/+13
* Fixed missing update of platform package index, and Makefiles.andreas_kupries2010-04-141-3/+3
* Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmpnijtmans2010-04-133-40/+39
* regenerated with autoconf-2.59nijtmans2010-04-061-2896/+2686
* regenerated with autoconf-2.59nijtmans2010-04-061-2440/+1919
* Regen with autoconf 2.61 (what I have)dkf2010-04-051-1835/+2566
* Flip the defaults for whether to build threaded. Part of TIP #364.dkf2010-04-053-11/+11
* * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-022-25/+147
* * library/reg/pkgIndex.tcl: [TIP #362]: Fixed first round ofKevin B Kenny2010-04-021-8/+8
* Finish bump to registry 1.3.0dgp2010-03-305-16/+16
* Bump version of registry package to 1.3.dkf2010-03-301-2/+2
* TIP #362 IMPLEMENTATIONdkf2010-03-301-117/+201
* stub16.c Don't hide that we use the ASCII API here.nijtmans2010-03-202-10/+10
* don't cast away "const" without reason.nijtmans2010-03-161-2/+2
* Upgrade zlib to version 1.2.4nijtmans2010-03-161-2/+1
* Fix [Bug 2967340]: Static build failurenijtmans2010-03-122-9/+4
* Revert a few files from the previous commit, preventingnijtmans2010-03-111-2/+2
* Remove unnecessary '&' decoration for functionnijtmans2010-03-112-5/+3
* test that tclOO stubs are present in stub librarynijtmans2010-03-077-84/+79
* Split tommath stub lib source filenijtmans2010-03-044-2/+27
* Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-263-2/+5
* Squelch some warningsdkf2010-02-251-21/+26
* Eliminate all internal Tcl_WinUtfToTCharnijtmans2010-02-155-25/+25
* reverted earlier rename from tcl*Stubs tonijtmans2010-02-158-114/+138
* Hive off the ensemble code into its own file.dkf2010-02-133-2/+5
* Add .lib, .exp and .res to .cvsignorenijtmans2010-02-131-0/+3
* use -pipe for gcc on win32 (mingw/cygwin)nijtmans2010-02-132-20/+4