| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed overflow of year (resp. julianday), closes ticket [16e4fc3096]; test ca...sebres_8_6_clock_speedup_cr1 | sebres | 2017-08-08 | 3 | -87/+95 |
|
|
* | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 3 | -7/+7 |
|\ |
|
| * | Tcl_GetWideIntFromObj() -> TclGetWideIntFromObj(), and minor other simplifica... | jan.nijtmans | 2017-06-07 | 3 | -22/+19 |
|
|
* | | fixed wrong options suggestions by wrong args, like 'bad option "-base" ...' ... | sebres | 2017-06-07 | 1 | -23/+32 |
|
|
* | | Clock options should be alphabetica (so "-base" first). Struct members should... | jan.nijtmans | 2017-06-07 | 3 | -317/+309 |
|
|
* | | Fix LookupLastTransition() for behavior when tick < compVal, undo Tcl_EvalObj... | jan.nijtmans | 2017-06-07 | 7 | -48/+32 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-06-07 | 1 | -18/+18 |
|\ \
| |/ |
|
| * | Follow-up to [67aa9a2070]: Use uppercase consistantly, slight optimization in... | jan.nijtmans | 2017-06-06 | 1 | -18/+18 |
| |\ |
|
| | * | [67aa9a2070] Tcl_UtfToUniChar returns single byte for invalid UTF-8 input as ... | jan.nijtmans | 2017-06-06 | 1 | -75/+52 |
|
|
| * | | merge core-8-6-branchbug_67aa9a2070 | jan.nijtmans | 2017-06-02 | 1 | -10/+8 |
| |\ \ |
|
| | * | | Change refCount field in DictObj from int to size_t. Cherry-picked from "sebr... | jan.nijtmans | 2017-06-02 | 1 | -10/+8 |
|
|
| * | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-06-02 | 1 | -3/+9 |
| |/ / |
|
* | | | removing "-compile" option on ensembles - allow to compile tcl-internal ensem... | sebres | 2017-06-02 | 1 | -12/+6 |
|
|
* | | | amend fix default locale, (fixed everywhere - no current locale anymore for d... | sebres | 2017-06-02 | 1 | -2/+3 |
|
|
* | | | fix default locale: differentiate between no locale specified or "C" (en) and... | sebres | 2017-06-02 | 2 | -20/+52 |
|
|
* | | | close small performance degradation if alternate between two time zones (e. g... | sebres | 2017-06-02 | 2 | -98/+161 |
|
|
* | | | close small performance degradation if alternate between two locales (e. g. c... | sebres | 2017-06-02 | 2 | -22/+83 |
|
|
* | | | Removed public interface to create smart-pointer to dictionaries "dict smartr... | sebres | 2017-06-02 | 3 | -59/+33 |
|
|
* | | | Move "timerate" functionality to "::tcl::unsupported".
| sebres | 2017-06-02 | 3 | -1/+357 |
|
|
* | | | missing static keyword for inline declarations | sebres | 2017-06-02 | 1 | -2/+2 |
|
|
* | | | Fix [67aa9a207037ae67f9014b544c3db34fa732f2dc|67aa9a2070]: Security: Invalid ... | jan.nijtmans | 2017-05-31 | 1 | -3/+9 |
|
|
* | | | More code review, e.g. use Tcl_SetObjResult in stead of Tcl_SetResult, preven... | jan.nijtmans | 2017-05-31 | 10 | -246/+245 |
|
|
* | | | Remove "timerate" functionality: this definitely needs a TIP. Also undo chang... | jan.nijtmans | 2017-05-31 | 3 | -351/+1 |
|
|
* | | | small code review: resolves several warning on some compilers | sebres | 2017-05-30 | 4 | -10/+10 |
|
|
* | | | merge sebres-8-6-clock-speedup (clock speed-up / flightaware Tcl-bounties#4, ... | sebres | 2017-05-29 | 14 | -745/+7490 |
|\ \ \
| |/ /
|/| | |
|
| * | | small amend with forgetten static keyword by optionsebres_8_6_clock_speedup | sebres | 2017-05-16 | 1 | -1/+1 |
|
|
| * | | optimized special case "-now" of base (by scan or add) or clock value (by for... | sebres | 2017-05-16 | 1 | -4/+9 |
|
|
| * | | resolved warnings compiled with gcc, removed unused "MsgCtLitIdxs" (was moved... | sebres | 2017-05-16 | 1 | -4/+1 |
|
|
| * | | Fixed stardate format: be sure positive after decimal point (note: clock-valu... | sebres | 2017-05-12 | 1 | -5/+7 |
|
|
| * | | fixes lost indentation during back-porting | sebres | 2017-05-11 | 1 | -18/+18 |
|
|
| * | | [clock] tclStrIdxTree extended with possibility to hold client data; also cha... | sebres | 2017-05-11 | 3 | -36/+45 |
|
|
| * | | prevents loss of key object if the format object (where key stored) becomes c... | sebres | 2017-05-11 | 1 | -12/+14 |
|
|
| * | | Added files missing after merge/back-port (rebase with merge point) | sebres | 2017-05-10 | 4 | -0/+4336 |
|
|
| * | | Fixed wrong args message (e.g. "clock format ..." instead of "::tcl::clock::f... | sebres | 2017-05-10 | 1 | -7/+7 |
|
|
| * | | Ensemble "clock" fixed after merge with kbk's clock ensemble solution. All co... | sebres | 2017-05-10 | 2 | -36/+50 |
|
|
| * | | resolving differences between 8.6 and trunk
| sebres | 2017-05-10 | 1 | -10/+8 |
|
|
| * | | [interim-merge-commit] back-ported branch sebres-clock-speedup (from trunk to... | sebres | 2017-05-10 | 6 | -685/+2691 |
| |\ \ |
|
| | * \ | merge sebres-trunk-timerate | sebres | 2017-03-07 | 1 | -0/+7 |
| | |\ \ |
|
| | * | | | tclEmptyStringRep -> &tclEmptyString | sebres | 2017-03-06 | 1 | -1/+1 |
|
|
| | * | | | merge trunk | sebres | 2017-03-06 | 29 | -329/+432 |
| | |\ \ \ |
|
| | * \ \ \ | merge sebres-trunk-timerate | sebres | 2017-02-09 | 3 | -16/+31 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | merge trunk | sebres | 2017-01-13 | 3 | -37/+41 |
| | |\ \ \ \ \ |
|
| | * | | | | | | code review and inline documentation | sebres | 2017-01-11 | 2 | -27/+323 |
|
|
| | * | | | | | | small amend (reset have rel flag) | sebres | 2017-01-10 | 1 | -0/+2 |
|
|
| | * | | | | | | "clock add" rewritten in C, using common functionality of "clock scan" (and f... | sebres | 2017-01-10 | 2 | -232/+505 |
|
|
| | * | | | | | | code review and inline documentation | sebres | 2017-01-10 | 6 | -26/+288 |
|
|
| | * | | | | | | [unix] resolving of several warnings (gcc 5.x): | sebres | 2017-01-10 | 4 | -25/+26 |
|
|
| | * | | | | | | Merge remote-tracking branch 'remotes/fossil/trunk' into sb/trunk-rewrite-clo... | sebres | 2017-01-10 | 3 | -20/+35 |
|
|
| | * | | | | | | [unix] build for *nix fixed, code clean-ups; missing declarations; unused var... | sebres | 2017-01-10 | 7 | -74/+75 |
|
|
| | * | | | | | | dict: unused variable removed | sebres | 2017-01-10 | 1 | -1/+0 |
|
|