diff options
| author | Eli Zaretskii | 2011-10-29 15:35:23 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-10-29 15:35:23 +0200 |
| commit | 8b058d447425857f933c119edbac3c1e2da3e1f3 (patch) | |
| tree | 61907528bf161ea6783014135d6924d173cb22f7 /src/ChangeLog | |
| parent | aa4dfba7fd52e598b29e3a13efe8743837a2e53b (diff) | |
| download | emacs-8b058d447425857f933c119edbac3c1e2da3e1f3.tar.gz emacs-8b058d447425857f933c119edbac3c1e2da3e1f3.zip | |
Fix the `xbytecode' user-defined command in .gdbinit.
src/.gdbinit (xprintbytestr): New command.
(xwhichsymbols): Renamed from `which'; all callers changed.
(xbytecode): Print the byte-code string as well.
src/alloc.c (which_symbols): New function.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a7d66ceb17..98c050c2379 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2011-10-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Fix the `xbytecode' command. | ||
| 4 | * .gdbinit (xprintbytestr): New command. | ||
| 5 | (xwhichsymbols): Renamed from `which'; all callers changed. | ||
| 6 | (xbytecode): Print the byte-code string as well. | ||
| 7 | |||
| 8 | * alloc.c (which_symbols): New function. | ||
| 9 | |||
| 1 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> | 10 | 2011-10-29 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 11 | ||
| 3 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty | 12 | * minibuf.c (read_minibuf_noninteractive): Allow reading empty |