aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/re.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a -Wunsequenced warning.Tim Kientzle2013-06-291-1/+1
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-3/+0
* Make this code WARNS=6 clean again (after GCC 3.1.1 import).Ruslan Ermilov2003-07-201-13/+13
* Consistently use __FBSDIDDavid E. O'Brien2002-06-301-4/+2
* o __P has been reovedWarner Losh2002-02-021-5/+3
* o Correctly define rcsid.Mike Barcroft2001-08-061-12/+11
* Use PATH_MAX rather than MAXPATHLEN. Also fix a possible off by oneWarner Losh2001-05-291-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
* sccsid -> rcsid and fix some minor nits.Steve Price1997-08-071-2/+5
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* -Wall cleaning.Steve Price1996-12-141-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-2/+2
* Added $Id$David Greenman1994-09-241-0/+2
* use umask 077 for buffer fileAndrew Moore1994-03-231-1/+1
* Fixed range address bug: 1,2, == 2,2 not 2,.Andrew Moore1994-02-011-41/+26
* Only a single slash (/) is now necessary to repeat a search as per Theo'sAndrew Moore1993-08-271-5/+2
* Nullify pattern after failed regcompAndrew Moore1993-08-161-1/+2
* added (unsiged) cast to avoid int overflowAndrew Moore1993-08-091-7/+0
* fixed undo within a global command (would corrupt the buffer)Andrew Moore1993-06-261-1/+1
* POSIX ed version 0.6 by Andrew Moore (alm@netcom.com).Andrew Moore1993-06-181-0/+156