changeset 55163:19df3b88b837

.
author Andreas Schwab <schwab@suse.de>
date Mon, 26 Apr 2004 22:01:18 +0000
parents 4903fe69b0fa
children 25c220642eae
files src/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Apr 26 21:56:26 2004 +0000
+++ b/src/ChangeLog	Mon Apr 26 22:01:18 2004 +0000
@@ -1,3 +1,17 @@
+2004-04-26  Andreas Schwab  <schwab@suse.de>
+
+	* print.c (print_object): Print non-ascii characters in bool
+	vector representation as octal escapes.
+
+	* lisp.h (BOOL_VECTOR_BITS_PER_CHAR): Define.
+	* print.c (print_object): Use it instead of BITS_PER_CHAR for
+	bool vectors.
+	* lread.c (read1): Likewise.
+	* alloc.c (Fmake_bool_vector): Likewise.
+	* data.c (Faref, Faset): Likewise.
+	* fns.c (Fcopy_sequence, concat, internal_equal, Ffillarray)
+	(mapcar1): Likewise.
+	
 2004-04-26  Steven Tamm  <tamm@Steven-Tamms-Computer.local>
 
 	* lread.c (init_lread): Fixing typo HAVE_CARBON test logic