CVS commit: src/usr.bin/mkdep

2021-08-11 Thread Roland Illig
Module Name:src Committed By: rillig Date: Wed Aug 11 20:48:16 UTC 2021 Modified Files: src/usr.bin/mkdep: findcc.c Log Message: mkdep: document possible undefined behavior If findcc is called with a constant string, as its prototype suggests, the process crashes with a

CVS commit: src/usr.bin/mkdep

2018-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed May 23 21:20:20 UTC 2018 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: deconst -> __UNCONST to avoid null pointer arithmetic To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/mkdep/mkdep.c

CVS commit: src/usr.bin/mkdep

2013-03-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 21:57:47 UTC 2013 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: Conditionally include the depend files. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/usr.bin/mkdep/mkdep.c Please note

CVS commit: src/usr.bin/mkdep

2013-03-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 5 01:59:56 UTC 2013 Modified Files: src/usr.bin/mkdep: mkdep.1 mkdep.c Log Message: add -i and -v To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/usr.bin/mkdep/mkdep.1 cvs rdiff -u -r1.41 -r1.42

CVS commit: src/usr.bin/mkdep

2011-09-04 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Sep 4 20:30:06 UTC 2011 Modified Files: src/usr.bin/mkdep: findcc.c mkdep.c Log Message: ANSIfy + static + __dead To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/usr.bin/mkdep/findcc.c cvs rdiff -u -r1.39

CVS commit: src/usr.bin/mkdep

2011-05-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon May 30 22:52:13 UTC 2011 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: Handle the empty suffix properly. Convert suffix list to a list from an array and don't have limits in the suffix length. Also don't require

CVS commit: src/usr.bin/mkdep

2011-05-30 Thread enami tsugutomo
Module Name:src Committed By: enami Date: Tue May 31 02:34:32 UTC 2011 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: Don't touch before the mmap'ed region. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/usr.bin/mkdep/mkdep.c Please note

CVS commit: src/usr.bin/mkdep

2011-04-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Apr 17 22:35:22 UTC 2011 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: Recognize --sysroot but don't document it or do anything about it for now. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/usr.bin/mkdep

2010-10-14 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Oct 15 05:46:48 UTC 2010 Modified Files: src/usr.bin/mkdep: mkdep.1 Log Message: Per PR 19359 note that mkdep doesn't handle all make metacharacters correctly; in particular, filenames containing '#' cause trouble, although

CVS commit: src/usr.bin/mkdep

2010-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 26 15:04:40 UTC 2010 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: PR/43364: Nicolas Joly: mkdep(1) wrong target names when suffix list miss .o To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/usr.bin/mkdep

2010-05-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed May 26 18:07:34 UTC 2010 Modified Files: src/usr.bin/mkdep: mkdep.c Log Message: fix empty suffix case. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/mkdep/mkdep.c Please note that diffs are