CVS commit: src/usr.bin/midiplay

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 08:37:21 UTC 2019 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: make a fallthru comment GCC7 compatible. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/midiplay/midiplay.c

CVS commit: src/usr.bin/midiplay

2019-02-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Feb 1 08:37:21 UTC 2019 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: make a fallthru comment GCC7 compatible. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/usr.bin/midiplay/midiplay.c

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 3 05:14:55 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/midiplay/midiplay.c Please note that

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 3 05:14:55 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: Sync usage with manpage. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/usr.bin/midiplay/midiplay.c Please note that

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 3 05:13:20 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: Merge options without arguments in synopsis. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/midiplay/midiplay.1

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 3 05:13:20 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: Merge options without arguments in synopsis. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.bin/midiplay/midiplay.1

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 3 01:12:57 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 midiplay.c Log Message: if just parsing don't try to read the uninitialised device name, or display the unit number. add a "-s" option that sends an

CVS commit: src/usr.bin/midiplay

2018-05-02 Thread matthew green
Module Name:src Committed By: mrg Date: Thu May 3 01:12:57 UTC 2018 Modified Files: src/usr.bin/midiplay: midiplay.1 midiplay.c Log Message: if just parsing don't try to read the uninitialised device name, or display the unit number. add a "-s" option that sends an

CVS commit: src/usr.bin/midiplay

2015-03-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 22 22:47:43 UTC 2015 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: if not playing (-q mode), don't call ioctl() or try to use the results. now -q mode works. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/midiplay

2015-03-22 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Mar 22 22:47:43 UTC 2015 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: if not playing (-q mode), don't call ioctl() or try to use the results. now -q mode works. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/midiplay

2011-11-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 25 01:39:48 UTC 2011 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: - accept midi0 as an alias for 0 to the -d flag - verify that the requested unit exists before playing - if the verbose flag is set,

CVS commit: src/usr.bin/midiplay

2011-11-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Fri Nov 25 01:39:48 UTC 2011 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: - accept midi0 as an alias for 0 to the -d flag - verify that the requested unit exists before playing - if the verbose flag is set,

CVS commit: src/usr.bin/midiplay

2011-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 17 22:16:42 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile Log Message: Fix disable stricter format string messages with clang again. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/midiplay

2011-08-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 17 22:16:42 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile Log Message: Fix disable stricter format string messages with clang again. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/usr.bin/midiplay

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:26:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile midiplay.c Log Message: - add a SYSEX0 macro that does not override the initializers and use it - fix whitespace - make things static and eliminate

CVS commit: src/usr.bin/midiplay

2011-08-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 14 13:26:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile midiplay.c Log Message: - add a SYSEX0 macro that does not override the initializers and use it - fix whitespace - make things static and eliminate

CVS commit: src/usr.bin/midiplay

2011-05-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 26 14:20:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile Log Message: Use CWARNFLAGS.clang and not CWARNFLAGS here To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/midiplay/Makefile

CVS commit: src/usr.bin/midiplay

2011-05-26 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu May 26 14:20:23 UTC 2011 Modified Files: src/usr.bin/midiplay: Makefile Log Message: Use CWARNFLAGS.clang and not CWARNFLAGS here To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/usr.bin/midiplay/Makefile

CVS commit: src/usr.bin/midiplay

2010-01-16 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 16 08:50:29 UTC 2010 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: fix wording: instead of the a file - instead of a file To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/midiplay

2010-01-16 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sat Jan 16 08:50:29 UTC 2010 Modified Files: src/usr.bin/midiplay: midiplay.1 Log Message: fix wording: instead of the a file - instead of a file To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/usr.bin/midiplay

2009-04-12 Thread Luke Mewburn
Module Name:src Committed By: lukem Date: Sun Apr 12 14:15:08 UTC 2009 Modified Files: src/usr.bin/midiplay: midiplay.c Log Message: fix sign-compare and cast-qual issues To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/usr.bin/midiplay/midiplay.c