summaryrefslogtreecommitdiff
path: root/textproc/nbsed
AgeCommit message (Collapse)AuthorFilesLines
2003-10-16sync with -current:grant1-4/+4
call setprogname(), replace a 'sed' with getprogname().
2003-10-16bump to 20031016grant1-2/+2
2003-10-16regengrant2-14/+86
2003-10-16- this is named 'nbsed', not 'nb-sed'grant1-2/+2
- s/netbsd.org/NetBSD.org/
2003-10-16portability fixes:grant3-18/+21
- test for __inline/inline, de-mangle the corresponding hack in process.c to reduce the diff to NetBSD-current source - move some autoconf-y bits to configure.ac fixes build on Solaris with SunPro.
2003-10-16add configure.lineno to distclean targetgrant1-2/+2
2003-10-16remove a file which shouldn't be heregrant1-5506/+0
2003-08-25Resurrect 'inline' as '__inline', which Irix MipsPro compiler knows.jschauma1-6/+6
Following suggestions by Martin Husemann and Todd Vierling.
2003-08-23Bump date for ability to build on Irix.jschauma3-13/+13
2003-08-23Synch with basesrc:jschauma2-8/+12
The 'inline' keyword is a nonstandard extension of GCC, AFAIK. MipsPro does not like it, so remove it. Add fgetln prototype ifndef HAVE_FGETLN. This makes this compile on Irix with the MipsPro Compiler as well as gcc.
2003-08-19Need to mkdir WRKSRC before trying to pax into itjmc1-1/+2
2003-08-18Initial import of an autoconf-ed version of NetBSD's sed(1).agc25-0/+18470