summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge sebres-8-6-clock-speedupsebres2017-05-153-21/+46
|\
| * Fixed stardate format: be sure positive after decimal point (note: ↵sebres2017-05-122-20/+43
| | | | | | | | clock-value can be negative - modulo operation in C has the same sign as dividend)
| * restored "-encoding utf-8" by source clock.tcl (lost by merging)sebres2017-05-121-1/+3
| |
* | merge sebres-8-6-clock-speedupsebres2017-05-111-5/+5
|\ \ | |/
| * fixes lost indentation during back-portingsebres2017-05-111-18/+18
| |
| |
| \
*-. \ reintegrate sebres-8-6-clock-speedup back to sebres-clock-speedup (trunk ↵sebres2017-05-11327-12942/+11360
|\ \ \ | | |/ | |/| | | | clock-speedup, 3-way merge)
| | * reintergrate (merge back) "sebres-8-6-timerate" into "sebres-trunk-timerate"sebres_trunk_timeratesebres2017-05-111-0/+114
| | |\
| | * \ merge trunk (to sebres-trunk-timerate)sebres2017-05-11319-12839/+11003
| | |\ \
| | | * \ merge core-8-6-branchjan.nijtmans2017-05-095-9/+18
| | | |\ \
| | | * \ \ merge core-8-6-branchjan.nijtmans2017-05-092-41/+41
| | | |\ \ \
| | | * \ \ \ [6015221f59] Segfault after overflow of [binary] field specifier numeric count.dgp2017-05-052-1/+21
| | | |\ \ \ \
| | | * \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-041-11/+7
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-041-2/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-035-24/+14
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | slightly better formatting, both in genStubs.tcl and in the generated ↵jan.nijtmans2017-05-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | XXX_DEPRECATED functions.
| | | * | | | | | | | Extend "deprecated" functionality of genStubs.tcl: XX_DEPRECATED macro now ↵jan.nijtmans2017-05-021-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | accepts a message text, which will be used in the compiler's error message. Not used (yet) in Tcl.
| | | * | | | | | | | Revert the colorful debug garbage mistakenly committed.dgp2017-05-011-8/+2
| | | | | | | | | | |
| | | * | | | | | | | [f9fe90d0fa] [file join] normalization. See filesystem-1.52*dgp2017-05-012-3/+29
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-05-016-391/+643
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Make trunk compile on MSVC (problem was: warning C4554: '&' : check operator ↵fvogel2017-04-291-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | precedence for possible error; use parentheses to clarify precedence)
| | | * | | | | | | | | | [f34cf83dd0] An optimization was being taken in a case where it produced the ↵dgp2017-04-281-0/+7
| | | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong result, failing to collapse multiple /// into /. Testing on Windows where path expectations may vary would be a good idea, but since this is just an optimization avoidance, I suspect we're ok.
| | | * \ \ \ \ \ \ \ \ \ \ Test for [f34cf83dd0].dgp2017-04-281-0/+3
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ silence uninit variable warningsdgp2017-04-281-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-04-283-3/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ [04e26c02c0] Remove useless condition that raises warnings.dgp2017-04-271-4/+2
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ↵dkf2017-04-279-137/+227
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | zlib channel transform.
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-04-205-2/+7
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | Remove unused functions like TclWinSetSockOpt()/Tcl_DStringTrunc() if ↵jan.nijtmans2017-04-203-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiled with -DTCL_NO_DEPRECATED
| | | * | | | | | | | | | | | | | | | | Entry for text.n into exclude_refs_map inserted.gcramer2017-04-201-0/+1
| | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | merge core-8-6-branchjan.nijtmans2017-04-181-4/+13
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Repair revised tests that failed.dgp2017-04-172-3/+3
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-04-145-25/+49
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | Translate all \u???? sequences to their UTF-8 counterpart in *.msg files: It ↵jan.nijtmans2017-04-1365-1187/+1190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | is faster during parsing (since no backslash-sequences have to be handled) and makes the msg-files better readable by humans. TODO: adapt tools/loadICU.tcl to generate UTF-8 in stead of those sequences. This tools seems to be out-of-date a long time already, I couldn't make it run with latest ICU.
| | | * | | | | | | | | | | | | | | | | | | | If %llu is considered invalid, it means that "%" TCL_LL_MODIFIER "u" cannot ↵jan.nijtmans2017-04-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | be used Tcl_ObjPrintf(), but only in sprintf(). That's unfortunate, clearly an oversight in TIP #237. Conclusion: new TIP must be written to correct this. I'll read a TIP and see what case you have, but TCL_LL_MODIFIER was never meant to play any role in [format] or in Tcl_ObjPrintf(). TCL_LL_MODIFIER exists to help deal with platform differences in sprintf() calls. Tcl_ObjPrintf() in contrast ought to be consistent in its behavior across platforms and should not need such things. If that's false, then fixes to Tcl_ObjPrintf() are in order.
| | | * | | | | | | | | | | | | | | | | | | | Revert recent commit. TIP 237 is clear that %llu is invalid.dgp2017-04-124-41/+13
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-04-124-1/+70
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge core-8-6-branchjan.nijtmans2017-04-122-8/+23
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | | | | | | | | | Remove some unnecessary "struct" definitions and some type casts no longer ↵jan.nijtmans2017-04-1114-24/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | necessary. No functional changes.
| | | * | | | | | | | | | | | | | | | | | | | | | | unbreak windows build (by previous commit)jan.nijtmans2017-04-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | More minor style fixes.dkf2017-04-106-475/+572
| | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | Merge Harald's "robust-async-connect-tests" branch. Thanks!jan.nijtmans2017-04-104-4/+158
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkrobust_async_connect_testsjan.nijtmans2014-07-3117-163/+717
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | Make sure the "sockettest" command is available even when running ↵jan.nijtmans2014-07-181-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | socket.test individually.
| | | | * | | | | | | | | | | | | | | | | | | | | | | | merge trunkjan.nijtmans2014-07-1858-1797/+2282
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Replaced option "-unsupported1" by test command "testsocket debugflags" ↵oehhar2014-07-174-80/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (thanks Donal, Donald).
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | Robust async connect tests by temporarely switching off auto continuation. ↵oehhar2014-06-053-4/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ticket [13d3af3ad5]
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Minor style issues through the socket implementation code.dkf2017-04-094-348/+573
| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Minor simplification in tcl.h: For the ↵jan.nijtmans2017-04-071-8/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_WideAsLong/Tcl_LongAsWide/Tcl_WideAsDouble/Tcl_DoubleAsWide #defines, one set suffices: No need to have two versions depending on TCL_WIDE_INT_IS_LONG.
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | Some more (internal) stub entries which can be cleaned up with ↵jan.nijtmans2017-04-064-3/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -DTCL_NO_DEPRECATED, because they are not used any more.
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | If compiled with TCL_NO_DEPRECATED, the functions ↵jan.nijtmans2017-04-065-12/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TclpGetDate/TclpLocaltime/TclpGmtime can be removed: They are internal and not used for anything any more.