summaryrefslogtreecommitdiffstats
path: root/bcd/bcd.c
Commit message (Collapse)AuthorAgeFilesLines
* sprinkle staticdholland2009-08-121-5/+5
|
* Remove the need for -Wno-pointer-sign. Object diffs checked.dholland2009-07-261-7/+7
|
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+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-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* More include additions for exit, abs, strcmp, etc.matt2000-07-031-2/+3
|
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
|
* 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>
* WARNSify, fixup .Nm usagelukem1997-10-101-11/+18
|
* 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-211-8/+23
|
* 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!
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+199