Change #242923
Category | texinfo |
Changed by | Gavin Smith <gavinsmith0123 | @gmail.com>
Changed at | Wed 13 Aug 2025 23:22:44 |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Project | texinfo |
Branch | master |
Revision | 8fcb07c38cb3479aa769eb1b0e5f760fbeec2778 |
Comments
* info/scan.c (copy_history_node): New function. * info/session-cmd.c (info_follow_menus): Do not free first argument and declare as const. Use copy_history_node to get a NODE to start with. * info/info.c (add_initial_nodes): Update. This means we can avoid calling info_get_node three times for the same node.
Changed files
- ChangeLog
- info/info.c
- info/scan.c
- info/scan.h
- info/session-cmd.c
- info/session.h