summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* Fix ungrammatical doubling of words in commentsminordkf7 days1-2/+2
|
* merge 8.7: avoid unneeded (but expensive) path normalization for several ↵sebres10 days2-2/+23
|\ | | | | | | | | file subsystem commands and operations; closes [02d5d65d70adab97] and probably [411f52ed87e313dd49e2]
| * merge 8.6 (fix attempt for [02d5d65d70adab97], however the small bottleneck ↵sebres11 days2-2/+23
| |\ | | | | | | | | | is still visible)
| | * improve comments (no functional changes)sebres11 days1-0/+2
| | |
| | * merge bug-02d5d65d70adab97: avoid unneeded (but expensive) path ↵sebres11 days2-2/+21
| | |\ | | | | | | | | | | | | | | | | normalization for several file subsystem commands and operations; closes [02d5d65d70adab97]
| | | * small amend: move the normalization to the block where the error message ↵core-bug-02d5d65d70adab97sebres2024-09-131-0/+19
| | | | | | | | | | | | | | | | really needed
| | | * even if cwd is non native, but path is not relative we can safely use ↵sebres2024-09-131-2/+2
| | | | | | | | | | | | | | | | | | | | translated path instead of normalized path; fixes file access regression [02d5d65d70adab97]
| | * | merge 8.6dgp2024-09-091-3/+5
| | |\ \ | | | |/
| | | * Fix [324ffb0d9]: Files missing from distributionjan.nijtmans2024-09-071-3/+5
| | | |
| | * | update / date changesdgp2024-09-062-14883/+7237
| | | |
| | * | Bump version to 8.6.15 in prep for a new patch release.dgp2024-08-263-3/+3
| | |/
| | * Adding a version was a bad ideajan.nijtmans2024-08-142-2/+2
| | |\
| | | * It looks like "Resources/Scripts" is needed as welljan.nijtmans2024-08-132-2/+2
| | |/
* | | Improve bunch of error-messagesjan.nijtmans2024-08-153-4/+4
|\ \ \ | |/ /
| * | Improve bunch of error-messagesjan.nijtmans2024-08-153-4/+4
| | |
* | | b3 -> b4, as preparation for releasejan.nijtmans2024-08-134-5/+5
| | |
* | | AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-134-213/+213
|\ \ \ | |/ /
| * | AC_PREREQ([2.69]). Fix some indentingjan.nijtmans2024-08-134-218/+218
| |\ \ | | |/
| | * Fix indenting. Prevent Tcl 8.6 to load Tk 8.7 (when it goes final). Fix ↵jan.nijtmans2024-08-134-7295/+14956
| | | | | | | | | | | | AC_PREREQ. See: [https://core.tcl-lang.org/tk/tktview/1562e10c58|1562e10c58]
* | | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-1/+5
|\ \ \ | |/ / | | | | | | there are multiple versions. Rebuild unix/configure with autoconf 2.72
| * | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-1/+5
| |\ \ | | |/ | | | | | | there are multiple versions. Rebuild unix/configure with autoconf 2.72
| | * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-14835/+7178
| | |\ | | | | | | | | | | | | there are multiple versions. Rebuild unix/configure with autoconf 2.72
| | | * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ↵culler2024-08-122-14521/+6440
| | |/ | | | | | | | | | there are multiple versions. Update configure with autoconf 2.71.
| * | Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-2/+2
| | |
* | | Factor out most property-related C code into its own file.dkf2024-08-021-1/+5
| | |
* | | Fix gcc -Wclobbered warnings. Thanks, Gustafapnadkarni2024-07-311-2/+2
| | |
* | | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-011-1/+5
|\ \ \ | |/ /
| * | Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-011-2/+5
| |\ \ | | |/
| | * Fix [5fca83d78c]: [encoding system] is wrong in an ISO-8859-1 localejan.nijtmans2024-07-011-32/+35
| | |
| * | (backport) Add tcl::unsupported::icu command (why not!)jan.nijtmans2024-06-271-1/+6
| | |
* | | Merge trunkapnadkarni2024-06-201-1/+1
|\ \ \
| * \ \ Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-191-1/+1
| |\ \ \ | | |/ /
| | * | Fix [7be97a6859]: Reviewing chan.n changesjan.nijtmans2024-06-192-6/+6
| | |\ \
| | | * | Change "channelId" to "channel" in documentation, error-handling and testcasesjan.nijtmans2024-06-171-1/+1
| | | | |
* | | | | Unsupported ICU interfaceapnadkarni2024-06-191-2/+7
|/ / / /
* | | | Fix some more indentingjan.nijtmans2024-06-187-330/+329
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge 8.6jan.nijtmans2024-06-187-338/+337
| |\ \ | | |/
| | * Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-1810-388/+379
| | |
* | | Use "int fd" for file descriptors, like everywhere else in the codejan.nijtmans2024-06-121-6/+6
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2024-06-121-22/+22
| |\ \ | | |/
| | * use "int fd" for file descriptors, like everywhere else in the code. Mark ↵jan.nijtmans2024-06-121-19/+22
| | | | | | | | | | | | some parameters as unused
| | * Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
| | |
| | * Make TclGlob() a static function. Sentinel/indenting/comment improvements ↵jan.nijtmans2024-05-281-1/+1
| | | | | | | | | | | | (all backported from 8.7)
* | | Simpler commenting of Tcl_ChannelType instances; make zip channel type constdkf2024-06-093-62/+62
| | |
* | | A clearer way of writing what parity options are availabledkf2024-06-051-28/+24
| | |
* | | More of the same: Space before tab is extremely unlikely to be correct ↵jan.nijtmans2024-06-056-8/+8
| | | | | | | | | | | | indentation pattern.
* | | Make function definitions have right argument styledkf2024-06-041-2/+3
| | |
* | | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-048-26/+26
| | |
* | | Merge 8.7dkf2024-05-261-16/+1
|\ \ \ | |/ /
| * | merge 8.6dkf2024-05-261-16/+1
| |\ \ | | |/