diff options
| author | Wayne Davison <wayned@users.sourceforge.net> | 2002-10-31 18:36:29 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@users.sourceforge.net> | 2002-10-31 18:36:29 +0000 |
| commit | a46aee118818cdcb474d3f07adb43774512479df (patch) | |
| tree | 105bff42b1782336b54aa6bb2919abbc7e7f035d | |
| parent | - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version (diff) | |
| download | zsh-a46aee118818cdcb474d3f07adb43774512479df.tar zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.gz zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.bz2 zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.lz zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.xz zsh-a46aee118818cdcb474d3f07adb43774512479df.tar.zst zsh-a46aee118818cdcb474d3f07adb43774512479df.zip | |
17881
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2002-10-31 Wayne Davison <wayned@users.sourceforge.net> + + * 17881: Src/builtin.c, Src/params.c: made the elapsed time in the + integer version of $SECONDS slightly more accurate and made the + calling of a function with a local $SECONDS value restore the parent + value without any accumulated error. + 2002-10-30 Wayne Davison <wayned@users.sourceforge.net> * unposted: Src/math.c: Got rid of a gcc-3.2 compiler warning. |
