Source-Changes archive

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

CVS commit: [netbsd-9] src/external/gpl2/texinfo



Module Name:    src
Committed By:   martin
Date:           Thu Jan 22 19:02:28 UTC 2026

Modified Files:
        src/external/gpl2/texinfo [netbsd-9]: texinfo2netbsd
        src/external/gpl2/texinfo/dist [netbsd-9]: config.guess
        src/external/gpl2/texinfo/dist/info [netbsd-9]: display.c
        src/external/gpl2/texinfo/dist/intl [netbsd-9]: dcigettext.c gettextP.h
        src/external/gpl2/texinfo/dist/lib [netbsd-9]: getopt.c getopt_.h
            mkstemp.c system.h
        src/external/gpl2/texinfo/dist/makeinfo [netbsd-9]: cmds.c cmds.h
            defun.c defun.h float.c footnote.c footnote.h html.c index.c
            insertion.c insertion.h lang.c lang.h macro.c macro.h makeinfo.c
            multi.c node.c sectioning.c sectioning.h toc.c toc.h xref.c
        src/external/gpl2/texinfo/dist/util [netbsd-9]: texindex.c

Log Message:
Apply path, requested by mrg in ticket #1996

        gpl2/texinfo/texinfo2netbsd             (apply patch)
        gpl2/texinfo/dist/config.guess          (apply patch)
        gpl2/texinfo/dist/info/display.c                (apply patch)
        gpl2/texinfo/dist/intl/dcigettext.c             (apply patch)
        gpl2/texinfo/dist/intl/gettextP.h               (apply patch)
        gpl2/texinfo/dist/lib/getopt.c          (apply patch)
        gpl2/texinfo/dist/lib/getopt_.h         (apply patch)
        gpl2/texinfo/dist/lib/mkstemp.c         (apply patch)
        gpl2/texinfo/dist/lib/system.h          (apply patch)
        gpl2/texinfo/dist/makeinfo/cmds.c               (apply patch)
        gpl2/texinfo/dist/makeinfo/cmds.h               (apply patch)
        gpl2/texinfo/dist/makeinfo/defun.c              (apply patch)
        gpl2/texinfo/dist/makeinfo/defun.h              (apply patch)
        gpl2/texinfo/dist/makeinfo/float.c              (apply patch)
        gpl2/texinfo/dist/makeinfo/footnote.c           (apply patch)
        gpl2/texinfo/dist/makeinfo/footnote.h           (apply patch)
        gpl2/texinfo/dist/makeinfo/html.c               (apply patch)
        gpl2/texinfo/dist/makeinfo/index.c              (apply patch)
        gpl2/texinfo/dist/makeinfo/insertion.c          (apply patch)
        gpl2/texinfo/dist/makeinfo/insertion.h          (apply patch)
        gpl2/texinfo/dist/makeinfo/lang.c               (apply patch)
        gpl2/texinfo/dist/makeinfo/lang.h               (apply patch)
        gpl2/texinfo/dist/makeinfo/macro.c              (apply patch)
        gpl2/texinfo/dist/makeinfo/macro.h              (apply patch)
        gpl2/texinfo/dist/makeinfo/makeinfo.c           (apply patch)
        gpl2/texinfo/dist/makeinfo/multi.c              (apply patch)
        gpl2/texinfo/dist/makeinfo/node.c               (apply patch)
        gpl2/texinfo/dist/makeinfo/sectioning.c         (apply patch)
        gpl2/texinfo/dist/makeinfo/sectioning.h         (apply patch)
        gpl2/texinfo/dist/makeinfo/toc.c                (apply patch)
        gpl2/texinfo/dist/makeinfo/toc.h                (apply patch)
        gpl2/texinfo/dist/makeinfo/xref.c               (apply patch)
        gpl2/texinfo/dist/util/texindex.c               (apply patch)

Fix building with newer compilers


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.18.1 src/external/gpl2/texinfo/texinfo2netbsd
cvs rdiff -u -r1.3 -r1.3.14.1 src/external/gpl2/texinfo/dist/config.guess
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.18.1 \
    src/external/gpl2/texinfo/dist/info/display.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.18.1 \
    src/external/gpl2/texinfo/dist/intl/dcigettext.c \
    src/external/gpl2/texinfo/dist/intl/gettextP.h
cvs rdiff -u -r1.2 -r1.2.18.1 src/external/gpl2/texinfo/dist/lib/getopt.c \
    src/external/gpl2/texinfo/dist/lib/system.h
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.18.1 \
    src/external/gpl2/texinfo/dist/lib/getopt_.h \
    src/external/gpl2/texinfo/dist/lib/mkstemp.c
cvs rdiff -u -r1.2 -r1.2.18.1 src/external/gpl2/texinfo/dist/makeinfo/cmds.c \
    src/external/gpl2/texinfo/dist/makeinfo/makeinfo.c \
    src/external/gpl2/texinfo/dist/makeinfo/node.c \
    src/external/gpl2/texinfo/dist/makeinfo/sectioning.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.18.1 \
    src/external/gpl2/texinfo/dist/makeinfo/cmds.h \
    src/external/gpl2/texinfo/dist/makeinfo/defun.c \
    src/external/gpl2/texinfo/dist/makeinfo/defun.h \
    src/external/gpl2/texinfo/dist/makeinfo/float.c \
    src/external/gpl2/texinfo/dist/makeinfo/footnote.c \
    src/external/gpl2/texinfo/dist/makeinfo/footnote.h \
    src/external/gpl2/texinfo/dist/makeinfo/html.c \
    src/external/gpl2/texinfo/dist/makeinfo/index.c \
    src/external/gpl2/texinfo/dist/makeinfo/insertion.c \
    src/external/gpl2/texinfo/dist/makeinfo/insertion.h \
    src/external/gpl2/texinfo/dist/makeinfo/lang.c \
    src/external/gpl2/texinfo/dist/makeinfo/lang.h \
    src/external/gpl2/texinfo/dist/makeinfo/macro.c \
    src/external/gpl2/texinfo/dist/makeinfo/macro.h \
    src/external/gpl2/texinfo/dist/makeinfo/multi.c \
    src/external/gpl2/texinfo/dist/makeinfo/sectioning.h \
    src/external/gpl2/texinfo/dist/makeinfo/toc.c \
    src/external/gpl2/texinfo/dist/makeinfo/toc.h \
    src/external/gpl2/texinfo/dist/makeinfo/xref.c
cvs rdiff -u -r1.2 -r1.2.18.1 src/external/gpl2/texinfo/dist/util/texindex.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index