[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6e59f996b3 -> 03fb5d1ce8)
From: |
Patrice Dumas |
Subject: |
master updated (6e59f996b3 -> 03fb5d1ce8) |
Date: |
Sat, 12 Oct 2024 08:09:39 -0400 (EDT) |
pertusus pushed a change to branch master.
from 6e59f996b3 * info/nodes.c (info_create_node): initialize nodelen field
to 0. Previously it was set to -1, but it is confusing because the value was
never used. In most cases nodelen is set right after the call to
info_create_node. In case of man page, it may not be set right away, but then
it is the contents field that is used to determine if the man page node was
setup.
new ad978f7846 * info/nodes.c (init_file_buffer_tag): do not set
N_TagsIndirect on the entry, it is only relevant and used at the file buffer
level.
new 03fb5d1ce8 * info/nodes.c (init_file_buffer_tag), info/man.c
(get_manpage_node): do not set N_HasTagsTable on a manpage node nor on a tag
entry, it is only relevant and used at the file buffer level.
Summary of changes:
ChangeLog | 11 +++++++++++
info/man.c | 2 +-
info/nodes.c | 4 ----
3 files changed, 12 insertions(+), 5 deletions(-)
- master updated (6e59f996b3 -> 03fb5d1ce8),
Patrice Dumas <=