summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca...sebres_8_6_clock_speedup_cr1sebres2017-08-084-93/+108
* merge core-8-6-branchjan.nijtmans2017-06-074-8/+8
|\
| * Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-075-63/+60
* | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ...sebres2017-06-072-33/+44
* | Clock options should be alphabetica (so "-base" first). Struct members should...jan.nijtmans2017-06-074-320/+312
* | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj...jan.nijtmans2017-06-077-48/+32
* | merge core-8-6-branchjan.nijtmans2017-06-074-39/+75
|\ \ | |/
| * Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ...jan.nijtmans2017-06-063-20/+56
| * Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in...jan.nijtmans2017-06-062-19/+19
| |\
| | * [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ...jan.nijtmans2017-06-062-75/+77
| * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 inputdgp2017-06-052-3/+34
| |\ \
| | * \ merge core-8-6-branchbug_67aa9a2070jan.nijtmans2017-06-021-10/+8
| | |\ \ | | |/ / | |/| |
| | * | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ...jan.nijtmans2017-06-022-3/+34
* | | | removing "-compile" option on ensembles - allow to compile tcl-internal ensem...sebres2017-06-022-13/+7
* | | | restored lost documentation of "timerate"sebres2017-06-020-0/+0
* | | | amend fix default locale, (fixed everywhere - no current locale anymore for d...sebres2017-06-022-6/+4
* | | | unix/makefile: add header dependenciessebres2017-06-021-4/+5
* | | | extends performance test cases for converting between locales / TZ, for multi...sebres2017-06-021-0/+64
* | | | fix default locale: differentiate between no locale specified or "C" (en) and...sebres2017-06-023-22/+55
* | | | [win32] repair clock using system timezone (default :localtime) resp. locale ...sebres2017-06-022-13/+11
* | | | close small performance degradation if alternate between two time zones (e. g...sebres2017-06-022-98/+161
* | | | close small performance degradation if alternate between two locales (e. g. c...sebres2017-06-022-22/+83
* | | | Removed public interface to create smart-pointer to dictionaries "dict smartr...sebres2017-06-024-64/+36
* | | | [win32] repair clock test-cases for windows, using system locale / TZ :localt...sebres2017-06-021-3/+12
* | | | Move "timerate" functionality to "::tcl::unsupported". sebres2017-06-024-5/+371
* | | | merge-mark core-8-6-branch (no changes)jan.nijtmans2017-06-020-0/+0
|\ \ \ \ | |/ / /
| * | | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr...jan.nijtmans2017-06-021-10/+8
| |/ /
* | | missing static keyword for inline declarationssebres2017-06-021-2/+2
* | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ...jan.nijtmans2017-05-312-3/+34
* | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-3114-262/+261
* | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang...jan.nijtmans2017-05-314-362/+2
* | | [msgcat] revert changes of "msgcat" to previous state before clock-speedup, m...sebres2017-05-303-127/+98
* | | small code review: resolves several warning on some compilerssebres2017-05-304-10/+10
* | | merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ...sebres2017-05-2928-4838/+10436
|\ \ \ | |/ / |/| |
| * | small amend with forgetten static keyword by optionsebres_8_6_clock_speedupsebres2017-05-161-1/+1
| * | optimized special case "-now" of base (by scan or add) or clock value (by for...sebres2017-05-161-4/+9
| * | resolved warnings compiled with gcc, removed unused "MsgCtLitIdxs" (was moved...sebres2017-05-161-4/+1
| * | Fixed stardate format: be sure positive after decimal point (note: clock-valu...sebres2017-05-122-20/+43
| * | restored "-encoding utf-8" by source clock.tcl (lost by merging)sebres2017-05-121-1/+3
| * | fixes lost indentation during back-portingsebres2017-05-111-18/+18
| * | update documentation doc/clock.n: small enhancements and relevant changes of ...sebres2017-05-111-2/+37
| * | [clock] tclStrIdxTree extended with possibility to hold client data; also cha...sebres2017-05-113-36/+45
| * | prevents loss of key object if the format object (where key stored) becomes c...sebres2017-05-111-12/+14
| * | auto-loading of ensemble and stubs on demand only (+ test covered now, see cl...sebres2017-05-112-29/+65
| * | performance test cases extended: several cases to cover absence of the ensemb...sebres2017-05-111-0/+26
| * | merge sebres-8-6-timeratesebres2017-05-111-0/+114
| |\ \
| | * | man for timerate (doc/timerate.n)sebres_8_6_timeratesebres2017-05-111-0/+114
| * | | Added files missing after merge/back-port (rebase with merge point)sebres2017-05-105-0/+4721
| * | | Fixed possible wrong current date for CET / CEST test cases. sebres2017-05-101-3/+12
| * | | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f...sebres2017-05-102-7/+11