comparison src/ChangeLog @ 4406:5998e37dc35e

Use bignums if necessary for file size in #'file-attributes. 2008-01-19 Aidan Kehoe <kehoea@parhasard.net> * dired.c (Ffile_attributes): If bignums are available, use them for the file size when necessary. If they are not, be clearer about the check for whether the file size can fit in a Lisp integer.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 19 Jan 2008 14:34:19 +0100
parents 80e07b006f9c
children 8bbabcab2c42
comparison
equal deleted inserted replaced
4405:4b62544f5139 4406:5998e37dc35e
1 2008-01-19 Aidan Kehoe <kehoea@parhasard.net>
2
3 * dired.c (Ffile_attributes): If bignums are available, use them
4 for the file size when necessary. If they are not, be clearer
5 about the check for whether the file size can fit in a Lisp
6 integer.
7
1 2008-01-18 Jerry James <james@xemacs.org> 8 2008-01-18 Jerry James <james@xemacs.org>
2 9
3 * device-x.c (x_init_device): Don't write to path or read from 10 * device-x.c (x_init_device): Don't write to path or read from
4 format when neither has been initialized. 11 format when neither has been initialized.
5 12