summaryrefslogtreecommitdiff
path: root/games/bcd
AgeCommit message (Collapse)Author
2019-09-02End sentence with a dot.wiz
2019-09-01Document history.sevan
https://www.bell-labs.com/usr/dmr/www/man11.pdf Between v1 & v6 UNIX, bcd was rewritten in C, but I don't know if which version, hence I've skipped mentioning it.
2018-01-16Neither bcd(6) nor morse(6) produce output containing slashes, and thepgoyette
-d (decode) option works just fine with dashes. :)
2009-08-12sprinkle staticdholland
2009-07-26Remove the need for -Wno-pointer-sign. Object diffs checked.dholland
2008-08-29Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a ↵gmcgarry
few flags for PCC.
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-12Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2005-07-01KNF and WARNS=3jmc
2004-01-27Remove uses of __P.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22269, verified by myself.
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
for correct formatting of the SYNOPSIS any longer.
2002-11-29Use more markup, and bump date for ppt's -d flag.wiz
2002-11-26Add ppt decoding from Michael Shalayeff <mickey@lucifier.net>kim
2001-06-05Remove unnecessary quotes in Dt.wiz
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-05-08Use setgid(), not setregid().mycroft
1999-07-28This patch adds references to the main punched card, paper tape andhubertf
Morse code standards to the bcd(6) manpage (which also serves as the manpages ppt(6) and morse(6)). (The only one of these standards I have read is the ECMA-10 paper tape standard, which is also probably the least readily available, since ECMA don't supply copies of obsolete standards, though they will supply printed copies of any or all of their current standards at no charge.) Patch submitted in PR 8102 by Joseph Myers <jsm28@cam.ac.uk>
1999-07-28This patch makes bcd(6) use `const' where appropriate, and usehubertf
unsigned char rather than char for values that end up passed to isascii() and also used as array indices. Patch submitted by Joseph Myers <jsm28@cam.ac.uk> in PR 8093.
1999-07-21Drop setgid privs early; via OpenBSD reported in PR 5970 byhubertf
Joseph Myers <jsm28@cam.ac.uk>
1999-01-03document morse's decode option -dhubertf
1998-11-18Add support for decoding of morse code.hubertf
1998-09-11fix typo, as per PR#5867hubertf
1997-10-10WARNSify, fixup .Nm usagelukem
1995-04-24Various changes to make games compile w/o warnings on the alpha:cgd
Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
1995-03-21clean up importcgd
1994-12-22specify man pages the new way.cgd
1994-03-24Remove unnecessary formatting commands. The -mandoc macros already dojtc
a .br between .Nm's in the SYNOPSIS section.
1994-03-19only one Nm/Nd pair.cgd
1993-11-05Additional fixes from Dyane Bruce.jtc
1993-11-04From Dyane Bruce, db@diana.ocunix.on.ca:jtc
I found an error in the table. The same error is found in the SUNOS 4.1.1 version of bcd. It has apparently been around a long time. The error caused 'Q' and 'R' to have the same punch code. I only noticed the error due to someone pointing t out to me when the program was used to print a cover for an APA!
1993-08-05Update to use new -mandoc macros.jtc
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd