summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Expand)AuthorAgeFilesLines
* Improve bunch of error-messagesjan.nijtmans2024-08-153-4/+4
* 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 AC_PR...jan.nijtmans2024-08-134-7295/+14956
* | Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-122-1/+5
|\ \ | |/
| * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-122-14835/+7178
| |\
| | * Fix Tk [1562e10c58]: with macOS framework build, tclsh cannot find Tk if ther...culler2024-08-122-14521/+6440
| |/
* | Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-2/+2
* | 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
* | 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
| * | Use "int fd" for file descriptors, like everywhere else in the codejan.nijtmans2024-06-121-6/+6
| |\ \
| * | | 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 indent...jan.nijtmans2024-06-056-8/+8
| * | | 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 core-8-branchdkf2024-05-241-6/+2
| |\ \ \ \
| * \ \ \ \ Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use Tc...jan.nijtmans2024-05-241-10/+6
| |\ \ \ \ \
| * \ \ \ \ \ .travis.yml is not used any morejan.nijtmans2024-05-221-1/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2024-05-221-0/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Add tommath-????/zlib-???? to build-info if libtommath/zlib is statically linkedjan.nijtmans2024-05-213-0/+7
| |\ \ \ \ \ \ \ \
| * | | | | | | | | b2 -> b3, as preparation for next releasejan.nijtmans2024-05-214-5/+5
| * | | | | | | | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-1417-531/+513
| * | | | | | | | | Clean up a lot of small whitespace issues dkf2024-05-1317-513/+531
| * | | | | | | | | More whitespace cleanupdkf2024-05-104-5/+1
| * | | | | | | | | Eliminate (internal) TclpExit(), which is just the same as exit()jan.nijtmans2024-04-291-2/+0
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR...jan.nijtmans2024-04-251-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ TIP 693: Restart the changes files. jan.nijtmans2024-04-171-1/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | In Tcl 9, we don't need "-encoding utf-8" here any morejan.nijtmans2024-04-121-1/+1
| * | | | | | | | | | | | Merge 8.7jan.nijtmans2024-04-101-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Fix [a6fb744b20]: missing file from distributionjan.nijtmans2024-04-081-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-4/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Libtommath 1.3jan.nijtmans2024-03-271-15/+12
* | | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2024-06-187-338/+337
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Backport some code cleanup from 8.7/9.0. Fix indentingjan.nijtmans2024-06-1810-388/+379
* | | | | | | | | | | | | | | Merge 8.6jan.nijtmans2024-06-121-22/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | use "int fd" for file descriptors, like everywhere else in the code. Mark som...jan.nijtmans2024-06-121-19/+22
| * | | | | | | | | | | | | Make installManPage more robust against newlines. Backported from 8.7jan.nijtmans2024-06-101-14/+29
| * | | | | | | | | | | | | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al...jan.nijtmans2024-05-281-1/+1
* | | | | | | | | | | | | | merge 8.6dkf2024-05-261-16/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / | | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | merge core-8-6-branchdkf2024-05-242-10/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
| * | | | | | | | | | | Use TclDStringToObj a bit moredkf2024-05-242-10/+4
* | | | | | | | | | | | Merge 8.6jan.nijtmans2024-05-241-13/+7
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | | | | | | | | | | | / | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Code optimization: no need for encoding = Tcl_GetEncoding(NULL, NULL). Use T...jan.nijtmans2024-05-241-26/+24
* | | | | | | | | | | .travis.yml is not used any morejan.nijtmans2024-05-221-1/+0
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | | | | | | | | | | / | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | .travis.yml is not used any morejan.nijtmans2024-05-221-1/+0
* | | | | | | | | | Merge 8.6. Fix TCL_NO_DEPRECATED buildjan.nijtmans2024-05-221-3/+5
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | | | | | | | | / | |_|_|_|_|_|_|_|/ |/| | | | | | | |