summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ...nijtmans@users.sourceforge.net2013-01-161-1/+1
|\
| * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultnijtmans@users.sourceforge.net2013-01-161-1/+1
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-5/+3
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-7/+6
* | sync nmakehlp.c with Tcl versionnijtmans@users.sourceforge.net2012-10-231-3/+3
|\ \ | |/
* | Compile win32 binaries with -DTCL_NO_DEPRECATEDnijtmans@users.sourceforge.net2012-09-261-11/+22
|\ \ | |/
| * Compile win32 binaries with -DTCL_NO_DEPRECATEDnijtmans@users.sourceforge.net2012-09-261-9/+15
* | don't forget to excape quotesnijtmans@users.sourceforge.net2012-07-081-1/+1
* | use "in" operator in steadnijtmans@users.sourceforge.net2012-07-081-1/+1
* | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
|\ \ | |/
| * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
| * Add various X11 stub functions, Cygwin onlynijtmans@users.sourceforge.net2012-07-041-2/+0
* | [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-231-2/+2
|\ \ | |/
| * [Bug 1844430]: cygwin make fails in 8.4.14-8.5b3nijtmans@users.sourceforge.net2012-06-221-2/+2
* | some quoting issues, eliminate TCL_VARARGS_DEFINEnijtmans@users.sourceforge.net2012-06-071-5/+5
|\ \ | |/
| * some more quoting issuesnijtmans@users.sourceforge.net2012-06-071-5/+5
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. nijtmans@users.sourceforge.net2012-06-011-20/+31
| * Change XFillRectangle(s)/XDrawLines(s) signature to match Xorg, needed for Cy...nijtmans@users.sourceforge.net2012-05-291-7/+5
* | [Bug 3532186] pkgIndex.tcl file complexitynijtmans@users.sourceforge.net2012-06-061-1/+1
* | Generate same pkgIndex.tcl file for win32 and cygwin, one that is equally use...nijtmans@users.sourceforge.net2012-06-051-3/+7
* | merge core-8-4-branch, still to be tested on Unixnijtmans@users.sourceforge.net2012-05-291-1/+13
|\ \ | |/
| * Simpify determination whether we are running on cygwin.nijtmans@users.sourceforge.net2012-05-251-4/+21
* | Change XSetCommand signature to match Xorg, needed for Cygwinnijtmans@users.sourceforge.net2012-05-241-3/+3
|\ \ | |/
* | [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-221-1/+5
|\ \ | |/
| * [Bug 1945073]: Demo square.tcl cannot run; need package tktestnijtmans@users.sourceforge.net2011-11-221-1/+5
* | Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp@users.sourceforge.net2011-06-081-2/+0
| * SC_EMBED_MANIFEST macronijtmans@users.sourceforge.net2011-03-111-0/+3
| * * win/Makefile.in (install-private-headers): added targethobbs2007-01-301-1/+23
| * * generic/tkConsole.c: Complete reversal of the changes of Sep 22.andreask@activestate.com2006-09-251-3/+3
| * * generic/tkConsole.c: TIP #268 update regarding registered packageandreask@activestate.com2006-09-221-3/+4
| * * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-021-11/+11
| * * win/Makefile.in: place TCL_BIN_DIR first in PATH for targets tohobbs2005-12-011-5/+5
| * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-3/+4
| * * unix/Makefile.in: Subst TCLSH_PROG andmdejong2005-07-251-7/+4
* | * win/Makefile.in (genstubs): [Tcl Bug 3082049]: Typo.donal.k.fellows@manchester.ac.uk2010-10-061-2/+2
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-2/+5
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-121-2/+2
* | * generic/tkConsole.c: Relax the runtime version requirements on Tcldgp@users.sourceforge.net2009-10-151-2/+2
* | Squelch all mention of prolog.ps; it isn't used. [Bug 1466509]donal.k.fellows@manchester.ac.uk2009-04-101-2/+2
* | * unix/Makefile.in: Relax constraints in index script so thatdgp@users.sourceforge.net2008-10-101-3/+2
* | Put ttkStubLib.o in libtkstub instead of libtk. [Bug 1863007].jenglish@flightlab.com2008-03-181-4/+3
* | merge stable branch onto HEADdgp@users.sourceforge.net2007-12-131-1/+1
* | Made maintenance easier by adding extra dependency information so that donal.k.fellows@manchester.ac.uk2007-10-301-1/+6
* | * win/Makefile.in (install-binaries): Fixed missing brace in theandreask@activestate.com2007-09-121-2/+2
* | * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp@users.sourceforge.net2007-09-111-5/+5
* | [Tk Bug 1712081]dgp@users.sourceforge.net2007-05-141-3/+6
* | Make the tktest build work when Tcl is located in a path with a space indonal.k.fellows@manchester.ac.uk2007-05-051-2/+2
* | * win/Makefile.in, unix/Makefile.in (demo): add 'demo' targethobbs2006-12-131-1/+4
* | * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-19/+66