diff options
| author | Andreas Schwab | 2009-10-24 16:34:52 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-10-24 16:34:52 +0000 |
| commit | 58a128895203804c027b61cefe32c32e16904b57 (patch) | |
| tree | 72e9c4e22c91fb59a495e1cee7207de20a896f39 /src/ChangeLog | |
| parent | 987c93276e7a43944cdaef61f7b2aa8fbf7f4d87 (diff) | |
| download | emacs-58a128895203804c027b61cefe32c32e16904b57.tar.gz emacs-58a128895203804c027b61cefe32c32e16904b57.zip | |
(Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P
can properly handle unsigned types.
(make_uid, make_gid): Removed.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8ff2ec0fa80..1a2d994bad6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2009-10-24 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2009-10-24 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * dired.c (Ffile_attributes): Simplify now that FIXNUM_OVERFLOW_P | ||
| 4 | can properly handle unsigned types. | ||
| 5 | (make_uid, make_gid): Removed. | ||
| 6 | |||
| 3 | * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned | 7 | * lisp.h (FIXNUM_OVERFLOW_P): Fix last change to handle unsigned |
| 4 | types again. | 8 | types again. |
| 5 | 9 | ||