Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5641:f4d74be74462
Fix symbol and string printing in gdb with pobj and NEW_GC. See xemacs-patches
message <CAHCOHQ=RdYDu_K6ONqXxDEO0sLFe2_egftpfFEU=C6cVaDcsjw@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 11 Jan 2012 16:38:50 -0700 |
parents | 1d1f385c9149 |
children | 611a6845ebee |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jan 08 22:29:06 2012 -0500 +++ b/src/ChangeLog Wed Jan 11 16:38:50 2012 -0700 @@ -75,6 +75,10 @@ 2011-12-28 Jerry James <james@xemacs.org> + * .gdbinit.in.in: fix symbol and string printing with pobj and NEW_GC. + +2011-12-28 Jerry James <james@xemacs.org> + * lisp-disunion.h (make_fixnum): avoid losing bits off the left end if the value is of large magnitude and narrow type. (make_char_1): ditto.