Mercurial > emacs
changeset 48565:b4a5789def11
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 27 Nov 2002 23:57:28 +0000 |
parents | 7f44fb167662 |
children | ac6028d32f14 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Nov 27 23:53:44 2002 +0000 +++ b/lisp/ChangeLog Wed Nov 27 23:57:28 2002 +0000 @@ -1,3 +1,7 @@ +2002-11-27 Jason Rumney <jasonr@gnu.org> + + * files.el (file-truename): Canonicalize non-existent names on w32. + 2002-11-28 Kim F. Storm <storm@cua.dk> * ido.el (ido-xemacs): Remove defvar. All uses changed to
--- a/src/ChangeLog Wed Nov 27 23:53:44 2002 +0000 +++ b/src/ChangeLog Wed Nov 27 23:57:28 2002 +0000 @@ -1,3 +1,11 @@ +2002-11-27 Jason Rumney <jasonr@gnu.org> + + * fileio.c (Finsert_file_contents): Give a more appropriate error + for files bigger than 2Gb when off_t is 32 bit. + + * dired.c (Ffile_attributes): Don't return negative file sizes for + files bigger than 2Gb when off_t is 32 bit. + 2002-11-27 Dave Love <fx@gnu.org> * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.