Date: Mon, 6 Aug 2001 15:01:31 -0700 (PDT) From: Mike Barcroft <mike@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/ed Makefile buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Message-ID: <200108062201.f76M1Vd02661@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mike 2001/08/06 15:01:31 PDT Modified files: bin/ed Makefile buf.c cbc.c ed.h glbl.c io.c main.c re.c sub.c undo.c Log: o Correctly define rcsid. 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 Revision Changes Path 1.19 +2 -1 src/bin/ed/Makefile 1.18 +14 -18 src/bin/ed/buf.c 1.14 +24 -30 src/bin/ed/cbc.c 1.15 +13 -13 src/bin/ed/ed.h 1.11 +7 -11 src/bin/ed/glbl.c 1.11 +17 -21 src/bin/ed/io.c 1.21 +65 -64 src/bin/ed/main.c 1.17 +12 -13 src/bin/ed/re.c 1.13 +9 -12 src/bin/ed/sub.c 1.10 +5 -9 src/bin/ed/undo.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200108062201.f76M1Vd02661>