summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | | | | silence gcc warning when using -Wwrite-stringsnijtmans2010-12-031-11/+10
| | * | | | | | | | | | | | | | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+3
| | * | | | | | | | | | | | | | | | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-041-1/+5
| * | | | | | | | | | | | | | | | | mergeKevin B Kenny2010-12-111-11/+10
| * | | | | | | | | | | | | | | | | mergeKevin B Kenny2010-12-011-1/+7
| * | | | | | | | | | | | | | | | | initial commit of Ozgur Dogan Ugurlu's (SF user:dogeen) assembler for the Tcl...Kevin B Kenny2010-09-211-1/+2
| |/ / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-2/+2
| * | | | | | | | | | | | | | | | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-1/+4
| * | | | | | | | | | | | | | | | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-041-14/+4
| * | | | | | | | | | | | | | | | * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-041-2/+2
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+3
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-3/+3
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-291-3/+3
| * | | | | | | | | | | | | | | | Remove unused @MAN2TCLFLAGS@nijtmans2010-04-281-4/+1
| * | | | | | | | | | | | | | | | Fixed missing update of platform package index, and Makefiles.andreas_kupries2010-04-141-3/+3
| * | | | | | | | | | | | | | | | * generic/tcl.decls: [TIP #357]: First round of changesKevin B Kenny2010-04-021-2/+2
| * | | | | | | | | | | | | | | | Finish bump to registry 1.3.0dgp2010-03-301-4/+4
| * | | | | | | | | | | | | | | | Split tommath stub lib source filenijtmans2010-03-041-1/+7
| * | | | | | | | | | | | | | | | Split tclCompCmds.c into two pieces to improve developer sanity.dkf2010-02-261-1/+2
| * | | | | | | | | | | | | | | | Hive off the ensemble code into its own file.dkf2010-02-131-1/+2
| * | | | | | | | | | | | | | | | bump to msgcat 1.4.3 to account for commitsdgp2009-12-171-3/+3
| * | | | | | | | | | | | | | | | tools/genStubs.tcl Add support for win32 CALLBACK functionsnijtmans2009-12-021-13/+17
| * | | | | | | | | | | | | | | | tcl.h Don't use EXPORT for Tcl_InitStubsnijtmans2009-11-301-27/+31
| * | | | | | | | | | | | | | | | Fix [Bug 2902965] stub related changesnijtmans2009-11-261-9/+9
| * | | | | | | | | | | | | | | | * win/Makefile.in: Added a 'test-tcl' rule that is identicalKevin B Kenny2009-11-251-2/+4
| * | | | | | | | | | | | | | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-231-90/+42
| * | | | | | | | | | | | | | | | Create tcltest86.dll as dynamic Tcltest packagenijtmans2009-11-191-15/+23
| * | | | | | | | | | | | | | | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-8/+11
| * | | | | | | | | | | | | | | | Fix [Bug 2891171]: URL checking too strict when using multiple question marksnijtmans2009-11-111-3/+3
| * | | | | | | | | | | | | | | | Added dummy tclooConfig.sh files for easier cross-version building. [2026844]dkf2009-09-261-2/+2
| * | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Bump to tcltest 2.3.2 after revisiondgp2009-09-011-3/+3
| * | | | | | | | | | | | | | | | [Bug 2827066] msys build --enable-symbols brokennijtmans2009-07-261-5/+10
| * | | | | | | | | | | | | | | | Revert series of local changes not relevant to the last commit.andreas_kupries2009-07-231-3/+3
| * | | | | | | | | | | | | | | | * generic/tclIO.c (Tcl_GetChannelHandle): Do not crash forandreas_kupries2009-07-231-3/+3
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Fixed handling of cpu ia64,andreas_kupries2009-05-291-3/+3
| * | | | | | | | | | | | | | | | Removed newline appended to POST data.patthoyts2009-04-191-3/+3
| * | | | | | | | | | | | | | | | Improved HTTP/1.1 support and added specific HTTP/1.1 testing.patthoyts2009-04-101-4/+4
| * | | | | | | | | | | | | | | | * library/platform/platform.tcl: Extended the darwin sections toandreas_kupries2009-04-081-3/+3
| * | | | | | | | | | | | | | | | * library/tcltest/tcltest.tcl: Converted [eval]s (some unsafe!) todgp2009-04-081-3/+3
| * | | | | | | | | | | | | | | | Update to installed module version numberdkf2009-02-241-3/+3
| * | | | | | | | | | | | | | | | fix [Feature Request 2605263] use officialnijtmans2009-02-161-6/+11
| * | | | | | | | | | | | | | | | fix [Bug 2605232] tdbc doesn't build whennijtmans2009-02-161-2/+2
| * | | | | | | | | | | | | | | | fix build of zlib objects with msvcnijtmans2008-12-231-14/+14
| * | | | | | | | | | | | | | | | Fix [Bug 2459725]dkf2008-12-231-25/+25
| * | | | | | | | | | | | | | | | Revised the zlib objects so that they are Kevin B Kenny2008-12-201-14/+49
| * | | | | | | | | | | | | | | | * win/Makefile.in: Kevin B Kenny2008-12-201-9/+11
| * | | | | | | | | | | | | | | | Minor updates to make building work better with msys on Windows.dkf2008-12-201-5/+5
| * | | | | | | | | | | | | | | | More autoconf hacking; now seems to be working fully on Unix...dkf2008-12-191-7/+13
| * | | | | | | | | | | | | | | | * win/configure.in:Kevin B Kenny2008-12-191-11/+92
| * | | | | | | | | | | | | | | | Corrections to make things work with msysdkf2008-12-181-3/+3