summaryrefslogtreecommitdiff
path: root/usr.bin/split/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/split/Makefile')
0 files changed, 0 insertions, 0 deletions
/td> 2014-06-26restore sccsid[]'s per core@'s decisionchristos 2014-06-09PR/48883: Justin Cormack: Cope with systems that don't provide REG_STARTENDchristos 2014-06-07PR/48880: Ryo ONODERA: Unapply one of our patches that broke 'G'.christos 2014-06-07Restore G commandryoon 2014-06-06usage is __dead. Kill useless sccsid.joerg 2014-06-06Merge our changes.christos 2013-03-17The change ("c") command should start a new cycle.uwe 2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wsign-compare)lukem 2006-06-18Make TOOL_SED, to allow using our own sed in cases where the host's versiongdamore 2006-04-02Coverity CID 1181: Protect access against NULL.christos 2003-11-07safer realloc, from openbsditojun 2003-11-07prevent integer underflow. freebsd rev 1.32. via openbsditojun 2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc 2002-06-14Remove #if __STDC__. De-__P() and ANSIfy.wiz 2002-06-11err/errx/warn/warnx do not need \n at the enditojun 2001-10-02Back out last patch (again). This patch seems to satisfy test suitesatatat 2001-09-28New fix for PR bin/14074. This one doesn't make sed hang.atatat 2001-09-28Back out the pr fix. It doesn't work.atatat 2001-09-27Don't attempt to memmove() if psl (pattern space length) is zero.atatat 1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner 1999-05-31Fix bug pointed out by Jerry Peek <jpeek@jpeek.com> in PR bin/7674.kim 1998-12-19char -> unsigned charchristos