summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Update TZ info to tzdata2021b (via merge).José Ignacio Marín2021-09-251-4/+4
|\
| * Update TZ info to tzdata2021b.José Ignacio Marín2021-09-251-4/+4
| |
* | Make everything compile warning-free when TCL_THREADS=0jan.nijtmans2021-08-236-5/+35
|\ \ | |/
| * Merge 8.5jan.nijtmans2021-08-232-18/+32
| |\
| | * Add FALLTHRU markers, to help GCC emit less false warningsjan.nijtmans2021-08-231-8/+21
| | |
| | * Code formattingjan.nijtmans2021-08-231-172/+268
| | |
* | | TIP #511 implementation: Implement Tcl_AsyncMarkFromSignal()jan.nijtmans2021-08-207-27/+361
|\ \ \
| * | | Fix use of TCL_THREADS macro: In Tcl 8.7, this is always defined, but can ↵jan.nijtmans2021-08-183-3/+3
| | | | | | | | | | | | | | | | have value '1' or '0'
| * | | tip#511 proposed implementationjan.nijtmans2021-08-177-27/+361
| | | |
* | | | Merge-mark 8.6. Update to autoconf-2.71jan.nijtmans2021-08-191-145/+123
|\ \ \ \ | |/ / / |/| / / | |/ /
* | | Use fstat64() in stead of fstat() on platforms which support it.jan.nijtmans2021-06-295-7/+33
| | |
* | | fix typos in previous commitpooryorick2021-06-231-2/+2
| | |
* | | possible fix for [dcb888ed85adeb86] with kevent()pooryorick2021-06-221-1/+4
| | |
* | | Merge 8.6jan.nijtmans2021-06-213-5/+5
|\ \ \ | |/ /
| * | Change a lot of url's (as far as possible) from http:// to https://jan.nijtmans2021-06-213-5/+5
| | |
* | | Undo change in [b70eeebb0d196bb2]: It breaks the "make html" target in ↵jan.nijtmans2021-06-191-2/+2
|\ \ \ | | | | | | | | | | | | github actions. See also [1e10b17023]
| * | | Hm. tcltk-man2html.tcl cannot handle $(PATCH_LEVEL). Don't bother for now.jan.nijtmans2021-06-181-1/+1
| | | |
| * | | Fix "make html-tcl" target, broken by this commit: [b70eeebb0d196bb2] (in ↵jan.nijtmans2021-06-181-1/+1
| | | | | | | | | | | | | | | | core-8-7-a5-rc branch only)
* | | | Fix [f8608fc420]: linux : dynamic location of the tcl zipfsjan.nijtmans2021-06-181-1/+1
|\ \ \ \
| * | | | protect all usage of dladdr() with !defined(NO_DLFCN_H)jan.nijtmans2021-06-111-1/+1
| | | | |
* | | | | Bump version number to distinguish from release.dgp2021-06-183-3/+3
| | | | |
* | | | | close forkdgp2021-06-181-15/+22
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix for [dcb888ed85adeb86]: epoll, special files, directories, links, ↵pooryorick2021-06-171-15/+22
| |/ / / | | | | | | | | | | | | epoll_ctl operation not permitted, and abort
| * | | (cherry-pick): Update dist target to renamed file.jan.nijtmans2021-06-101-1/+1
| | | | | | | | | | | | Also sync win/tcl.m4 with Tk (no change in generated win/configure)
* | | | Change the arguments of the `make html` target to take the right defaultdgp2021-06-131-2/+3
| | | | | | | | | | | | actions for producing a Tcl/Tk release.
* | | | Update dist target to renamed file.dgp2021-06-091-1/+1
| | | |
* | | | merge 8.7dgp2021-06-093-8/+11
|\ \ \ \ | |/ / /
| * | | HP_UX -> HP-UX and another apparent typojan.nijtmans2021-06-082-4/+4
| |\ \ \ | | |/ /
| | * | re-generate unix/configure with autoconf-2.59jan.nijtmans2021-06-081-4/+7
| | | |
| | * | Use -fPIC by default on DragonFly/FreeBSD, but not on OSF1/HP-UX. Backported ↵jan.nijtmans2021-06-081-3/+5
| | | | | | | | | | | | | | | | (with typo correct) from 8.7
| * | | Add full "libtommath" to "make dist" in stead of only the header-files and ↵jan.nijtmans2021-06-081-2/+5
| | | | | | | | | | | | | | | | src-files. Reported by Harald Oehlmann.
| * | | DragonFly/FreeBSD need -fPICjan.nijtmans2021-06-082-2/+2
| | | |
| * | | If the test suite needs a file, it needs to go in the distribution (cherry-pick)jan.nijtmans2021-06-081-1/+1
| | | |
* | | | ....and with the right path.dgp2021-06-071-1/+1
| | | |
* | | | If the test suite needs a file, it needs to go in the distribution.dgp2021-06-071-1/+1
| | | |
* | | | merge 8.7dgp2021-06-041-2/+2
|\ \ \ \ | |/ / /
| * | | Revise http version number from unusual 2.10.0a1 to conventional 2.10a1dgp2021-06-041-2/+2
| | | |
* | | | merge 8.7dgp2021-05-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2021-05-251-1/+1
| |\ \ \ | | |/ /
| | * | Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl ↵jan.nijtmans2021-05-251-1/+1
| | |\ \ | | | |/ | | | | | | | | too: LIB_RUNTIME_DIR could contain multiple paths, DYLIB_INSTALL_DIR cannot handle that
| | | * Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl ↵jan.nijtmans2021-05-251-1/+1
| | | | | | | | | | | | | | | | too: LIB_RUNTIME_DIR could contain mulitple paths, DYLIB_INSTALL_DIR cannot handle that
| | | * Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵jan.nijtmans2021-05-217-95/+100
| | | | | | | | | | | | | | | | lowercase package names. Let's provide good examples then.
| | * | Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend ↵jan.nijtmans2021-05-206-10/+10
| | | | | | | | | | | | | | | | lowercase package names. Let's provide good examples then.
| | * | Make Pkgua package thread-safe and properly clean up everything when being ↵jan.nijtmans2021-05-181-20/+33
| | | | | | | | | | | | | | | | unloaded. Based on pyk-tclUnload branch, but extended for thread-safety (Thanks!)
* | | | merge 8.7dgp2021-05-194-33/+44
|\ \ \ \ | |/ / /
| * | | Make pkgua package thread-safejan.nijtmans2021-05-181-24/+27
| | | |
| * | | merge 8.7pooryorick2021-05-182-4/+6
| |\ \ \
| | * \ \ Merge 8.6jan.nijtmans2021-05-172-4/+6
| | |\ \ \ | | | |/ /
| | | * | Eliminate use of TCL_STORAGE_CLASS in pkg?.c: just use DLLEXPORT macro directly.jan.nijtmans2021-05-178-66/+57
| | | | | | | | | | | | | | | Fix gcc warnings (with stricter gcc flags) in pkg?.c
| | * | | Add valgrind option --keep-deguginfo=yespooryorick2021-05-151-0/+1
| | | | |