aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndrew Innes2001-01-17 11:11:53 +0000
committerAndrew Innes2001-01-17 11:11:53 +0000
commit9ad4f3e55659c2833d86e48d8ba0362b927ece52 (patch)
treefdf7c0b7074334c643f0dd788f55528202f8dccf /src/ChangeLog
parent3bd00f3b932b8813b599f70abd3f70150262410f (diff)
downloademacs-9ad4f3e55659c2833d86e48d8ba0362b927ece52.tar.gz
emacs-9ad4f3e55659c2833d86e48d8ba0362b927ece52.zip
(directory_files_internal): Convert result from readdir
to a unibyte string initially, to avoid possible misinterpretation of some bytes as the internal form of Emacs characters.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b24e335fe0..ae091659f49 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12001-01-17 Andrew Innes <andrewi@gnu.org>
2
3 * dired.c (directory_files_internal): Convert result from readdir
4 to a unibyte string initially, to avoid possible misinterpretation
5 of some bytes as the internal form of Emacs characters.
6
12001-01-17 Kenichi Handa <handa@etl.go.jp> 72001-01-17 Kenichi Handa <handa@etl.go.jp>
2 8
3 * fns.c (concat): Be sure to avoid putting the same `composition' 9 * fns.c (concat): Be sure to avoid putting the same `composition'