]> git.eshelyaron.com Git - emacs.git/commit
Avoid interleaving stderr in dump_fingerprint
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jul 2019 17:41:46 +0000 (10:41 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 13 Jul 2019 23:53:21 +0000 (16:53 -0700)
commit1178f98f2c0973dd1f8a66cbb4de20c0d7af3271
tree0d85660fe6133895571ac48b6f1403cd8cdd58d9
parenta8ffbb20da67b20a85ddca38e20c609144c3bef3
Avoid interleaving stderr in dump_fingerprint

* src/fns.c (hexbuf_digest): New function, containing most of
the old make_digest_string.
(make_digest_string): Use it.
* src/pdumper.c (dump_fingerprint): Rewrite to use a single
fprintf call, to avoid interleaving on GNU/Linux.
src/fns.c
src/lisp.h
src/pdumper.c