summaryrefslogtreecommitdiffstats
path: root/caesar/caesar.c
Commit message (Expand)AuthorAgeFilesLines
* caesar: WARNS=6, strict bool moderillig2021-05-051-6/+6
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Simplify error checking.christos2005-11-191-7/+9
* Replaced one instance of err() with errx(), as the value of errno might notrillig2005-11-191-3/+3
* Removed the unnecessary #include <ctype.h>.rillig2005-10-181-3/+2
* Added an empty line to conform to KNF.rillig2005-10-081-2/+3
* Aligned the usage message from the program with the one mentioned in therillig2005-07-221-3/+3
* - caesar(6) is not a SETGIDGAME, so we don't need to revoke any privileges.rillig2005-07-221-56/+71
* * fixed <ctype> bugsrillig2005-05-231-66/+106
* Remove uses of __P.jsm2004-01-271-4/+4
* Make dot and winnerdot of type double. Patch from Jan Vornbergerjsm2004-01-011-3/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-091-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
* Drop setgid privs early, via OpenBSDhubertf1999-07-211-2/+5
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* minor KNFifylukem1997-10-111-18/+11
* WARNSifylukem1997-10-101-12/+20
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+3
* clean up importcgd1995-03-211-7/+12
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+154