Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5640:e6b5c49f9e13 | 5641:f4d74be74462 |
---|---|
70 byte-compile-macro-environment. | 70 byte-compile-macro-environment. |
71 Always look up symbol- and other macros in the (possibly modified) | 71 Always look up symbol- and other macros in the (possibly modified) |
72 byte-compile-macro-environment, not the supplied ENVIRONMENT. | 72 byte-compile-macro-environment, not the supplied ENVIRONMENT. |
73 byte-compile-macro-environment reflects ENVIRONMENT, so that's OK | 73 byte-compile-macro-environment reflects ENVIRONMENT, so that's OK |
74 and preferred. | 74 and preferred. |
75 | |
76 2011-12-28 Jerry James <james@xemacs.org> | |
77 | |
78 * .gdbinit.in.in: fix symbol and string printing with pobj and NEW_GC. | |
75 | 79 |
76 2011-12-28 Jerry James <james@xemacs.org> | 80 2011-12-28 Jerry James <james@xemacs.org> |
77 | 81 |
78 * lisp-disunion.h (make_fixnum): avoid losing bits off the left end | 82 * lisp-disunion.h (make_fixnum): avoid losing bits off the left end |
79 if the value is of large magnitude and narrow type. | 83 if the value is of large magnitude and narrow type. |