summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Make pkgIndex.tcl files work on all platformsjan.nijtmans2021-04-063-5/+41
* Merge 8.7. Use Tcl_StaticLibrary in tkAppInit.c/winMain.c (accidently committ...jan.nijtmans2021-04-011-3/+7
|\
* \ Merge 8.7jan.nijtmans2021-03-291-0/+16
|\ \ | |/
| * Don't compile in ucs-2be encoding when Tk is compiled with Tcl 9.0 headers, s...jan.nijtmans2021-03-171-0/+16
* | Merge 8.7jan.nijtmans2021-02-252-6/+14
|\ \ | |/
* | Merge 8.7jan.nijtmans2021-02-177-43/+485
|\ \ | |/
| * Use "macher" utility in stead of append on MacOSX, just as Tcl doesjan.nijtmans2021-02-151-1/+11
| * Sync unix/tcl.m4 with Tcl. Re-generate unix/configurejan.nijtmans2021-02-152-1/+56
| * Now that TIP #430 works for Tk, no longer install tk_library/tk.tcl and frien...jan.nijtmans2021-02-123-5/+5
| * Better job of locating the tclsh binary (to be unzipped for --disable-shared)...jan.nijtmans2021-02-121-3/+3
| * Add "dllfile,runtime" to Tk package configurationjan.nijtmans2021-02-093-2/+3
| * Merge 8.7. Don't pack "demo" directory in zip-filejan.nijtmans2021-02-081-2/+3
| |\
| | * Merge 8.6jan.nijtmans2021-02-081-2/+2
| | |\
| | | * Merge 8.5jan.nijtmans2021-02-081-5/+7
| | | |\
| | | | * Fix [44eaf9a908]: 'make distclean' fails on trunk jan.nijtmans2021-02-081-11/+13
| * | | | Merge 8.7. Make a --disable-shared build handle the Tk zip file.jan.nijtmans2021-02-045-53/+101
| |\ \ \ \ | | |/ / /
| | * | | Sync */tcl.m4 with Tcljan.nijtmans2021-02-042-47/+88
| | * | | New macro TK_OPTION_UNDERLINE_DEF, which simplifies the default handling for ...jan.nijtmans2021-02-031-3/+0
| | * | | Merge 8.6jan.nijtmans2021-02-021-2/+1
| | |\ \ \ | | | |/ /
| | * | | Fix [44eaf9a908]: 'make distclean' fails on trunkjan.nijtmans2021-02-011-1/+2
| |/ / /
| * | | More progress in TIP #430 for Tk: zip file is now attached to the shared libr...jan.nijtmans2021-01-294-2/+278
| |\ \ \
| | * \ \ Merge trunk. More progress: In shared builds, Tk zip-files are now appended ...jan.nijtmans2021-01-293-203/+250
| | |\ \ \
| | * \ \ \ Merge 8.7jan.nijtmans2021-01-214-4/+55
| | |\ \ \ \ | | | |/ / /
| | * | | | Merge 8.7jan.nijtmans2021-01-086-204/+144
| | |\ \ \ \
| | * \ \ \ \ Merge 8.7jan.nijtmans2020-12-228-2655/+3106
| | |\ \ \ \ \
| | * | | | | | Add autoconf stuff needed for zipfsjan.nijtmans2020-12-153-0/+229
| * | | | | | | Merge 8.6jan.nijtmans2021-01-292-160/+41
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Undo previous change to unix/configure.injan.nijtmans2021-01-291-1/+1
| * | | | | | | Merge 8.6jan.nijtmans2021-01-293-43/+162
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | / / | | |_|_|_|/ / | |/| | | | |
| | * | | | | Fix 2 warnings when running autoconf 2.69 or 2.70jan.nijtmans2021-01-292-3/+3
| * | | | | | Merge 8.6jan.nijtmans2021-01-213-2/+53
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Compile stub library with -fno-lto. See [https://core.tcl-lang.org/thread/inf...jan.nijtmans2021-01-213-3/+80
* | | | | | | Change shared Tk filenamejan.nijtmans2021-01-152-0/+8
|/ / / / / /
* | | | | | Eliminate internal TkGetByteArrayFromObj() and TkGetStringFromObj() functions...jan.nijtmans2021-01-131-2/+2
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-2/+2
* | | | | | Merge 8.6. Sync */tcl.m4 with Tcljan.nijtmans2021-01-084-74/+32
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Sync unix/tcl.m4 with Tcljan.nijtmans2021-01-081-19/+25
* | | | | | Merge 8.7. TIME_WITH_SYS_TIME is now obsolete (due to autoconf-2.70)jan.nijtmans2021-01-055-156/+133
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 8.5. Sync */tcl.m4 with Tcl.jan.nijtmans2021-01-053-127/+129
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Sync */tcl.m4 with Tcljan.nijtmans2021-01-053-115/+122
* | | | | | merge 8.6dgp2021-01-032-0/+6
|\ \ \ \ \ \ | |/ / / / /
| * | | | | merge 8.6core-8-6-11dgp2020-12-312-0/+6
| |\ \ \ \ \
| | * | | | | Attempt to fix [85f316beb1]: Tk 8.6.11 RC1 fails to produce static Wish with ...jan.nijtmans2020-12-312-0/+6
| * | | | | | merge 8.6dgp2020-12-301-0/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Fix [https://core.tcl-lang.org/tcl/info/43d371ac19|43d371ac19]: Usage of exit...jan.nijtmans2020-12-291-0/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | Fix [https://core.tcl-lang.org/tcl/info/43d371ac19|43d371ac19]: Usage of exit...jan.nijtmans2020-12-291-0/+1
| * | | | | | merge 8.6dgp2020-12-262-2/+2
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | merge 8.6dgp2020-12-172-1/+3
| |\ \ \ \ \ \
| * | | | | | | make distdgp2020-12-111-18/+4
| * | | | | | | merge 8.6dgp2020-12-101-1/+5
| |\ \ \ \ \ \ \