summaryrefslogtreecommitdiffstats
path: root/usr.bin/sed/compile.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r259132,r259133,r259143:eadler2013-12-161-0/+1
* IEEE Std 1003.1, 2004 Edition states:dds2009-09-201-2/+1
* Follow POSIX (IEEE Std 1003.1, 2004 Edition) in the implementationdds2009-09-201-9/+12
* Allow [ to be used as a delimiter.dds2009-09-201-1/+1
* Implement "addr1,+N" ranges - not dissimilar to grep's -A switch.brian2009-05-251-2/+9
* Fix the code to conform to the "or more" part of the following POSIXdds2008-11-111-1/+1
* Add workaround for a back reference when no correspondinghrs2008-11-091-0/+8
* WARNS fixes:dwmalone2008-02-091-1/+1
* Before doing compile_re() which needs a parameter to identifydelphij2007-07-061-4/+4
* Add case-insensitive matching to sed, using the 'I' flag, similarly to GNU sed.ssouhlal2007-07-041-25/+41
* Bug fix: a numeric flag specification in the substitute command woulddds2005-08-041-2/+8
* Fix dubious C code construct.stefanf2005-03-091-1/+1
* Per letter dated July 22, 1999 remove 3rd clause of Berkeley deriveddds2004-08-091-4/+0
* Make the 'y' (translate) command aware of multibyte characters.tjr2004-07-141-13/+69
* Whitespace cleanupdes2003-11-041-10/+10
* ANSIfydes2003-11-041-34/+15
* Ignore leading semicolons on commands; required by SUSv3.tjr2002-07-301-2/+8
* Fix a bug in sed(1)'s "s" command wherein if an escape ("\" character)green2002-06-011-4/+24
* Fix an ages-old bug in sed(1), which resulted in the absolutely validsobomax2002-04-121-1/+1
* remove __Pimp2002-03-221-14/+14
* WARNS=2 partial fix; use NO_WERROR to protect against some hard-to-fix warnings.markm2001-12-121-18/+18
* Don't allocate a zero byte segment.mikeh2001-11-081-1/+4
* Expand xmalloc in-place, along with xrealloc; which wasn't even ANSI in itsobrien2001-07-241-17/+36
* Don't leak memory when compiling text following the `a', `c' or `i' command.ru2001-05-181-1/+1
* Add a new flag: -E enables "extended" regular expressions.green2000-03-191-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix a new bug introduced by the previous bug fixarchie1998-12-081-6/+7
* Fix brokenness compiling "s/pat/subst/" when length of subst is >= 4090 chars.archie1998-12-071-3/+6
* Terminate our output string correctly if we've gotbrian1998-09-221-1/+2
* Remove local redefinition for err(). Add usage().charnier1997-08-111-61/+72
* Localize itache1996-08-111-2/+2
* Yet^2 another fix for the line continuation bug.bde1996-07-171-5/+5
* Yet another fix for the line continuation bug in sed. Keith's patchdg1996-06-261-7/+5
* Fix from Keith Bostic <bostic@bsdi.com> for bug in sed dealing withdg1996-06-191-5/+7
* Merge various fixes from NetBSD. This will allow the WordPerfect forjkh1995-08-161-31/+68
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
* Sed dumps core when linked with some coalescing malloc because itjoerg1995-04-051-0/+2
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+771
OpenPOWER on IntegriCloud