Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-02 | 53297: Test/A08time: allow %nU/%nS result to be 0 | dana | 1 | -1/+1 | |
2024-12-26 | 53257: use monotonic clock where appropriate | dana | 1 | -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-21 | 53103: fix spurious test failure on Solaris | Bart Schaefer | 1 | -1/+2 | |
2024-09-14 | 53088: enable `time' on builtins, assignments, and current-shell actions | Bart Schaefer | 1 | -0/+64 | |