# HG changeset patch # User Andreas Schwab # Date 1083016878 0 # Node ID 19df3b88b83795e2aaebd29811471bec9908d87d # Parent 4903fe69b0fad535634b1e39c957ff9a4dc610b4 . diff -r 4903fe69b0fa -r 19df3b88b837 src/ChangeLog --- 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 + + * 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 * lread.c (init_lread): Fixing typo HAVE_CARBON test logic