Source-Changes archive

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

CVS commit: [netbsd-10] src/external/gpl2



Module Name:    src
Committed By:   martin
Date:           Thu Jan 22 19:20:39 UTC 2026

Modified Files:
        src/external/gpl2/gmake/dist [netbsd-10]: arscan.c job.c make.h read.c
        src/external/gpl2/groff [netbsd-10]: groff2netbsd
        src/external/gpl2/groff/bin/troff [netbsd-10]: Makefile
        src/external/gpl2/groff/dist/tmac [netbsd-10]: doc-syms groff_mdoc.man
        src/external/gpl2/groff/tmac [netbsd-10]: mdoc.local
        src/external/gpl2/texinfo [netbsd-10]: texinfo2netbsd
        src/external/gpl2/texinfo/dist/info [netbsd-10]: display.c
        src/external/gpl2/texinfo/dist/lib [netbsd-10]: mkstemp.c system.h
        src/external/gpl2/texinfo/dist/makeinfo [netbsd-10]: cmds.c cmds.h
            defun.c defun.h float.c footnote.c footnote.h 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-10]: texindex.c

Log Message:
Pull up the following, requested by mrg in #1219 ticket:

        external/gpl2/gmake/dist/ar.c                   up to 1.1.1.1
        external/gpl2/gmake/dist/arscan.c               up to 1.4
        external/gpl2/gmake/dist/configure              up to 1.3
        external/gpl2/gmake/dist/getopt.c               up to 1.1.1.1
        external/gpl2/gmake/dist/getopt.h               up to 1.1.1.1
        external/gpl2/gmake/dist/getopt1.c              up to 1.1.1.1
        external/gpl2/gmake/dist/job.c                  up to 1.4
        external/gpl2/gmake/dist/main.c                 up to 1.2
        external/gpl2/gmake/dist/make.h                 up to 1.4
        external/gpl2/gmake/dist/read.c                 up to 1.4
        external/gpl2/gmake/dist/glob/fnmatch.c         up to 1.1.1.1
        external/gpl2/groff/groff2netbsd                up to 1.2
        external/gpl2/groff/bin/troff/Makefile          up to 1.4
        external/gpl2/groff/dist/src/libs/libgroff/getopt.c up to 1.1.1.1
        external/gpl2/groff/dist/tmac/doc-syms          up to 1.9
        external/gpl2/groff/dist/tmac/groff_mdoc.man    up to 1.10
        external/gpl2/groff/tmac/mdoc.local             up to 1.12
        external/gpl2/texinfo/texinfo2netbsd            up to 1.2
        external/gpl2/texinfo/dist/info/display.c       up to 1.2
        external/gpl2/texinfo/dist/intl/dcigettext.c    up to 1.1.1.1
        external/gpl2/texinfo/dist/intl/gettextP.h      up to 1.1.1.1
        external/gpl2/texinfo/dist/lib/getopt.c         up to 1.2
        external/gpl2/texinfo/dist/lib/getopt_.h        up to 1.1.1.1
        external/gpl2/texinfo/dist/lib/mkstemp.c        up to 1.2
        external/gpl2/texinfo/dist/lib/system.h         up to 1.3
        external/gpl2/texinfo/dist/makeinfo/cmds.c      up to 1.5
        external/gpl2/texinfo/dist/makeinfo/cmds.h      up to 1.4
        external/gpl2/texinfo/dist/makeinfo/defun.c     up to 1.4
        external/gpl2/texinfo/dist/makeinfo/defun.h     up to 1.4
        external/gpl2/texinfo/dist/makeinfo/float.c     up to 1.4
        external/gpl2/texinfo/dist/makeinfo/footnote.c  up to 1.4
        external/gpl2/texinfo/dist/makeinfo/footnote.h  up to 1.4
        external/gpl2/texinfo/dist/makeinfo/index.c     up to 1.6
        external/gpl2/texinfo/dist/makeinfo/insertion.c up to 1.4
        external/gpl2/texinfo/dist/makeinfo/insertion.h up to 1.4
        external/gpl2/texinfo/dist/makeinfo/lang.c      up to 1.4
        external/gpl2/texinfo/dist/makeinfo/lang.h      up to 1.4
        external/gpl2/texinfo/dist/makeinfo/macro.c     up to 1.4
        external/gpl2/texinfo/dist/makeinfo/macro.h     up to 1.4
        external/gpl2/texinfo/dist/makeinfo/makeinfo.c  up to 1.5
        external/gpl2/texinfo/dist/makeinfo/multi.c     up to 1.5
        external/gpl2/texinfo/dist/makeinfo/node.c      up to 1.5
        external/gpl2/texinfo/dist/makeinfo/sectioning.c up to 1.5
        external/gpl2/texinfo/dist/makeinfo/sectioning.h up to 1.4
        external/gpl2/texinfo/dist/makeinfo/toc.c       up to 1.4
        external/gpl2/texinfo/dist/makeinfo/toc.h       up to 1.4
        external/gpl2/texinfo/dist/makeinfo/xref.c      up to 1.4
        external/gpl2/texinfo/dist/util/texindex.c      up to 1.6

Allow building with newer compilers


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.26.1 src/external/gpl2/gmake/dist/arscan.c \
    src/external/gpl2/gmake/dist/job.c src/external/gpl2/gmake/dist/make.h \
    src/external/gpl2/gmake/dist/read.c
cvs rdiff -u -r1.1 -r1.1.26.1 src/external/gpl2/groff/groff2netbsd
cvs rdiff -u -r1.3 -r1.3.8.1 src/external/gpl2/groff/bin/troff/Makefile
cvs rdiff -u -r1.5.10.1 -r1.5.10.2 src/external/gpl2/groff/dist/tmac/doc-syms
cvs rdiff -u -r1.7.10.1 -r1.7.10.2 \
    src/external/gpl2/groff/dist/tmac/groff_mdoc.man
cvs rdiff -u -r1.7.6.11 -r1.7.6.12 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.1 -r1.1.26.1 src/external/gpl2/texinfo/texinfo2netbsd
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.26.1 \
    src/external/gpl2/texinfo/dist/info/display.c
cvs rdiff -u -r1.1.1.1 -r1.1.1.1.26.1 \
    src/external/gpl2/texinfo/dist/lib/mkstemp.c
cvs rdiff -u -r1.2 -r1.2.26.1 src/external/gpl2/texinfo/dist/lib/system.h
cvs rdiff -u -r1.2 -r1.2.26.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.26.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/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/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.2.1 src/external/gpl2/texinfo/dist/makeinfo/multi.c
cvs rdiff -u -r1.2 -r1.2.26.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