summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Many 'const' addtions in libtommath where it makes sense. To be submitted ↵jan.nijtmans2017-09-1130-158/+174
| | | | back to the libtommath guys.
* Add some more functions from libtommath for availability within Tcl (mainly ↵jan.nijtmans2017-09-0815-25/+65
| | | | the 'long long' variants). Add more 'const' keywords there too.
* Be consistent about how I am referred to.gahr2017-09-081-2/+2
|
* Bump to 8.7a2 to distinguish trunk from 8.7a1 release.dgp2017-09-087-8/+8
|
* merge releasedgp2017-09-088-8/+222
|\
| * 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
| |
| * update changesrc0dgp2017-09-051-1/+3
| |
| * merge trunkdgp2017-09-059-74/+131
| |\ | |/ |/|
* | Merge core-8-6-branch to trunk, especially the 1.6.0 -> 1.6.1 renumbering ↵jan.nijtmans2017-09-044-7/+7
|\ \ | | | | | | | | | from msgcat
| * | Make pkgIndex.tcl from msgcat work for Tcl 9.0 (not really necessary, but ↵jan.nijtmans2017-09-041-1/+1
| | | | | | | | | | | | for consistancy)
* | | 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-022-62/+119
|\ \ \ | |/ /
| * | [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.dgp2017-09-022-62/+119
| |\ \
| | * \ [0e4d88b650] Allow command overwrite when deletion callback deletes namespace.core_8_5_branchdgp2017-09-022-62/+119
| | |\ \
| | | * \ merge 8.5bug_0e4d88b650dgp2017-09-024-88/+74
| | | |\ \ | | | |/ / | | |/| |
| | | * | Add testdgp2017-09-021-0/+15
| | | | |
| | | * | 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-01170-7696/+7650
| | | | |\ | |_|_|_|/ |/| | | |
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge core-8-6-branch. Remove all git tag information for libtommath, so we ↵jan.nijtmans2017-08-31133-506/+393
|\ \ \ \ \ \ | | |/ / / / | | | | | | | | | | | | don't have useless file differences with every libtommath release.
| | * | | | Adapt .fossil-settings/crlf-glob, for 5 libtommath-related files which have ↵jan.nijtmans2017-08-312-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | crlf ending
| * | | | | Undo tag removal (just get libtommath directly from GitHUB), so we don't ↵jan.nijtmans2017-08-31133-509/+407
| | | | | | | | | | | | | | | | | | | | | | | | have useless file changes with every new release
* | | | | | (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.
| * | | | | http state 100 continue handling broken [2a94652ee1]oehhar2017-08-315-6/+10
| |\ \ \ \ \
* | \ \ \ \ \ http state 100 continue handling broken [2a94652ee1]oehhar2017-08-315-6/+10
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | http state 100 continue handling broken [2a94652ee1]bug_2a94652ee1oehhar2017-08-315-6/+10
| |/ / / / /
* | | | | | Cherrypick string.test [de104ef5ab]andy2017-08-301-0/+3
| | | | | |
* | | | | | Tweak libtommath building, such that it doesn't depend on uint64_t any more. ↵jan.nijtmans2017-08-303-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | (handle mp_word in the same way as mp_digit)
* | | | | | Adapt libtommath's "changes.txt", and other text-files. Adapt ↵jan.nijtmans2017-08-308-9/+158
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | bn_mp_read_radix.c to latest libtommaths 'tcl-fixes' commit (harmless for Tcl).
| * | | | | Cherry-pick ↵jan.nijtmans2017-08-3081-44141/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [https://github.com/libtom/libtommath/commit/a0a86c696a7182f8be4b10bb79a1c5c971dc9561]: Merge branch 'tcl-fixes' into develop Remove many files, which are not used in Tcl. Modify "changelog.txt", with real release-date of 1.0.1 version
* | | | | | a few missing bits after previous commitjan.nijtmans2017-08-296-7101/+6916
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Forgot a few files from libtommath 1.0.1jan.nijtmans2017-08-294-7087/+6912
| | | | | |
* | | | | | upgrade to libtommath 1.0.1 (With all Tcl-specific changes - as far as ↵jan.nijtmans2017-08-29131-476/+487
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | needed - intact)
| * \ \ \ \ \ Merge libtommath 1.0.1 finallibtommath_1_0_1jan.nijtmans2017-08-29129-387/+387
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | libtommath 1.0.1jan.nijtmans2017-08-29128-384/+384
| | | | | | |
| * | | | | | libtommath 1.0.1 rc2, for test purposes onlyjan.nijtmans2017-08-29131-476/+487
| |\ \ \ \ \ \ |/ / / / / / / | | _ / / / / | | / / / /
| * | | | | Fix eol-style (fossil warning: mixed line endings)jan.nijtmans2017-08-292-10/+10
| | | | | |
| * | | | | libtommath 1.0.1 rc 2jan.nijtmans2017-08-29129-472/+492
| | | | | |
* | | | | | merge-markjan.nijtmans2017-08-290-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | (cherry-pick): Fix [b50fb21410dababca95baa122964b2e312cb9d8a|b50fb214] : ↵jan.nijtmans2017-08-292-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | exec redirection to append stdout and stderr to the same file
* | | | | | Fix [b50fb214] : add to 2>> the same O_APPEND that was added to >> back in 2005.ferrieux2017-08-242-3/+13
| | | | | |
* | | | | | merge core-8-6-branchjan.nijtmans2017-08-222-1/+7
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [d2612a2fa193196787aab33bb57f69b1eef9e30c|d2612a2fa1]: Build breaks ↵jan.nijtmans2017-08-222-123/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | because of gcc error. Only use "#pragma GCC diagnostic" if the compiler supports this. Also re-format tclUnixSock.c without further functional changes.
* | | | | | merge core-8-6-branchjan.nijtmans2017-08-1812-52/+80
|\ \ \ \ \ \ | |/ / / / /
| * | | | | RFE [http://core.tcl.tk/tk/info/6c0d7aec67|6c0d7aec67]: Better surrogate ↵jan.nijtmans2017-08-1812-52/+80
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | 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)