index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
sed
/
process.c
Age
Commit message (
Expand
)
Author
2015-03-12
The latest refactoring changes broke sed -i:
christos
2015-03-01
Hide more subroutines in processing phase.
asau
2015-03-01
Close files opened at processing time within processing phase.
asau
2015-03-01
Move run-time data structures into processing part.
asau
2015-03-01
Move data I/O file pointers into processing part.
asau
2015-02-28
Improve modularity of "sed" source:
asau
2014-08-13
PR/49109: Jeremie Le Hen: fix sed relative addressin (1,+N)
christos
2014-06-26
restore sccsid[]'s per core@'s decision
christos
2014-06-09
PR/48883: Justin Cormack: Cope with systems that don't provide REG_STARTEND
christos
2014-06-07
PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'.
christos
2014-06-07
Restore G command
ryoon
2014-06-06
usage is __dead. Kill useless sccsid.
joerg
2014-06-06
Merge our changes.
christos
2013-03-17
The change ("c") command should start a new cycle.
uwe
2009-04-13
Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)
lukem
2006-06-18
Make TOOL_SED, to allow using our own sed in cases where the host's version
gdamore
2006-04-02
Coverity CID 1181: Protect access against NULL.
christos
2003-11-07
safer realloc, from openbsd
itojun
2003-11-07
prevent integer underflow. freebsd rev 1.32. via openbsd
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2002-06-14
Remove #if __STDC__. De-__P() and ANSIfy.
wiz
2002-06-11
err/errx/warn/warnx do not need \n at the end
itojun
2001-10-02
Back out last patch (again). This patch seems to satisfy test suites
atatat
2001-09-28
New fix for PR bin/14074. This one doesn't make sed hang.
atatat
2001-09-28
Back out the pr fix. It doesn't work.
atatat
2001-09-27
Don't attempt to memmove() if psl (pattern space length) is zero.
atatat
1999-11-09
Since our gcc doesn't warn about NULL format strings anymore, we can
drochner
1999-05-31
Fix bug pointed out by Jerry Peek <jpeek@jpeek.com> in PR bin/7674.
kim
1998-12-19
char -> unsigned char
christos
1998-08-25
Add { and } to shut up egcs. Reformat the more questionable code.
ross
1998-03-30
use int as array index.
mrg
1997-10-22
Remove an extra semicolon that broke processing of the "r" directive.
thorpej
1997-10-19
WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOF
lukem
1997-10-19
merge lite-2 -- was mostly already done. grr.
mrg
1997-01-09
RCS ID police
tls
1995-07-11
fix bug pointed out by Dennis Ferguson <dennis@mci.net>. if hold space null
cgd
1995-03-15
The `D' command should only input a new line if the pattern space becomes empty.
mycroft
1995-03-15
Fix the P command, and optimize D slightly.
mycroft
1995-03-15
Remove an old #ifndef of little value.
mycroft
1994-03-24
Fix bug with D leaving junk at end of pattern space.
mycroft
1994-03-01
DTRT with empty RE matches. or at least, do something better. fix off
cgd
1994-02-28
Restore the traditional behaviour of the "n" command.
andrew
1994-02-09
patch from Diomidis Spinellis to fix 'infinite' loop
cgd
1994-02-03
RCS id's
cgd
1994-02-03
update from Diomidis Spinellis <dspin@leon.nrcps.ariadne-t.gr>
cgd
1993-08-14
Put back RCS identifier.
mycroft
1993-08-14
Was testing against rm_so instead of rm_eo. So now:
alm
1993-08-13
removed GNU_REGEX directive
alm
1993-08-01
Add RCS identifiers.
mycroft
1993-07-02
added missing parens in buffer allocation (caused seg violation)
alm
[next]