[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master updated (aa49aa8 -> 63906ab)
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master updated (aa49aa8 -> 63906ab) |
Date: |
Sat, 24 Aug 2019 18:55:16 -0400 (EDT) |
eggert pushed a change to branch master.
from aa49aa8 Fix non-deterministic process test
new b62eac0 extern function cleanup
new 575179f Make (mod 1.0 0) consistent with (/ 1.0 0)
new 2f7ca40 Tweak integer mod performance
new a050cf8 Speed up % and mod with fixnum denom
new 63906ab Tweak time arithmetic performance
Summary of changes:
src/coding.c | 12 +++---
src/coding.h | 4 --
src/data.c | 104 ++++++++++++++++++++++++++-----------------------
src/fns.c | 32 +++++++--------
src/ftfont.c | 2 +-
src/ftfont.h | 1 -
src/lisp.h | 1 -
src/sysdep.c | 6 ---
src/sysstdio.h | 1 -
src/timefns.c | 8 ++--
test/src/data-tests.el | 7 ++++
11 files changed, 88 insertions(+), 90 deletions(-)
- [Emacs-diffs] master updated (aa49aa8 -> 63906ab),
Paul Eggert <=
- [Emacs-diffs] master 575179f 2/5: Make (mod 1.0 0) consistent with (/ 1.0 0), Paul Eggert, 2019/08/24
- [Emacs-diffs] master 2f7ca40 3/5: Tweak integer mod performance, Paul Eggert, 2019/08/24
- [Emacs-diffs] master b62eac0 1/5: extern function cleanup, Paul Eggert, 2019/08/24
- [Emacs-diffs] master a050cf8 4/5: Speed up % and mod with fixnum denom, Paul Eggert, 2019/08/24
- [Emacs-diffs] master 63906ab 5/5: Tweak time arithmetic performance, Paul Eggert, 2019/08/24