summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2023-11-231-3/+0
|\
* \ Merge 8.6jan.nijtmans2023-07-241-3/+6
|\ \ | |/
| * posix_spawnp is not used in Tkjan.nijtmans2023-07-241-3/+0
| |
| * Fix [https://core.tcl-lang.org/tcl/tktview/d40b9c8503|d40b9c8503]: Enforcing ↵jan.nijtmans2023-07-241-3/+9
| |\ | | | | | | | | | | | | 64-bit time_t? Since Tk uses time() too, and should support years > 2038
| | * Experimental fix for ↵jan.nijtmans2023-07-211-0/+6
| |/ |/| | | | | | | [https://core.tcl-lang.org/tcl/tktview/d40b9c8503|d40b9c8503]: Enforcing 64-bit time_t? Since Tk uses time() too, and should support years > 2038
* | Merge 8.6jan.nijtmans2023-03-151-3/+0
|\ \ | |/
| * Remove _LARGEFILE_SOURCE64 usage. See ↵jan.nijtmans2023-03-151-3/+0
| | | | | | | | [https://core.tcl-lang.org/tcl/info/d690400d07|d690400d07]
| * merge 8.6dgp2022-11-091-29/+11
| |
| * Add more files to "make dist". Eliminate some deprecated constructs from ↵jan.nijtmans2021-11-301-11/+29
| | | | | | | | */configure.in
* | Merge 8.7jan.nijtmans2021-01-081-8/+2
|\ \
| * \ Merge 8.6. Sync */tcl.m4 with Tcljan.nijtmans2021-01-081-3/+0
| |\ \ | | |/
| * | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-051-5/+2
| |\ \ | | |/
| | * Merge 8.5. Sync */tcl.m4 with Tcl.jan.nijtmans2021-01-051-1/+2
| | |\
| | | * Sync */tcl.m4 with Tcljan.nijtmans2021-01-051-1/+2
| | | |
| | | * Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-221-32/+6
| | | | | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59
| | | * Advanced build; this one works and is full functiondkf2020-11-201-4/+21
| | | |
| | | * update release datedgp2015-03-061-18/+4
| | | |
| | | * Favor timeline over ChangeLog; also 'make dist'dgp2013-09-031-0/+3
| | | |
| | | * merge release to 8.5; revert features not included in releasedgp2013-04-031-0/+3
| | | |
| | | * make distdgp2012-11-061-4/+18
| | | |
| | | * Release candidate branch for Tk 8.5.12.dgp2012-07-101-3/+6
| | | |
| | | * regendas2010-08-161-3/+0
| | | |
| | | * * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* | | | Merge 8.7jan.nijtmans2020-12-221-28/+31
|\ \ \ \ | |/ / /
| * | | Fix [b2a79390e3]: Tk 8.7 build fails on Mac OSX Catalinajan.nijtmans2020-12-181-14/+2
| | | |
| * | | Merge 8.6. Re-generated tkConfig.h.in with autoheader v2.70jan.nijtmans2020-12-171-11/+29
| |\ \ \ | | |/ /
| * | | Patch for runtime linking of libnotifyKevin Walzer2020-12-171-3/+0
| | | |
| * | | Fix warning in win/tkWinSysTray.c. Add missing HAVE_LIBNOTIFY in ↵jan.nijtmans2020-12-151-0/+3
| | | | | | | | | | | | | | | | unix/tkConfig.h.in (determined by "make dist")
* | | | Add autoconf stuff needed for zipfsjan.nijtmans2020-12-151-0/+6
|/ / /
* | | Merge 8.6jan.nijtmans2020-12-131-18/+4
|\ \ \ | |/ /
| * | make distjan.nijtmans2020-12-131-18/+4
| | |
| * | Fix "make dist"jan.nijtmans2020-06-291-4/+18
| | |
* | | Fix "make dist". Re-generate tkConfig.h.injan.nijtmans2020-06-291-20/+22
| | |
* | | Merge 8.7. jan.nijtmans2020-03-101-6/+0
| | | | | | | | | Also remove all traces of HAVE_XKBKEYCODETOKEYSYM (assumed to be 1) and XKEYCODETOKEYSYM_IS_DEPRECATED (not applicable any more)
* | | Implement TIPs 482 and 483dkf2019-04-141-0/+6
|\ \ \
| * | | Bring more TIP #59 to Tk.<br> stu2017-05-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move ::tk::pkgconfig setup code from unix/tkUnixRFont.c to new file generic/tkPkgConfig.c.<br> Copied Tcl/tests/config.test into new file Tk/tests/pkgconfig.test. I believe the name 'pkgconfig.test' is better.<br> Adjust build system to accommodate.<br> Use value 'x11' for when fontsystem 'xft' unavailable.<br>
* | | | merge 8.6dgp2018-11-151-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | make distdgp2018-11-011-3/+3
| |/ /
* | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and ↵jan.nijtmans2018-10-051-6/+0
|/ / | | | | | | better use of size_t
* | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-6/+0
| |
* | merge trunkdgp2015-03-111-18/+4
| |
* | make distdgp2013-09-031-0/+6
| |
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-3/+3
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | make distdgp2013-04-031-0/+3
| |
* | Updates from `make dist`dgp2012-09-111-7/+24
| |
* | merge to rcdgp2011-07-191-4/+4
| |
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+9
| | | | | | | | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* | autoheader-2.59das2008-11-141-0/+6
| |
* | autoheader-2.59das2008-08-131-15/+0
|/
* XIM reorganization and cleanup; see [Patch 1919791] for details.jenglish2008-03-261-3/+0
|