CVS commit: src/games/warp

2021-04-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 08:06:38 UTC 2021 Modified Files: src/games/warp: term.h Log Message: avoid duplicating symbols in libterminfo. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/games/warp/term.h Please note that diffs

CVS commit: src/games/warp

2021-04-13 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Apr 13 08:06:38 UTC 2021 Modified Files: src/games/warp: term.h Log Message: avoid duplicating symbols in libterminfo. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/games/warp/term.h Please note that diffs

CVS commit: src/games/warp

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 09:24:02 UTC 2020 Modified Files: src/games/warp: util.h Log Message: roundsleep(): Too many zeros; tv_nsec should be compared with 500 msec, not 5000. Raised by clang for ILP32 archs. To generate a diff of this commit:

CVS commit: src/games/warp

2020-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 21 09:24:02 UTC 2020 Modified Files: src/games/warp: util.h Log Message: roundsleep(): Too many zeros; tv_nsec should be compared with 500 msec, not 5000. Raised by clang for ILP32 archs. To generate a diff of this commit:

CVS commit: src/games/warp

2020-11-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 12 22:23:16 UTC 2020 Modified Files: src/games/warp: intrp.c score.h sig.h util.c util.h Log Message: Avoid common symbols. Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/warp/intrp.c

CVS commit: src/games/warp

2020-11-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 12 22:23:16 UTC 2020 Modified Files: src/games/warp: intrp.c score.h sig.h util.c util.h Log Message: Avoid common symbols. Use __dead. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/warp/intrp.c

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 20:04:02 UTC 2020 Modified Files: src/games/warp: Makefile Log Message: Comment out debugging build (it still randomly crashes though) pointed out by wiz To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 20:04:02 UTC 2020 Modified Files: src/games/warp: Makefile Log Message: Comment out debugging build (it still randomly crashes though) pointed out by wiz To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 19:55:33 UTC 2020 Modified Files: src/games/warp: config.h config.h.SH config.sh init.c intrp.c score.c score.h sig.c term.c util.h warp.c Log Message: use strchr, strrchr, random, more lint removal,

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 19:55:33 UTC 2020 Modified Files: src/games/warp: config.h config.h.SH config.sh init.c intrp.c score.c score.h sig.c term.c util.h warp.c Log Message: use strchr, strrchr, random, more lint removal,

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 19:54:54 UTC 2020 Modified Files: src/games/warp: Makefile Log Message: no need for -lcompat To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/warp/Makefile Please note that diffs are not

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 19:54:54 UTC 2020 Modified Files: src/games/warp: Makefile Log Message: no need for -lcompat To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/warp/Makefile Please note that diffs are not

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 17:11:19 UTC 2020 Modified Files: src/games/warp: Makefile config.h intrp.c score.c term.c term.h warp.h Log Message: - use termios - enable setgid games - enable savedir To generate a diff of this commit: cvs

CVS commit: src/games/warp

2020-11-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 11 17:11:19 UTC 2020 Modified Files: src/games/warp: Makefile config.h intrp.c score.c term.c term.h warp.h Log Message: - use termios - enable setgid games - enable savedir To generate a diff of this commit: cvs

CVS commit: src/games/warp

2020-11-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Nov 11 11:54:42 UTC 2020 Modified Files: src/games/warp: warp.c Log Message: Fix the old leftover license note Larry Wall: "I outgrew commercial-free licensing about 30 years ago." To generate a diff of this commit: cvs

CVS commit: src/games/warp

2020-11-11 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Nov 11 11:54:42 UTC 2020 Modified Files: src/games/warp: warp.c Log Message: Fix the old leftover license note Larry Wall: "I outgrew commercial-free licensing about 30 years ago." To generate a diff of this commit: cvs

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:32:33 UTC 2020 Modified Files: src/games/warp: play.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/warp/play.c Please note that diffs are not

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:32:33 UTC 2020 Modified Files: src/games/warp: play.c Log Message: remove error(1) comments To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/games/warp/play.c Please note that diffs are not

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:03:22 UTC 2020 Modified Files: src/games/warp: util.c Log Message: Antivaxer support. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/util.c Please note that diffs are not public

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 23:03:22 UTC 2020 Modified Files: src/games/warp: util.c Log Message: Antivaxer support. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/util.c Please note that diffs are not public

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:56:49 UTC 2020 Removed Files: src/games/warp: config.H Log Message: can't have config.h and config.H in case-preserving but case-folding file-systems. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:56:49 UTC 2020 Removed Files: src/games/warp: config.H Log Message: can't have config.h and config.H in case-preserving but case-folding file-systems. To generate a diff of this commit: cvs rdiff -u -r1.2 -r0

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:46 UTC 2020 Modified Files: src/games/warp: term.c Log Message: don't segv if the terminal is too big. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/term.c Please note that diffs

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:32 UTC 2020 Modified Files: src/games/warp: warp.c Log Message: pray-tell where are you trying to write? To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/warp.c Please note that

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:32 UTC 2020 Modified Files: src/games/warp: warp.c Log Message: pray-tell where are you trying to write? To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/warp.c Please note that

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:52:46 UTC 2020 Modified Files: src/games/warp: term.c Log Message: don't segv if the terminal is too big. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/warp/term.c Please note that diffs

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:42:19 UTC 2020 Modified Files: src/games/warp: bang.c bang.h config.H config.h config.h.SH init.c init.h intrp.c intrp.h move.c move.h object.c object.h play.c play.h score.c score.h sig.c

CVS commit: src/games/warp

2020-11-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Nov 10 22:42:19 UTC 2020 Modified Files: src/games/warp: bang.c bang.h config.H config.h config.h.SH init.c init.h intrp.c intrp.h move.c move.h object.c object.h play.c play.h score.c score.h sig.c

CVS commit: src/games/warp

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 11:29:29 UTC 2020 Removed Files: src/games/warp: smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7 Log Message: Remove the smap.* files They are generated during the build. To generate a diff of this commit:

CVS commit: src/games/warp

2020-11-10 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 11:29:29 UTC 2020 Removed Files: src/games/warp: smap.0 smap.1 smap.2 smap.3 smap.4 smap.5 smap.6 smap.7 Log Message: Remove the smap.* files They are generated during the build. To generate a diff of this commit:

CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 00:02:11 UTC 2020 Modified Files: src/games/warp: EXTERN.h INTERN.h bang.c bang.h init.c init.h intrp.c intrp.h move.c move.h object.c object.h play.c play.h score.c score.h sig.c sig.h sm.c

CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Nov 10 00:02:11 UTC 2020 Modified Files: src/games/warp: EXTERN.h INTERN.h bang.c bang.h init.c init.h intrp.c intrp.h move.c move.h object.c object.h play.c play.h score.c score.h sig.c sig.h sm.c

CVS commit: src/games/warp

2020-11-09 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 9 23:37:05 UTC 2020 Added Files: src/games/warp: COPYRIGHT EXTERN.h INTERN.h Makefile README bang.c bang.h config.H config.h config.h.SH config.sh filexp init.c init.h intrp.c intrp.h move.c move.h