Age | Commit message (Collapse) | Author | Files | Lines |
|
newer platforms such as DragonFly.
fixes PR pkg/28579 from Todd Willey.
|
|
no trailing comma at end of enum.
|
|
and getprogname.
We're using libnbcompat, so we know they exist. (If we were to check again,
then we'd mess up definitions set in the nbcompat headers.)
|
|
jlam's last change, since we use libnbcompat. (If we left these checks in,
configure would test for them, find them and set HAVE_GETPROGNAME, subsequently
breaking 'getprogname', as nbcompat.h wouldn't work since HAVE_GETPROGNAME
is then defined.)
|
|
I'm doing it the easy way because jlam@ will look at this problem closely
in a future.
|
|
configure script's --program-transform-name to install as "nbsed". Also
add a cat-ready nbsed.0 file.
|
|
conflicts with the system err() pulled in via <nbcompat.h>.
|
|
needed functions, and vastly simplify the configure script.
|
|
build on Solaris.
|
|
Changes from the previous version include:
- Adding a sed2nbcompat script to ease importing from src HEAD into
pkgsrc.
- Make this package depend on libnbcompat since it needs a regex
implementation and it's also a bootstrap package.
* s/xmalloc/xrealloc/ so that large (greater than _POSIX2_LINE_MAX*2-1)
multi line text can be added.
|
|
|
|
Usage: Options before arguments; add -E.
|
|
Sort options.
|
|
Yet another s/xmalloc/xrealloc/ so that large multi line text
can be added.
|
|
|
|
safer realloc, from openbsd
|
|
prevent integer underflow. freebsd rev 1.32. via openbsd
|
|
apply patch in PR to fix argument parsing bug.
apply patch in PR to avoid writing to unallocated memory.
|
|
Bump Dd for previous.
|
|
Point people to re_format(7) instead of regex(3) for RE description
|
|
Move UCB-licensed code from 4-clause to 3-clause licence.
|
|
a bug reported in PR bin/25899 that makes sed(1) fail if the last
character of the line buffer is a backslash.
|
|
call setprogname(), replace a 'sed' with getprogname().
|
|
|
|
|
|
- s/netbsd.org/NetBSD.org/
|
|
- 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.
|
|
|
|
|
|
Following suggestions by Martin Husemann and Todd Vierling.
|
|
|
|
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.
|
|
|
|
|