CVS commit: src/games/fortune/strfile

2020-07-26 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Jul 26 15:14:09 UTC 2020 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Revert arc4random usage for now this is a host tool and needs to be portable future plans: add arc4random to libnbcompat To generate

CVS commit: src/games/fortune/strfile

2020-04-30 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 30 12:32:26 UTC 2020 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Simplify, errors to stderr. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/games/fortune/strfile/strfile.c

CVS commit: src/games/fortune/strfile

2020-04-29 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Apr 29 20:45:05 UTC 2020 Modified Files: src/games/fortune/strfile: strfile.c Log Message: strfile: Check that input/output filenames don't exceed the buffer size To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Sep 18 23:18:14 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: #include nbtool_config.h to pull in getprogname() declaration. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:18:52 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Don't define TRUE/FALSE, which may conflict with host headers. TRUE is unused anyway. Replace all instances of FALSE with 0. To

CVS commit: src/games/fortune/strfile

2013-09-18 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Sep 19 00:34:00 UTC 2013 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Now that we use nbtool_config.h we can use __dead again and drop local attempts to define its equivalent. Also drop the comment that

CVS commit: src/games/fortune/strfile

2012-10-13 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Oct 13 20:42:56 UTC 2012 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Pass -Wstrict-overflow. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/games/fortune/strfile/strfile.c Please

CVS commit: src/games/fortune/strfile

2011-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 17 18:16:51 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Move some things around so declarations appear in a reasonable order. To generate a diff of this commit: cvs rdiff -u -r1.31

CVS commit: src/games/fortune/strfile

2011-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Aug 17 18:17:40 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Remove redundant set of prototypes for local functions, exposed by previous. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games/fortune/strfile

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:06:34 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: kill homebrew error functions To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/fortune/strfile/strfile.c

CVS commit: src/games/fortune/strfile

2011-08-16 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Aug 16 19:53:04 UTC 2011 Modified Files: src/games/fortune/strfile: strfile.c Log Message: Use __dead instead of __attribute__((__noreturn__)). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/games/fortune/strfile

2010-01-17 Thread Marc Balmer
Module Name:src Committed By: mbalmer Date: Sun Jan 17 13:35:00 UTC 2010 Modified Files: src/games/fortune/strfile: strfile.8 Log Message: The default output file extension is '.dat', not '.out'. From Lars Nooden via OpenBSD. To generate a diff of this commit: cvs rdiff