Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-10-16 | sync with -current: | grant | 1 | -4/+4 | |
call setprogname(), replace a 'sed' with getprogname(). | |||||
2003-10-16 | bump to 20031016 | grant | 1 | -2/+2 | |
2003-10-16 | regen | grant | 2 | -14/+86 | |
2003-10-16 | - this is named 'nbsed', not 'nb-sed' | grant | 1 | -2/+2 | |
- s/netbsd.org/NetBSD.org/ | |||||
2003-10-16 | portability fixes: | grant | 3 | -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-16 | add configure.lineno to distclean target | grant | 1 | -2/+2 | |
2003-10-16 | remove a file which shouldn't be here | grant | 1 | -5506/+0 | |
2003-08-25 | Resurrect 'inline' as '__inline', which Irix MipsPro compiler knows. | jschauma | 1 | -6/+6 | |
Following suggestions by Martin Husemann and Todd Vierling. | |||||
2003-08-23 | Bump date for ability to build on Irix. | jschauma | 3 | -13/+13 | |
2003-08-23 | Synch with basesrc: | jschauma | 2 | -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-19 | Need to mkdir WRKSRC before trying to pax into it | jmc | 1 | -1/+2 | |
2003-08-18 | Initial import of an autoconf-ed version of NetBSD's sed(1). | agc | 25 | -0/+18470 | |