summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.7dgp2021-06-092-2/+2
|\
| * Rename effective_tld_names.txt to public_suffix_list.dat, that's how it is ↵jan.nijtmans2021-06-093-2/+2
| | | | | | | | named now.
| * Update effective_tld_names.txt.gz to latest version (from ↵jan.nijtmans2021-06-091-0/+0
| | | | | | | | https://publicsuffix.org/list/public_suffix_list.dat)
* | merge 8.7dgp2021-06-043-3/+3
|\ \ | |/
| * Revise http version number from unusual 2.10.0a1 to conventional 2.10a1dgp2021-06-043-3/+3
| |
* | Bump to version 8.7a5 for release.dgp2021-05-031-1/+1
|/
* Remove wtf-8/wtf-16/tcl-8 encodingsjan.nijtmans2021-04-161-2/+2
|
* Deprecate/remove "string bytelength"jan.nijtmans2021-04-091-2/+2
|
* Merge 8.6jan.nijtmans2021-04-081-1/+4
|\
| * Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 ↵jan.nijtmans2021-04-081-4/+9
| | | | | | | | | | version of dde any more. (don't bother doing this for the "registry" extension, because the Tcl 8.7+ version installs in a different directory)
* | Make "registry" and "dde" dll's for 8.x and 9.0 installable in the same ↵jan.nijtmans2021-04-082-3/+14
| | | | | | | | directory. See TIP #595
* | Rename MODULESCOPE TclGetLoadedPackagesEx() to TclGetLoadedLibraries()jan.nijtmans2021-03-221-2/+2
| |
* | Merge 8.6jan.nijtmans2021-03-191-12/+12
|\ \ | |/
* | Merge 8.6jan.nijtmans2021-02-231-2/+1
|\ \ | |/
| * Use _wgetenv() in stead of getenv() on Windows: The wide environment is not ↵jan.nijtmans2021-02-231-2/+1
| | | | | | | | always well-synchonized with the locale environment. Problem detected on the sebres-8-6-clock-speedup-cr2, but this branch only exposed the bug, it did not cause it.
* | Handle the situation that ::${basename}::pkgconfig does not have ↵jan.nijtmans2021-02-091-4/+13
| | | | | | | | bindir/libdir,runtime keys: Either get those from Tcl, or from [info nameofexecutable]
* | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and ↵jan.nijtmans2021-02-081-3/+3
| | | | | | | | other external packages)
* | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same ↵jan.nijtmans2021-02-081-4/+3
| | | | | | | | zip-file naming as the configure scripts do
* | Fix "auto.tcl" indentingjan.nijtmans2021-02-081-97/+99
| |
* | Merge 8.6jan.nijtmans2021-02-023-5/+9
|\ \ | |/
| * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-022-4/+8
| |\
| | * On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-022-4/+8
| | |
* | | Lowercase package names are recommended nowjan.nijtmans2021-01-281-2/+2
| | |
* | | Merge 8.6jan.nijtmans2021-01-282-2/+2
|\ \ \ | |/ /
| * | Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-282-2/+2
| | |
* | | Merge 8.6jan.nijtmans2021-01-251-0/+1
|\ \ \ | |/ /
| * | Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| |\ \ | | |/
| | * Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| | |
* | | Bugfix for TIP #587 implementation: Always use -eofchar "\032 {}" and _NOT_ ↵jan.nijtmans2021-01-154-7/+7
| | | | | | | | | | | | -eofchar \032, otherwise there's the risk that ^Z is appended too the open channel. See [5bfe3de008], we don't want to open that can of worms again!
* | | tcltest -> 2.5.4. Version change should have been done at this commit: ↵jan.nijtmans2021-01-063-3/+3
| | | | | | | | | | | | [95852bc2ed0e2c11]
* | | TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry ↵jan.nijtmans2021-01-062-3/+3
| | | | | | | | | | | | | | | pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment. dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
* | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-053-3/+4
|\ \ \ | |/ /
| * | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-052-2/+3
| |\ \ | | |/
| | * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-052-2/+3
| | | | | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
| | * (cherry-pick): Update TZ info to tzdata2020ejan.nijtmans2020-12-2325-433/+270
| | |
| * | merge 8.6dgp2020-12-2625-433/+270
| |\ \
| * \ \ merge 8.6dgp2020-12-111-2/+11
| |\ \ \
| * \ \ \ merge 8.6dgp2020-12-101-10/+24
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2020-12-077-16/+32
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2020-11-102-4/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2020-10-273-190/+190
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.6dgp2020-10-211-1/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.6dgp2020-10-1310-50/+237
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-301-5/+3
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-301-2/+4
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-282-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-201-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-191-5/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-09-1511-227/+446
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2020-07-272-6/+29
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \