summaryrefslogtreecommitdiffstats
path: root/generic/tclClockFmt.c
Commit message (Expand)AuthorAgeFilesLines
* merge 8.7sebres2024-07-161-1/+1
|\
| * clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without validation...sebres2024-07-161-1/+1
| * (cherry-pick) Put ClockFmtScnStorageHashKeyType (and some more) in read-only ...jan.nijtmans2024-06-091-20/+27
* | Put ClockFmtScnStorageHashKeyType in read-only memorydkf2024-06-091-10/+13
* | Make function definitions have right argument styledkf2024-06-041-3/+7
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-7/+7
* | Merge 8.7jan.nijtmans2024-05-271-1/+1
|\ \ | |/
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-1/+1
* | clock option re-orderingjan.nijtmans2024-05-221-4/+4
|\ \ | |/
| * clock option re-orderingjan.nijtmans2024-05-221-4/+4
| * (backport): Funcs without args must explicitly take voidjan.nijtmans2024-05-101-2/+2
* | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-17/+16
* | Clean up a lot of small whitespace issues dkf2024-05-131-16/+17
* | Funcs without args must explicitly take void dkf2024-05-101-1/+1
* | Merge 8.7jan.nijtmans2024-05-081-1/+1
|\ \ | |/
| * Add some typecasts, remove duplicate "memset", remove some spacing.jan.nijtmans2024-05-081-1/+1
* | merge 8.7sebres2024-05-071-10/+10
|\ \ | |/
| * more simplificationssebres2024-05-071-10/+10
* | merge 8.7sebres2024-05-071-29/+36
|\ \ | |/
| * code review (optimization by parse of word tokens in clock format)sebres2024-05-071-31/+36
| * closes [a858d95f4bfddafb]: adjust word-token pointer after possible reallocsebres2024-05-071-0/+2
| * cherrypick [b73516f7cfccbc9f] to 8.7 - closes [167e0635db]: solves leaks, val...sebres2024-04-171-7/+7
* | closes [167e0635db]: solves leaks, valgrind test, etcsebres2024-04-171-7/+7
|\ \
| * | free tz.was (in exit handler)sebres2024-04-141-5/+5
| * | amend to [40f13c108666fdda]: although it is no one free to see after ClockFrm...sebres2024-04-141-1/+1
| * | revert [0e273ad998f16100], because of bug-fix in tclHashsebres2024-04-141-1/+0
| * | A crude protection against accessing the storage after it has beendgp2024-04-121-1/+1
| * | One added line that ends the "Conditional jump" errors from valgrinddgp2024-04-121-0/+1
* | | merge 8.7 (clock compat repair)sebres2024-04-171-20/+40
|\ \ \ | |/ / |/| / | |/
| * restore backwards compatibility (see clock-44.3) - spaces between tokens are ...sebres2024-04-171-20/+40
| * Some int -> Tcl_Size changesjan.nijtmans2024-04-141-11/+11
| * (cherry-pick): Clock not weak; clock strong!jan.nijtmans2024-04-121-9/+9
* | Clock not weak; clock strong!dkf2024-04-121-9/+9
* | Merge 8.7dkf2024-04-121-75/+103
|\ \ | |/
| * More cleaning up, notably no more symbols starting with _ as they're a reserv...dkf2024-04-121-75/+103
* | Merge 8.7jan.nijtmans2024-04-111-555/+633
|\ \ | |/
| * Next stage of migrating things to follow style: clock format supportdkf2024-04-111-559/+637
| * No need for TCL_OBJTYPE_V0 in Tcl 8.7. Make StrIdxTreeObjType static const. D...jan.nijtmans2024-04-111-2/+1
* | Merge 8.7dkf2024-04-101-2/+1
|\ \ | |/
| * Use standard macro for freeing the internal repdkf2024-04-101-2/+1
* | Merge 8.7. encodingPtr -> encodingNamePtr (for consistency)jan.nijtmans2024-04-041-1/+1
|\ \ | |/
| * Merge 8.6jan.nijtmans2024-04-041-1/+1
* | TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-17/+17
|/
* TIP 688: clock command revision and speedupjan.nijtmans2024-04-011-17/+17
* Merge 9.0. Please don't use "register" keywordjan.nijtmans2024-03-241-1/+1
* review and more optimizations (cherry-pick from tclclockmod)sebres2024-03-241-31/+71
* still one fix for [1f40aa83c552f597], now for freescan (overflow in tests clo...sebres2024-03-241-0/+10
* small amend (unsaved change)sebres2024-03-221-4/+4
* fix for [1f40aa83c552f597]: the overflow check could mistakenly pass in some ...sebres2024-03-221-13/+35
* There are no testcases showing overflow in _str2int()jan.nijtmans2024-03-221-5/+5