summaryrefslogtreecommitdiffstats
path: root/generic/tclClock.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2024-08-061-1/+1
|\
| * Missed some backports from 9.0. Some indentingjan.nijtmans2024-08-051-1/+1
* | merge 8.7sebres2024-07-281-8/+12
|\ \ | |/
| * closes [cd25761979]: `clock format` and `clock add` will accept `now` as cloc...sebres2024-07-281-8/+12
* | merge 8.7sebres2024-07-161-1/+1
|\ \ | |/
| * clock: better fix for validation check for scanned day of week in input (norm...sebres2024-07-161-1/+1
* | merge 8.7 (clock: fix validation check for scanned Sunday)sebres2024-07-161-1/+1
|\ \ | |/
| * clock: fix validation check for scanned Sunday (missing % 7 by compare)sebres2024-07-161-1/+1
* | merge 8.7sebres2024-07-161-1/+7
|\ \ | |/
| * clock: fixed regression [3ee8f1c2a785f4d8]: time overflow (without validation...sebres2024-07-161-1/+7
* | Space before tab is an extremely unlikely to be correct indentation patterndkf2024-06-041-9/+9
* | 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-20/+17
|\ \ \ | |/ /
| * | clock option re-orderingjan.nijtmans2024-05-221-20/+17
* | | Backout the "dullest commit ever" (not my words ....). It breaks the build. jan.nijtmans2024-05-141-19/+18
* | | Clean up a lot of small whitespace issues dkf2024-05-131-18/+19
* | | More whitespace cleanupdkf2024-05-101-5/+0
* | | TIP #690: Make "clock scan -valid 1" the defaultjan.nijtmans2024-04-201-1/+1
|\ \ \
| * \ \ Rebase to 9.0jan.nijtmans2024-04-141-1/+1
| |\ \ \
| | * \ \ Rebase to 9.0jan.nijtmans2024-04-011-1/+1
| | |\ \ \
| | | * | | TIP #690 implementation: Make "clock scan -valid 1" the defaultjan.nijtmans2024-03-201-1/+1
* | | | | | Merge 8.7jan.nijtmans2024-04-171-1/+1
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | This fits on a single line (as in 9.0)jan.nijtmans2024-04-171-2/+1
* | | | | | merge point (with small amend, same type as in 9.0 header declared for Tcl_Ti...sebres2024-04-171-0/+4
|\ \ \ \ \ \ | |/ / / / /
| * | | | | cherrypick [b73516f7cfccbc9f] to 8.7 - closes [167e0635db]: solves leaks, val...sebres2024-04-171-11/+41
* | | | | | closes [167e0635db]: solves leaks, valgrind test, etcsebres2024-04-171-11/+37
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | clean clock mutexsebres2024-04-151-0/+2
| * | | | | free tz.was (in exit handler)sebres2024-04-141-11/+33
| * | | | | Plug mem leak of mcLitIdxs field.dgp2024-04-121-0/+1
| * | | | | Plug memory leak of the mcLiterals field.dgp2024-04-121-0/+1
* | | | | | Merge 8.7jan.nijtmans2024-04-141-5/+5
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | Some int -> Tcl_Size changesjan.nijtmans2024-04-141-8/+8
| * | | | (cherry-pick): Clock not weak; clock strong!jan.nijtmans2024-04-121-1/+1
* | | | | Clock not weak; clock strong!dkf2024-04-121-1/+1
* | | | | Merge 8.7dkf2024-04-121-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed misleading commentdkf2024-04-121-1/+2
* | | | | Merge 8.7dkf2024-04-121-132/+135
|\ \ \ \ \ | |/ / / /
| * | | | More cleaning up, notably no more symbols starting with _ as they're a reserv...dkf2024-04-121-132/+136
* | | | | Merge 8.7jan.nijtmans2024-04-121-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fix panic "loop in ConvertLocalToUTCUsingTable", introduced by previous commi...jan.nijtmans2024-04-121-5/+6
* | | | | Merge 8.7jan.nijtmans2024-04-111-484/+437
|\ \ \ \ \ | |/ / / /
| * | | | Clean up the code style of the rest of clockdkf2024-04-111-487/+440
| * | | | Merge 8.6. Use Tcl_NewBooleanObj for booleans; we should say what we meanjan.nijtmans2024-04-111-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Use Tcl_NewBooleanObj for booleans; we should say what we meandkf2024-04-111-1/+1
* | | | | Merge 8.7jan.nijtmans2024-04-101-3/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge 8.6 Use TclHasInternalRep() macro in more places.jan.nijtmans2024-04-101-3/+3
| |\ \ \ \ | | |/ / /
* | | | | merge 8.7sebres2024-04-061-11/+14
|\ \ \ \ \ | |/ / / /
| * | | | more improvements for overflow cases (always proper message, errorCode, corre...sebres2024-04-061-6/+7
| * | | | simple attempt to silence valgrind [167e0635db], improved error message by ba...sebres2024-04-061-10/+12