texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (8b7f2c96ae -> 1700ec6771)


From: Gavin D. Smith
Subject: master updated (8b7f2c96ae -> 1700ec6771)
Date: Wed, 16 Mar 2022 16:35:28 -0400 (EDT)

gavin pushed a change to branch master.

    from 8b7f2c96ae Top node ends at @part.
     new 0d981efa16 Move functions
     new e2303c86ea Split info/info-utils.c
     new a9239e5434 Rename info/info-utils.c
     new 02b0a378aa 2022 copyright year under info/
     new 1700ec6771 Move functions between files


Summary of changes:
 ChangeLog                     |  35 ++++
 info/Makefile.am              |   7 +-
 info/dir.c                    |   4 +-
 info/display.c                |   3 +-
 info/display.h                |   4 +-
 info/doc.h                    |   2 +-
 info/dribble.c                |   2 +-
 info/dribble.h                |   2 +-
 info/echo-area.c              |   5 +-
 info/echo-area.h              |   2 +-
 info/filesys.c                |   2 +-
 info/filesys.h                |   2 +-
 info/footnotes.c              |   3 +-
 info/footnotes.h              |   2 +-
 info/indices.c                |   5 +-
 info/indices.h                |   2 +-
 info/info-utils.h             | 145 --------------
 info/info.c                   |   3 +-
 info/info.h                   |   2 +-
 info/infodoc.c                |   5 +-
 info/infokey.c                |   2 +-
 info/infomap.c                |   2 +-
 info/infomap.h                |   2 +-
 info/infopath.c               |   5 +-
 info/m-x.c                    |   2 +-
 info/makedoc.c                |   2 +-
 info/man.c                    |   1 +
 info/man.h                    |   2 +-
 info/nodemenu.c               |   4 +-
 info/nodes.c                  |   5 +-
 info/nodes.h                  |   2 +-
 info/pcterm.c                 |   2 +-
 info/pseudotty.c              |   2 +-
 info/{info-utils.c => scan.c} | 427 +-----------------------------------------
 info/scan.h                   |  76 ++++++++
 info/search.c                 |   4 +-
 info/search.h                 |   2 +-
 info/session.c                |  36 +++-
 info/session.h                |   2 +-
 info/signals.c                |   2 +-
 info/signals.h                |   2 +-
 info/tag.c                    |   5 +-
 info/tag.h                    |   4 +-
 info/termdep.h                |   2 +-
 info/terminal.c               |   2 +-
 info/terminal.h               |   2 +-
 info/tilde.c                  |   2 +-
 info/tilde.h                  |   2 +-
 info/util.h                   |  77 ++++++++
 info/variables.c              |   2 +-
 info/variables.h              |   3 +-
 info/window.c                 |   5 +-
 info/window.h                 |   2 +-
 53 files changed, 300 insertions(+), 629 deletions(-)
 delete mode 100644 info/info-utils.h
 rename info/{info-utils.c => scan.c} (82%)
 create mode 100644 info/scan.h
 create mode 100644 info/util.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]