summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2021-10-082-3/+11
|\
| * Update TZ info to tzdata2021c.José Ignacio Marín2021-10-022-3/+11
* | Update TZ info to tzdata2021b (via merge).José Ignacio Marín2021-09-2539-703/+193
|\ \ | |/
| * Update TZ info to tzdata2021b.José Ignacio Marín2021-09-2539-703/+193
* | (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-3/+3
* | Merge 8.6jan.nijtmans2021-07-162-2/+2
|\ \ | |/
| * Merge 8.5jan.nijtmans2021-07-163-52/+52
| |\
| | * -eofchar should only be effective on input, not on output, since it could res...jan.nijtmans2021-07-162-3/+3
| | * comment clean-upjan.nijtmans2021-07-162-173/+169
| | * Fix [1a89eba3761f62ee]: Add "exit" Windows shell built-in to auto_execokjan.nijtmans2021-07-141-5/+5
* | | Merge 8.6jan.nijtmans2021-06-281-0/+1584
|\ \ \ | |/ /
| * | Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-281-0/+1584
| |\ \ | | |/
| | * Update many tools/encoding/*.txt files to the latest version, but leave out c...jan.nijtmans2021-06-281-0/+1584
* | | Bump version number to distinguish from release.dgp2021-06-181-1/+1
* | | close forkdgp2021-06-182-1/+21
|\ \ \
| * \ \ Merge 8.6jan.nijtmans2021-06-182-1/+21
| |\ \ \ | | |/ /
| | * | Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-182-1/+21
| | |\ \ | | | |/
| | | * Update all "cp" and "iso8859-?" encodings to the latest version. This adds 3 ...jan.nijtmans2021-06-182-1/+21
| | | |\
| | | | * Adapt iso8859-7.enc to latest version, and fix testcasejan.nijtmans2021-06-151-1/+1
| | | | * Add new encoding iso8859-11jan.nijtmans2021-06-151-0/+20
| | | |/ | | |/|
* | | | merge 8.7dgp2021-06-092-2/+2
|\ \ \ \ | |/ / /
| * | | Rename effective_tld_names.txt to public_suffix_list.dat, that's how it is na...jan.nijtmans2021-06-093-2/+2
| * | | Update effective_tld_names.txt.gz to latest version (from https://publicsuffi...jan.nijtmans2021-06-091-0/+0
* | | | 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 vers...jan.nijtmans2021-04-081-4/+9
* | | Make "registry" and "dde" dll's for 8.x and 9.0 installable in the same direc...jan.nijtmans2021-04-082-3/+14
* | | 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 a...jan.nijtmans2021-02-231-2/+1
* | | Handle the situation that ::${basename}::pkgconfig does not have bindir/libdi...jan.nijtmans2021-02-091-4/+13
* | | Attempt to fix the last TIP #430 bits, needed to make it work for Tk (and oth...jan.nijtmans2021-02-081-3/+3
* | | Bugfix in TIP #430 implementation: tcl_findLibrary should use the same zip-fi...jan.nijtmans2021-02-081-4/+3
* | | 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
* | | tcltest -> 2.5.4. Version change should have been done at this commit: [95852...jan.nijtmans2021-01-063-3/+3