comparison src/ChangeLog @ 68430:47782d80f30b

* alloc.c (make_interval, allocate_string) (allocate_string_data, make_float, Fcons, allocate_vectorlike) (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing global variables.
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 27 Jan 2006 22:14:57 +0000
parents 4e4c1567e59c
children 109e1f35974e
comparison
equal deleted inserted replaced
68429:df6222347a31 68430:47782d80f30b
1 2006-01-27 Chong Yidong <cyd@stupidchicken.com>
2
3 * alloc.c (make_interval, allocate_string)
4 (allocate_string_data, make_float, Fcons, allocate_vectorlike)
5 (Fmake_symbol, allocate_misc): Use BLOCK_INPUT when accessing
6 global variables.
7
1 2006-01-27 Eli Zaretskii <eliz@gnu.org> 8 2006-01-27 Eli Zaretskii <eliz@gnu.org>
2 9
3 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use 10 * dired.c (DIRENTRY_NONEMPTY) [__CYGWIN__]: Don't use d_ino; use
4 the MSDOS definition. 11 the MSDOS definition.
5 12