summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.6dgp2019-05-032-267/+501
|\
| * Minor code style cleanup.dkf2019-04-232-267/+501
| |
| * integrate sebres-8-6-tommath-1-1 - cherry-picking of several optimizations ↵sebres2019-04-012-0/+8
| |\ | | | | | | | | | and simplifications of 8.7 (tommath 1.1), well-arranged branching of long/wide/bignum base and exponent cases, test-cases extended to cover all this branches and edge cases.
| | * partial cherry pick of [e8e92eb381d689ab]: One more libtommath function, ↵sebres2019-02-042-0/+2
| | | | | | | | | | | | mp_tc_div_2d, which simplifies code.
| | * partial cherry pick of [c5c83014d6]: Many simplifications in tclExecute.c, ↵sebres2019-02-042-0/+6
| | | | | | | | | | | | now that libtommath provides new functions mp_tc_and, mp_tc_or and mp_tc_xor
* | | Merge 8.7, and fix build problem on Windowsjan.nijtmans2019-04-0716-389/+609
|\ \ \
| * | | Modify testbytestring such that is only produces pure byte-arrays, if not it ↵jan.nijtmans2019-04-011-1/+1
| | | | | | | | | | | | | | | | | | | | errors out. Modify Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewWideIntObj. Less references to "long" datatype.
| * | | Merge 8.6jan.nijtmans2019-03-282-2/+0
| |\ \ \ | | |/ /
| | * | Turn KARATSUBA_MUL_CUTOFF (insize libtommath) et al into a #define in stead ↵jan.nijtmans2019-03-282-2/+0
| | | | | | | | | | | | | | | | of exported int symbols.
| | * | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from ↵jan.nijtmans2019-03-252-0/+4
| | | | | | | | | | | | | | | | libtommath: In the upcoming new version those will become real functions, causing possible binary incompatibility. This change makes Tcl independant from libtommath's changes.
| * | | Change TCHAR -> WCHAR in many places, since that's what it is since Windows NTjan.nijtmans2019-03-119-161/+152
| | | |
| * | | Improve parsing of -xchar option for serial channels: Allow full 8-bit range ↵jan.nijtmans2019-03-111-8/+8
| | | | | | | | | | | | | | | | (correct UTF-8 handling), and let UNIX/win32 produce the same error-message in case of char > 0xFF
| * | | re-implemente changes in win/tclWinFile.c (handling -DTCL_UTF_MAX=6) using 3 ↵jan.nijtmans2019-03-105-119/+29
| | | | | | | | | | | | | | | | new utility functions. This allows to re-use code in more places: cleaner implementation more future-proof.
| * | | Make -DTCL_UTF_MAX=6-build work on win32. Add travis builds to prove it.jan.nijtmans2019-03-081-16/+16
| |\ \ \
| | * | | Fixes for TCL_UTF_MAX=6, (gcc compiler warnings). Also make everything work ↵jan.nijtmans2019-03-071-16/+16
| | | | | | | | | | | | | | | | | | | | on win32/win64. Patch adapted from Androwish (thanks, Werner!)
| * | | | Use mp_get_bit() instead of mp_iseven()/mp_isodd(): Those latter functions ↵jan.nijtmans2019-03-082-0/+2
| |/ / / | | | | | | | | | | | | are macro's currently, but will be real function in next libtommath. Bad idea for Tcl to depend on ...
| * | | (core-8-6-branch merge) apnadkarni2019-03-071-1/+1
| |\ \ \ | | |/ / | | | | | | | | Fix automatic pkgIndex generation for multiplatform installs.
| | * | Fix automatic pkgIndex generation for multiplatform installsapnadkarni2019-03-071-1/+1
| | | |
| * | | Merge 8.6. Remove unneeded code from init.tcljan.nijtmans2019-03-072-12/+12
| |\ \ \ | | |/ /
| | * | Fix some gcc/MSVC (harmless) compiler warnings. Remove some unnecessary ↵jan.nijtmans2019-03-075-25/+25
| | | | | | | | | | | | | | | | end-of-line spacing
| * | | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-062-5/+57
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | The PLATFORM_IDENTIFY macro matches the output of Tcl's platform::identify and is meant to permit extensions to pick a platform-specific directory for binaries. MULTIPLATFORM_INSTALL can be set by extensions to install into a platform specific subdirectory as returned by the platform::identify Tcl command. The default automatic pkgIndex.tcl is modified accordingly. If OPTS=pdbs is set, the default install target will also copy PDBS.
| | * | V1.3. PLATFORM_IDENTIFY, MULTIPLATFORM_INSTALL macro, optionally copy PDBs.apnadkarni2019-03-062-6/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PLATFORM_IDENTIFY macro matches the output of Tcl's platform::identify and is meant to permit extensions to pick a platform-specific directory for binaries. MULTIPLATFORM_INSTALL can be set by extensions to install into a platform specific subdirectory as returned by the platform::identify Tcl command. The default automatic pkgIndex.tcl is modified accordingly. If OPTS=pdbs is set, the default install target will also copy PDBS.
| * | | merge 8.6 (TIP#527, New measurement facilities in TCL: New command timerate, ↵sebres2019-03-051-83/+345
| |\ \ \ | | |/ / | | | | | | | | performance test suite)
| | | |
| | | \
| | *-. \ integrate sebres-8-6-timerate, merge 8.5 (TIP#527, New measurement ↵sebres2019-03-051-83/+345
| | |\ \ \ | | | | | | | | | | | | | | | | | | facilities in TCL: New command timerate, performance test suite)
| | | * \ \ merge 8-5-timerate (?max-count?, break possibility, diverse fixes) + windows ↵sebres2019-02-131-51/+120
| | | |\ \ \ | | | | |/ / | | | | | | | | | | | | time-calibration cycle optimization [f6637d3dd8] (clock ticks never backwards, more precise and smooth drifting)
| | | | * | merge 8.5 (note: to avoid too many conflicts, merged using `fossil merge ↵sergey.brester2019-02-1219-762/+1178
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | --baseline 0055a16a8b core-8-5-branch`)
| | | | * | | [win32] optimized calibration cycle (makes Tcl for windows "RTS" resp. ↵sebres2017-05-231-53/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NRT-capable): - the clock ticks never backwards (avoid it by negative drifts using comparison of times before and after calibration); - more precise, smooth/soft drifting (avoids too large drifts, already after 10 iterations the drift gets fewer as 0.1 microseconds); - because of more accurate drifting (aspire to the smallest difference), we can prolong calibration interval (up to 10 seconds by small tdiff-value); Closes ticket [b7b707a310ea42e9f1b29954ee8ca13ae91ccabe] "[win32] NRT-only - NativeGetTime backwards time-drifts bug"
| | | | * | | back-ported branch sebres-8-6-timerate (new command "timerate" for 8.5)sebres2017-05-161-39/+232
| | | | |\ \ \
| | | * | \ \ \ merge 8.6(.9), conflicts resolvedsergey.brester2019-02-0725-1205/+2686
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | / | | | | | |_|/ | | | | |/| |
| | * | | | | Backport [bd94500678e837d7] from 8.7, preventing endless loops in UTF-8 ↵jan.nijtmans2019-03-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | conversions when handling surrogates. Only effective when compiling with -DTCL_UTF_MAX=4|6 (default: 3). Meant for benefit of Androwish.
| * | | | | | Fix [bd94500678e837d7]: SEGFAULT by conversion of unicode (out of BMP) to ↵jan.nijtmans2019-02-271-0/+4
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | byte-array
| | * | | | | | Minor optimizationsjan.nijtmans2019-02-191-2/+6
| | | | | | | |
| * | | | | | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) ↵jan.nijtmans2019-02-273-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and (unsigned) type-casts, which don't make sense any more.
| * | | | | | | Merge 8.6jan.nijtmans2019-02-191-2/+2
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| / / / / / | | |/ / / / /
| | * | | | | Fix some comments: "upper" -> "high" (when talking about surrogates)jan.nijtmans2019-02-191-2/+2
| | | | | | |
* | | | | | | Support -winsize read-only optiondkf2019-03-291-2/+29
| | | | | | |
* | | | | | | Oopsdkf2019-03-291-0/+1
| | | | | | |
* | | | | | | Implement -closemodedkf2019-03-271-5/+80
| | | | | | |
* | | | | | | Partial implementation on Windows. UNTESTEDdkf2019-03-271-6/+206
|/ / / / / /
* | | | | | Merge 8.6jan.nijtmans2019-02-181-6/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Don't use TclUniCharIsSpace() in command-line handling: the windows ↵jan.nijtmans2019-02-181-6/+3
| | |/ / / | |/| | | | | | | | | | | | | command-line is not aware of Unicode spaces, only ASCII ones.
| * | | | Update libtommath to latest stable release (1.1.0)jan.nijtmans2019-02-012-0/+2
| | | | |
* | | | | Convert Tcl_BacktroundError() into a macro, so we can deprecate the stub ↵jan.nijtmans2019-02-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | entry for it. Add -Wpointer-arith warning to CFLAGS
* | | | | Fix for [f559bbde4e] (even though that's not really a bug)jan.nijtmans2019-01-281-4/+0
| | | | |
* | | | | One more libtommath function, mp_tc_div_2d, which simplifies code. Some more ↵jan.nijtmans2019-01-222-0/+2
| | | | | | | | | | | | | | | | | | | | code readability improvements.
* | | | | Many simplifications in tclExecute.c, now that libtommath provides new ↵jan.nijtmans2019-01-222-0/+6
| | | | | | | | | | | | | | | | | | | | functions mp_tc_and, mp_tc_or and mp_tc_xor
* | | | | Merge 8.6jan.nijtmans2019-01-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Remove some mac OSX pre-10.4 stuff, which is outdated: current build doesn't ↵jan.nijtmans2019-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | support this anymore
* | | | | fixes creation of libtcl.vfs using links, if ln-command does not support ↵sebres2019-01-211-4/+4
| | | | | | | | | | | | | | | | | | | | "-t" option (avoids error "ln: illegal option -- t" and fallback to copy)
* | | | | avoid additional in-between path-segment "." in zip, some zip-programs ↵sebres2019-01-212-4/+4
| | | | | | | | | | | | | | | | | | | | (inclusive minizip) will insert this if used as path-parameter to compress