warn of the sins of wildcard MX records
[unix-history] / usr / src / usr.bin / sed /
1995-04-29 Keith BosticEnd of group (virtual) operators were sometimes dumping...
1994-06-02 Anne Hughespage breaks for the 4.4BSD manuals
1994-04-21 Keith BosticP1003.2b/D9 says:
1994-04-21 Keith Bosticchange the replacement algoricthm to only replace when:
1994-04-21 Keith BosticThe `D' command in sed was leaving junk at the end...
1994-04-16 Keith Bosticupdate copyright notice
1994-02-17 Keith Bosticsed -e 's/$/ \\/g' /etc/passwd loops forever
1994-01-04 Keith Bosticrename fgetline -> fgetln
1993-12-31 Kirk McKusickcopyediting for Usenix manuals
1993-06-09 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Keith Bosticadd 1993 to the copyright
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-07 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-06 Keith Bosticnew doc.mk; document numbering changes for 4.4BSD
1993-05-19 Elan AmirStrnchr() -> memchr().
1993-04-18 Chris Torekadd test for branches across braces (was getting bogus...
1993-04-18 Chris Torekfix broken label handling (rewrite label code completely)
1993-04-15 Chris Torekfix REs over completely empty spaces
1993-04-14 Elan Amirmake sed work on 8-bit objects
1993-03-08 Keith Bosticcomplain if whitespace after w, r, :, b or t objects...
1993-03-08 Keith Bosticdocument that \n in a y command string is a newline
1993-03-08 Keith BosticPOSIX specifies non-overlapping, always; see descriptio...
1993-03-08 Keith BosticSince 'q' "branches to the end of the script", the...
1993-01-28 Elan AmirInitial version that will work with binary files.
1993-01-16 Elan AmirFixed bug in cspace -- precdence of == is less that...
1993-01-07 Keith Bostic"echo '1+1' | sed -f /usr/src/usr.bin/sed/math.sed...
1992-12-03 Keith Bosticbranch should succeed if any substitution has succeeded...
1992-11-03 Keith Bostichandle backslash and ampersand correctly; from Diomidis...
1992-11-02 Keith Bosticunneeded set
1992-08-31 Keith Bosticdon't access entries multiple times; from Diomidis
1992-08-30 Keith Bosticre_off is a size_t, cspace is an external function
1992-08-29 Keith Bostictalk about initial text stripping
1992-08-29 Keith Bosticfix wording on #12, description of 'c' command with...
1992-08-29 Keith BosticMUST copy data from stdio buffer, change interface...
1992-08-29 Keith BosticMUST copy data from the stdio buffer, change interface...
1992-08-29 Keith Bosticmake match (pmatch) a single global structure; change...
1992-08-29 Keith Bosticchange calling convention of mf_fgets, cspace; new...
1992-08-29 Keith Bosticmake pmatch a global; move SPACE structure here since...
1992-08-29 Keith Bosticadd test for branch defined RE's
1992-08-29 Keith Bosticsed moved
1992-08-28 Keith Bosticlet's not be tricky...
1992-08-28 Keith Bosticwordsmithing
1992-08-28 Keith Bosticfix the process linkages, but was that fd's got closed...
1992-08-28 Keith Bosticdon't close fd's twice.
1992-08-27 Keith Bosticminor wordsmithing, typos
1992-08-27 Keith Bosticprettiness police
1992-08-27 Keith Bosticput the line number first
1992-08-27 Keith Bosticuse snprintf, not strlen, don't make the message so...
1992-08-25 Keith Bosticnew, non-AT&T, version
1992-08-25 Keith Bosticmake empty RE's work, some minor cleanups, too
1992-08-25 Keith Bosticdiscuss empty RE's
1992-08-25 Keith Bosticwe can't survive some of the compile errors, just die
1992-08-25 Keith Bosticadd discussion of empty RE's
1992-08-25 Keith Bosticwe can't survive some of the compile errors, just die
1992-08-25 Keith Bosticalways die, we can't survive some of the compile errors
1992-08-25 Keith Bosticnew draft, from Diomidis
1992-08-25 Keith Bosticfix prototype
1992-08-25 Keith Bostictest error function from Diomidis
1992-08-25 Keith Bosticadd test of 'd' command
1992-08-25 Keith Bosticfix the 'd' and 'D' flags for the new "pd" variable
1992-08-25 Keith Bosticupdated error messages from Diomidis
1992-08-25 Keith Bosticupdate from Diomidis; increase the length of the string...
1992-08-25 Keith Bosticnew draft
1992-08-25 Keith Bosticdraft 2, sent to Diomidis
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:37 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:27 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:16 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:10 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:26:05 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:25:59 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:25:52 by bostic
1992-08-24 Keith Bosticdate and time created 92/08/23 18:25:29 by bostic
1992-08-21 Keith Bosticdate and time created 92/08/20 11:12:03 by bostic
1991-04-18 Keith Bosticnew copyright; att/bsd/shared
1991-02-21 Keith Bosticdate and time created 91/02/20 08:59:59 by bostic
1990-10-11 Keith Bosticdate and time created 90/10/10 11:39:23 by bostic
1990-07-01 Keith Bosticnew doc makefiles
1990-05-12 Keith Bosticfirst pass for new make
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1988-10-26 Keith Bosticadd manual page, cleanup
1987-06-03 Keith Bosticnew template
1987-06-01 Keith Bosticadded depend label
1986-05-23 Kevin Dunlapdocument for 4.3BSD release
1986-05-23 Kevin Dunlapdocument distributed with 4.2BSD
1986-05-23 Kevin Dunlapdocument distributed with 4.1BSD
1985-04-06 Ralph Campbelldate and time created 85/04/05 09:29:10 by ralph