summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca...sebres_8_6_clock_speedup_cr1sebres2017-08-083-87/+95
* merge core-8-6-branchjan.nijtmans2017-06-073-7/+7
|\
| * Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica...jan.nijtmans2017-06-073-22/+19
* | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ...sebres2017-06-071-23/+32
* | Clock options should be alphabetica (so "-base" first). Struct members should...jan.nijtmans2017-06-073-317/+309
* | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj...jan.nijtmans2017-06-077-48/+32
* | merge core-8-6-branchjan.nijtmans2017-06-071-18/+18
|\ \ | |/
| * Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in...jan.nijtmans2017-06-061-18/+18
| |\
| | * [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ...jan.nijtmans2017-06-061-75/+52
| * | merge core-8-6-branchbug_67aa9a2070jan.nijtmans2017-06-021-10/+8
| |\ \
| | * | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr...jan.nijtmans2017-06-021-10/+8
| * | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ...jan.nijtmans2017-06-021-3/+9
| |/ /
* | | removing "-compile" option on ensembles - allow to compile tcl-internal ensem...sebres2017-06-021-12/+6
* | | amend fix default locale, (fixed everywhere - no current locale anymore for d...sebres2017-06-021-2/+3
* | | fix default locale: differentiate between no locale specified or "C" (en) and...sebres2017-06-022-20/+52
* | | 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-023-59/+33
* | | Move "timerate" functionality to "::tcl::unsupported". sebres2017-06-023-1/+357
* | | missing static keyword for inline declarationssebres2017-06-021-2/+2
* | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ...jan.nijtmans2017-05-311-3/+9
* | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven...jan.nijtmans2017-05-3110-246/+245
* | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang...jan.nijtmans2017-05-313-351/+1
* | | 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-2914-745/+7490
|\ \ \ | |/ / |/| |
| * | 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-121-5/+7
| * | fixes lost indentation during back-portingsebres2017-05-111-18/+18
| * | [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
| * | Added files missing after merge/back-port (rebase with merge point)sebres2017-05-104-0/+4336
| * | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f...sebres2017-05-101-7/+7
| * | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co...sebres2017-05-102-36/+50
| * | resolving differences between 8.6 and trunk sebres2017-05-101-10/+8
| * | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to...sebres2017-05-106-685/+2691
| |\ \
| | * \ merge sebres-trunk-timeratesebres2017-03-071-0/+7
| | |\ \
| | * | | tclEmptyStringRep -> &tclEmptyStringsebres2017-03-061-1/+1
| | * | | merge trunksebres2017-03-0629-329/+432
| | |\ \ \
| | * \ \ \ merge sebres-trunk-timeratesebres2017-02-093-16/+31
| | |\ \ \ \
| | * \ \ \ \ merge trunksebres2017-01-133-37/+41
| | |\ \ \ \ \
| | * | | | | | code review and inline documentationsebres2017-01-112-27/+323
| | * | | | | | small amend (reset have rel flag)sebres2017-01-101-0/+2
| | * | | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f...sebres2017-01-102-232/+505
| | * | | | | | code review and inline documentationsebres2017-01-106-26/+288
| | * | | | | | [unix] resolving of several warnings (gcc 5.x):sebres2017-01-104-25/+26
| | * | | | | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo...sebres2017-01-103-20/+35
| | * | | | | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var...sebres2017-01-107-74/+75
| | * | | | | | dict: unused variable removedsebres2017-01-101-1/+0