summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-09-021-0/+1
|\
| * Fix unix configure script: X11.h doesn't exist, should have been Xlib.h (was ...jan.nijtmans2019-09-021-5/+5
| * Merge 8.5jan.nijtmans2019-09-021-0/+1
| |\
| | * Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-021-0/+1
| * | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-041-0/+1
* | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ...fvogel2019-08-281-0/+1
|\ \ \
| * | | Header include file cleanupjan.nijtmans2019-08-041-0/+1
* | | | Eliminate "register" keyword from all unix/tkUnix*.c files.jan.nijtmans2019-08-1510-87/+87
|/ / /
* | | Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-301-1/+1
|\ \ \ | |/ /
| * | Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-301-1/+1
* | | Don't bother compat/stdlib.h and compat/unistd.h any more: All currently supp...jan.nijtmans2019-07-235-330/+248
* | | Merge 8.6jan.nijtmans2019-07-026-15/+9
|\ \ \ | |/ /
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-026-7/+7
| * | Statically initialize "X11ControlChars" pseudo-encoding.jan.nijtmans2019-07-021-9/+3
* | | merge 8.6dgp2019-06-301-0/+1
|\ \ \ | |/ /
| * | Fix failure to compile.dgp2019-06-301-0/+1
* | | Merge 8.6jan.nijtmans2019-06-281-22/+9
|\ \ \ | |/ /
| * | If encoding "utf-16" exists, use it in preference to "unicode", which is depr...jan.nijtmans2019-06-281-22/+9
| |\ \
| | * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if pr...jan.nijtmans2019-06-191-22/+9
* | | | Merge 8.6jan.nijtmans2019-06-252-2/+2
|\ \ \ \ | |/ / /
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-252-2/+2
| |/ /
| * | Re-generate unix/configure with autoconf 2.59, just as in core-8-6-10-rc bran...jan.nijtmans2019-06-191-4387/+6673
* | | Eliminate some redundant type-castsjan.nijtmans2019-06-211-1/+1
* | | merge core-8-6-branch: mac services improvementsdkf2019-06-152-16/+10
|\ \ \ | |/ /
| * | TIP 536: Improvements to Mac-specific IPCdkf2019-06-152-6677/+4397
| |\ \
| | * \ Merge in core-8-6-branchKevin Walzer2019-05-125-52/+64
| | |\ \
| | * | | Remove tkMacOSXLaunch.c from TIP; adds too many extraneous commands. Re-focus...Kevin Walzer2019-03-081-5/+0
| | * | | Clean up implementationKevin Walzer2019-03-011-0/+3
| | * | | Rename tkMacOSXLaunch.cKevin Walzer2019-02-281-2/+2
| | * | | Update makefile, trying to buildKevin Walzer2019-02-282-6677/+4393
| | * | | Add launcher code, update docsKevin Walzer2019-02-281-2/+4
| | * | | Update mac_services branch, intend to submit a TIPKevin Walzer2019-02-271-1/+5
| | |\ \ \
| | | * | | More refinementsKevin Walzer2018-03-051-1/+1
| | | * | | Modify makefile to add new fileKevin Walzer2018-03-051-1/+5
* | | | | | merge trunkjan.nijtmans2019-06-056-342/+80
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2019-05-271-1/+1
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Merge 8.5jan.nijtmans2019-05-271-1/+1
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Rename top README to README.md, just as done in Tcl. Reformat to md format.jan.nijtmans2019-05-271-1/+1
| * | | | | Add double buffering to frames and toplevels. dkf2019-05-171-3/+4
| * | | | | merge trunkdkf2019-05-169-359/+196
| |\ \ \ \ \
| | * | | | | sync rules.vc and tcl.m4 (both win and unix) with Tcl versionjan.nijtmans2019-05-152-12/+2
| | * | | | | Fix [94eeb111fb]: macos, linux: configuration: unable to build using trunk. jan.nijtmans2019-05-154-326/+71
| * | | | | | Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+2
* | | | | | | Merge trunkjan.nijtmans2019-05-1012-28/+130
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | While on it: A few more whitespacesjan.nijtmans2019-05-091-3/+3
| * | | | | | Merge 8.6jan.nijtmans2019-05-091-4/+3
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-091-4/+3
| * | | | | | Implement TIPs 482 and 483dkf2019-04-147-16/+115
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge trunk.stu2018-07-0310-702/+421
| | |\ \ \ \ \ \
| | * | | | | | | Use macos comment for TkpFontPkgInit.stu2017-11-211-2/+16