summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* merge trunk; rc1rc1core_8_7_a1core_8_7_a1_rcdgp2017-09-071-8/+14
|\
| * Fix use of "long long" (manually) in MSVCjan.nijtmans2017-09-061-8/+14
| |
* | merge trunkdgp2017-09-054-67/+109
|\ \ | |/
| * merge core-8-6-branchjan.nijtmans2017-09-042-3/+3
| |\
| | * Typo's (Thanks to Gustaf Neumann), nothing functional.jan.nijtmans2017-09-042-3/+3
| | |
| * | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
| |\ \ | | |/
| | * [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-021-62/+104
| | |\
| | | * merge 8.5bug_0e4d88b650dgp2017-09-023-86/+72
| | | |\
| | | | * Cherrypick [527d354828]andy2017-08-081-1/+1
| | | | |
| | | * | Similar fix to Tcl_CreateCommand().dgp2017-09-021-31/+54
| | | | |
| | | * | Tidy up.dgp2017-09-021-33/+40
| | | | |
| | | * | [Bug 0e4d88b650] First draft fix. Re-resolve namespace after cmd deletion.dgp2017-09-021-8/+20
| | | | |
| * | | | Merge core-8-6-branchjan.nijtmans2017-09-012-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Handle Unicode surrogates correctly in Tcl_AppendFormatToObj() and ↵jan.nijtmans2017-09-012-3/+3
| | | | | | | | | | | | | | | | | | | | BuildCharSet(). Only makes a difference for TCL_UTF_MAX=4, when surrogates are used in the format string ... highly unlikely corner-case.
* | | | | merge trunkdgp2017-09-0115-95/+145
|\ \ \ \ \ | |/ / / /
| * | | | (merge-mark core-8-6-branch). jan.nijtmans2017-08-311-24/+33
| |\ \ \ \ | | |/ / / | | | | | Give state to UtfToUtfProc() and UnicodeToUtfProc() in which the last (intermediate) Tcl_UniChar can be remembered: This way those functions can produce 4-byte UTF-8 sequences built from surrogate pairs if Tcl is compiled with TCL_UTF_MAX=4. For TCL_UTF_MAX=3 and TCL_UTF_MAX=6 this has no effect.
| | * | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵jan.nijtmans2017-08-291-1/+7
| | | | | | | | | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file
| * | | | Tweak libtommath building, such that it doesn't depend on uint64_t any more. ↵jan.nijtmans2017-08-302-0/+17
| | | | | | | | | | | | | | | | | | | | (handle mp_word in the same way as mp_digit)
| * | | | a few missing bits after previous commitjan.nijtmans2017-08-291-12/+2
| | | | |
| * | | | Merge libtommath 1.0.1 finallibtommath_1_0_1jan.nijtmans2017-08-291-3/+3
| | | | |
| * | | | libtommath 1.0.1 rc2, for test purposes onlyjan.nijtmans2017-08-291-9/+9
| | | | |
| * | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005.ferrieux2017-08-241-1/+7
| | | | |
| * | | | merge core-8-6-branchjan.nijtmans2017-08-1811-51/+79
| |\ \ \ \ | | |/ / /
| | * | | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate ↵jan.nijtmans2017-08-1811-51/+79
| | |\ \ \ | | | | | | | | | | | | | | | | | | handling for TCL_UTF_MAX==4. No change when TCL_UTF_MAX==3. (This commit is actually meant for androwish, in order to improve surrogate handling for TCL_UTF_MAX==4)
| | | * \ \ merge core-8-6-branchrfe_6c0d7aec67jan.nijtmans2017-07-142-42/+48
| | | |\ \ \
| | | * \ \ \ merge core-8-6-branchjan.nijtmans2017-07-039-1007/+995
| | | |\ \ \ \
| | | * \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-162-2/+2
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-06-139-81/+371
| | | |\ \ \ \ \ \
| | | * | | | | | | Better UTF-8 surrogate handling, only functional when TCL_UTF_MAX>3jan.nijtmans2017-06-0811-45/+75
| | | | | | | | | |
| * | | | | | | | | Merge core-8-6-branch. Update outdated comment (cherry-pick ↵jan.nijtmans2017-08-172-13/+6
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | [d5dec2b0514639f44929cbbba9c4130798a8a54a|d5dec2b051])
| | * | | | | | | | Support cross-compiling Tcl for 'Win32 on ARM' using Visual Studio.Joe Mistachkin2017-08-131-1/+1
| | | | | | | | | |
| | * | | | | | | | Backport [array names -regexp] should support backrefsdgp2017-08-101-4/+11
| | | | | | | | | |
* | | | | | | | | | Update outdated comment.dgp2017-08-101-12/+5
| | | | | | | | | |
* | | | | | | | | | Release candidate branch for Tcl 8.7a1.dgp2017-08-101-2/+2
|/ / / / / / / / /
* | | | | | | | | merge 8.6dgp2017-08-101-0/+4
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Silence compiler warning in --disable-threads builddgp2017-08-101-0/+4
| | | | | | | | |
| * | | | | | | | Merge core-8-6-branchandy2017-08-081-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Cherrypick [527d354828]andy2017-08-081-2/+2
| | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | merge 8.6dgp2017-07-181-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| * | | | | | | | merge 8.6dgp2017-07-063-58/+58
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-291-10/+9
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-261-1/+1
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-263-811/+858
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-06-191-126/+74
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6; update changes.dgp2017-06-1613-95/+384
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | merge 8.6dgp2017-06-061-18/+18
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6; update changes.dgp2017-06-0510-90/+93
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2017-05-231-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6; update changes.dgp2017-05-092-41/+41
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge 8.6; update changes.dgp2017-05-081-1/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \