Source-Changes archive

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

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   snj
Date:           Wed Jun 10 16:41:12 UTC 2015

Modified Files:
        src/gnu/dist/groff/src/utils/hpftodit [netbsd-7]: hpftodit.cpp
        src/gnu/dist/texinfo/makeinfo [netbsd-7]: files.c
        src/usr.bin/netstat [netbsd-7]: atalk.c

Log Message:
Pull up following revision(s) (requested by joerg in ticket #831):
        gnu/dist/groff/src/utils/hpftodit/hpftodit.cpp: revision 1.6
        gnu/dist/texinfo/makeinfo/files.c: revision 1.10
        usr.bin/netstat/atalk.c: revision 1.16
Fix operator precedence to allocate enough memory.
--
Drop assignment from uninitialized and otherwise unused variable.
--
The opposite of new[] is delete[], not delete.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.5.62.1 \
    src/gnu/dist/groff/src/utils/hpftodit/hpftodit.cpp
cvs rdiff -u -r1.9 -r1.9.38.1 src/gnu/dist/texinfo/makeinfo/files.c
cvs rdiff -u -r1.15 -r1.15.4.1 src/usr.bin/netstat/atalk.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