summaryrefslogtreecommitdiffstats
path: root/bcd
Commit message (Collapse)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-281-4/+4
|
* Get all the games compiling for iOSCameron Katri2021-02-221-2/+17
|
* End sentence with a dot.wiz2019-09-021-2/+2
|
* Document history.sevan2019-09-011-2/+9
| | | | | 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.
* Neither bcd(6) nor morse(6) produce output containing slashes, and thepgoyette2018-01-161-3/+3
| | | -d (decode) option works just fine with dashes. :)
* sprinkle staticdholland2009-08-121-5/+5
|
* Remove the need for -Wno-pointer-sign. Object diffs checked.dholland2009-07-262-12/+8
|
* Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a ↵gmcgarry2008-08-291-2/+2
| | | | few flags for PCC.
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags.gmcgarry2008-07-121-3/+3
|
* sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg2006-05-111-1/+4
|
* KNF and WARNS=3jmc2005-07-011-8/+4
|
* Remove uses of __P.jsm2004-01-271-4/+4
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-072-13/+5
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* .Nm does not need a dummy argument ("") before punctuation orwiz2003-02-251-2/+2
| | | for correct formatting of the SYNOPSIS any longer.
* Use more markup, and bump date for ppt's -d flag.wiz2002-11-291-4/+7
|
* Add ppt decoding from Michael Shalayeff <mickey@lucifier.net>kim2002-11-261-5/+5
|
* Remove unnecessary quotes in Dt.wiz2001-06-051-2/+2
|
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* This patch adds references to the main punched card, paper tape andhubertf1999-07-281-1/+15
| | | | | | | | | | | | 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>
* This patch makes bcd(6) use `const' where appropriate, and usehubertf1999-07-281-5/+5
| | | | | | 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.
* Drop setgid privs early; via OpenBSD reported in PR 5970 byhubertf1999-07-211-2/+6
| | | Joseph Myers <jsm28@cam.ac.uk>
* document morse's decode option -dhubertf1999-01-031-2/+2
|
* Add support for decoding of morse code.hubertf1998-11-181-1/+6
|
* fix typo, as per PR#5867hubertf1998-09-111-2/+2
|
* WARNSify, fixup .Nm usagelukem1997-10-102-16/+21
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-1/+2
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up importcgd1995-03-213-25/+47
|
* specify man pages the new way.cgd1994-12-221-2/+2
|
* Remove unnecessary formatting commands. The -mandoc macros already dojtc1994-03-241-3/+1
| | | a .br between .Nm's in the SYNOPSIS section.
* only one Nm/Nd pair.cgd1994-03-191-8/+4
|
* Additional fixes from Dyane Bruce.jtc1993-11-051-3/+3
|
* From Dyane Bruce, db@diana.ocunix.on.ca:jtc1993-11-041-3/+3
| | | | | | | 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!
* Update to use new -mandoc macros.jtc1993-08-051-15/+31
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* Add RCS indentifiers.mycroft1993-08-011-1/+2
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-213-0/+259