]> git.eshelyaron.com Git - emacs.git/commit
Fix doc for machines with wider system times such as time_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:42:59 +0000 (11:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:42:59 +0000 (11:42 -0700)
commitda908fa9a718745d426af0f69f88324b3023b7e4
tree5ff9fb8e3845823cca8d3d6a76003fa0d0bc67ec
parent3c9d8b1ef814e03b5490c3ab3e28f2867ee9cf51
Fix doc for machines with wider system times such as time_t.

On such machines, it's now safe to assume that EMACS_INT is as
wide as the system times, so that shifting right by 16 will
result in an integer that always fits in EMACS_INT.
* dired.c (Ffile_attributes): Document large inode number handling.
* termhooks.h: Fix comment for large time stamp handling.
src/ChangeLog
src/dired.c
src/termhooks.h