summaryrefslogtreecommitdiff
path: root/Test/A08time.ztst
AgeCommit message (Collapse)AuthorFilesLines
2025-01-0253297: Test/A08time: allow %nU/%nS result to be 0dana1-1/+1
2024-12-2653257: use monotonic clock where appropriatedana1-2/+37
update the following features to use the monotonic clock for calculating time deltas and intervals: * MAILCHECK parameter * PERIOD parameter * SECONDS parameter * %(nS.t.f) prompt-expansion sequence * time built-in's elapsed time and cpu % values * zsh/zftp ZFTP_TMOUT parameter * zsh/zprof timings also use CLOCK_MONOTONIC_RAW instead of CLOCK_MONOTONIC on macOS
2024-09-2153103: fix spurious test failure on SolarisBart Schaefer1-1/+2
2024-09-1453088: enable `time' on builtins, assignments, and current-shell actionsBart Schaefer1-0/+64