summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fix Tcl_UtfToUniCharDString() function, handling invalid byte at the end of t...jan.nijtmans2019-03-201-7/+7
* Comment Comment Tcl_UniCharToUtf() better, what happens handling surrogates. ...jan.nijtmans2019-03-182-2/+2
* enlarge a few small buffers, which could overflow using Unicode characters > ...jan.nijtmans2019-03-185-7/+7
* For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
|\
| * For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
| |\
| | * For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ...jan.nijtmans2019-03-171-4/+4
* | | Eliminate usage of mp_isneg(), just check bignum->sign directly (as libtommat...jan.nijtmans2019-03-1510-83/+47
* | | Make internal libtommath stub entries deprecated: Those are not supposed to b...jan.nijtmans2019-03-143-33/+55
* | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-115-13/+13
* | | Fix [590e687905]: utf-1.11 test-case failsjan.nijtmans2019-03-111-1/+1
* | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ...jan.nijtmans2019-03-104-97/+216
* | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.jan.nijtmans2019-03-087-46/+60
|\ \ \
| * | | Code cleanup: less (size_t) castsjan.nijtmans2019-03-082-13/+12
| * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work o...jan.nijtmans2019-03-075-34/+48
* | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ar...jan.nijtmans2019-03-085-3/+13
* | | | merge 8.6dgp2019-03-082-21/+64
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | [39fed4dae5] Make sure return value from Tcl_PkgRequire*() survives long enoughdgp2019-03-082-21/+64
| |\ \
| | * | In the 8.6.* releases, Tcl_GetStringResult() still passes through interp->res...dgp2019-03-072-4/+2
| | * | Integrate the test, which seems to indicate the bug fix doesn't work.dgp2019-03-071-1/+48
| | |\ \
| | | * \ Merge forward to demonstrate the test fails after the bug arrived.dgp2019-03-0759-5017/+5530
| | | |\ \
| | | * | | [39fed4dae5] Proposed testdgp2019-03-071-1/+46
| | * | | | [39fed4dae5] Minimal fix for volatile lifetime of string returned bydgp2019-03-061-18/+16
| | | |/ / | | |/| |
* | | | | Fix gcc compiler warningjan.nijtmans2019-03-071-1/+2
* | | | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-072-10/+21
|\ \ \ \ \ | |/ / / /
| * | | | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary end-o...jan.nijtmans2019-03-071-12/+11
| * | | | Fix [9471e6e304]: InitWinEnv not thread safejan.nijtmans2019-03-071-0/+12
* | | | | part of [db95e7a61e] reverted for consistency reasons: unsupported namespace ...sebres2019-03-061-0/+7
* | | | | Remove double macro's. Resolve quotes in travis configuration: it doesn't workjan.nijtmans2019-03-051-3/+0
* | | | | timerate is supported in 8.7sebres2019-03-051-13/+0
* | | | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ...sebres2019-03-055-15/+427
|\ \ \ \ \ | |/ / / /
| | | | |
| | \ \ \
| *-. \ \ \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement facilities...sebres2019-03-056-15/+446
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | | |/ | | | |/|
| | | * | merge sebres-8-5-timerate (TIP#527 - New measurement facilities in TCL: New c...sebres2019-03-057-109/+579
| | | |\ \
| | * | \ \ merge updated 8.5-timerate branchsebres2019-03-051-7/+20
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | regarding the TIP#527, `timerate` shall be placed into `::tcl::unsupported` i...sebres2019-03-051-7/+20
| | * | | | merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ...sebres2019-02-132-14/+39
| | |\ \ \ \ | | | |/ / /
| | | * | | timerate: extended with ?max-count? optional parameter, code review and more ...sebres2019-02-132-12/+30
| | | * | | fixes estimated time of too short execution considering calibrated overhead (...sergey.brester2019-02-121-2/+2
| | | * | | timerate: allow break from measurement cycle (usable to provide conditional s...sergey.brester2019-02-121-1/+8
| | | * | | cherrypick [8ad25ef9eb] from 8.6 - timerate: added dynamic factor by threshol...sergey.brester2019-02-121-7/+24
| | | * | | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge --ba...sergey.brester2019-02-1224-1775/+2160
| | | |\ \ \
| | | * \ \ \ back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-166-102/+517
| | | |\ \ \ \
| | * | | | | | timerate: added dynamic factor by threshold calculation (avoid growing of the...sebres2019-02-071-7/+24
| | * | | | | | merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0770-5670/+6722
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
* | | | | | | | Various tommath/numeric related optimizations:jan.nijtmans2019-03-025-163/+96
* | | | | | | | Add build with -DTCL_UTF_MAX=6 to travis CI. Also fix 2 gcc compiler-warnings...jan.nijtmans2019-03-021-2/+2
* | | | | | | | Minor optimization in UTF-8 handling, and add some comments describing how Tc...jan.nijtmans2019-03-022-5/+18
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix some "scan.test" test-cases when TCL_UTF_MAX=4. Wrongly resolved merge-c...jan.nijtmans2019-03-021-2/+2
* | | | | | | | Merge 8.6 (one forgotten adaptation of surrogate handling, only compiled on C...jan.nijtmans2019-03-021-0/+4
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 conve...jan.nijtmans2019-03-0212-98/+116
* | | | | | | | More use of TclHasIntRep() macro. Add vfs build director to fossil ignore-globjan.nijtmans2019-03-0112-25/+25