summaryrefslogtreecommitdiffstats
path: root/bin/ed/cbc.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* Make ed compile in the NOCRYPT case.jhay2003-06-031-0/+4
| | | | Reviewed by: markm
* Modernise. Use libcrypto for DES instead of libcipher.markm2003-06-021-43/+37
|
* Fix some easy WARNS.markm2002-07-311-6/+6
|
* Consistently use __FBSDIDobrien2002-06-301-4/+2
|
* o __P has been reovedimp2002-02-021-26/+15
| | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o gc some #ifdef sun ... #endif code Approved by: arch@, new style(9)
* o Correctly define rcsid.mike2001-08-061-29/+23
| | | | | | | | | | | o Add consts where appropriate. o Rename some variables that were shadowing global declarations. o Remove register storage-classes. o Make errmsg a const, so we can just set error messages instead of using sprintf/strcpy. o Set WARNS=2 Reviewed by: bde, des
* Switch from using rand() or random() to a stronger, more appropriate PRNGkris2001-03-051-8/+1
| | | | | | (random() or arc4random()) Reviewed by: bde
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Various spelling/formatting changes.kris1999-05-081-2/+2
| | | | Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
* sccsid -> rcsid and fix some minor nits.steve1997-08-071-1/+8
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* -Wall cleaning.steve1996-12-141-2/+2
|
* Localize itache1996-08-111-2/+1
| | | | 8bit cleanup
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-2/+8
| | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier)
* Added $Id$dg1994-09-241-0/+1
|
* use umask 077 for buffer filealm1994-03-231-1/+1
|
* Fixed range address bug: 1,2, == 2,2 not 2,.alm1994-02-011-64/+50
| | | | | Overhauled the name space, reworked some modules and removed the obsolescent Addison-Wesley copyright.
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).alm1993-06-181-0/+435
OpenPOWER on IntegriCloud