| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
PR: ports/156888
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
- fixed long-standing overflow bug in run.c; many thanks to
nelson beebe for spotting it and providing the fix.
- fixed bug that didn't parse -vd=1 properly; thanks to santiago
vila for spotting it.
PR: ports/152025
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: maintainer (timeout, 18 days)
|
|
|
|
|
|
| |
PR: ports/146172
Submitted by: Pedro Giffuni <giffunip@tutopia.com>
Approved by: maintainer(timeout, >2 weeks)
|
|
|
|
|
|
| |
PR: ports/142206
Submitted by: Pedro F. Giffuni <giffunip@tutopia.com>
Approved by: Yoshihiro Ota <ota@j.email.ne.jp> (maintainer)
|
|
|
|
| |
Submitted by: Yoshihiro Ota via freebsd-ports@
|
|
|
|
|
|
|
|
|
|
|
|
| |
- replace sprintf with snprintf
- use calloc() to avoid malloc(n * m) overflows
- NetBSD PR 36831: In setfval(), ensure that arithmetic never yields a negative
zero result.
- Restore the traditional (FreeBSD <= 2.x) behavior of trapping FPEs. With this
patch we pass mawk's fpe_test.
PR: 125348
Submitted by: "Pedro F. Giffuni" <pfgshield-freebsd@yahoo.com>
|
|
|
|
|
| |
PR: 124632
Submitted by: Pedro F. Giffuni
|
|
|
|
|
|
|
|
| |
- Add one fix from src/usr.bin/awk/lib.c.diff rev 1.2
- Normalize DIST_SUBDIR as other ports
PR: ports/114227
Submitted by: Pedro F. Giffuni <giffunip at tutopia.com>
|
|
|
|
|
|
|
|
|
| |
- Rename patch-aa.
- Add SHA256 checksum.
- Remove one-line pkg-plist.
PR: ports/89791
Submitted by: Johan van Selst <johans@stack.nl>
|
| |
|
|
|
|
|
|
|
| |
- set DIST_SUBDIR.
PR: ports/78108 [1]
Submitted by: Sam Lawrance
|
|
|
|
|
|
|
| |
include several bug fixes only.
PR: ports/63460
Submitted by: hrs
|
| |
|
|
|
|
|
| |
PR: 56351
Submitted by: Simon Barner <barner@in.tum.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the internationalization changes, somewhat modified, are now
reinstated. in theory awk will now do character comparisons
and case conversions in national language, but "." will always
be the decimal point separator on input and output regardless
of national language. isblank(){} has an #ifndef.
fixed subtle behavior in field and record splitting: if FS is
a single character and RS is not empty, \n is NOT a separator.
this tortuous reading is found in the awk book; behavior now
matches gawk and mawk.
|
| |
|
|
|
|
|
|
|
|
|
| |
for the moment, the internationalization changes of nov 29 are
rolled back -- programs like x = 1.2 don't work in some locales,
because the parser is expecting x = 1,2. until i understand this
better, this will have to wait.
Approved by: knu(portmgr)
|
|
|
|
|
|
|
| |
Since the distfile isn't versioned, this was the only way to fix the
"make distclean all" problem on 5-CURRENT.
Approved by: kris
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
|
|
|
|
|
| |
I didn't really take the patches from the PR, since 95% of them
where tab to space conversions. Also tweaked the makefile to use
${CC} instead of cc. The distinfo change is because of the rollout
of a new version, of which the Makefile was already changed but the
distinfo not.
PR: ports/44281
Submitted by: Steven G. Kargl <kargl@troutmask.apl.washington.edu>
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This includes
added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
|
|
|
|
| |
Submitted by: kris
|
| |
|
|
|
|
| |
Obtained from: NetBSD
|
|
|
|
|
|
| |
installed binary name.
Obtained from: NetBSD
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/16690
Submitted by: Will Andrews <andrews@technologist.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
been bouncing with:
<josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User
unknown
for over 2 months.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Some commentary from Mr. bwk:
Mar 5, 1999:
after hearing from yet another innocent victim, changed
isnumber to is_number to avoid the problem caused by
freeBSD gratuitously and incorrectly including the name
isnumber in the standard header file ctype.h.
Prompted by: bento
|
|
|
|
|
| |
PR: 9492
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
|
|
|
|
|
|
| |
PR: 8530
Reviewed by: maintainer
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
|
|
|
|
|
|
|
|
| |
all the way to diffing yorick/pkg/PLIST and then died with a
"bad hostname freefall.freebsd.org" .... Hopefully that's not bad... ;-)
Hmm.. Maybe I'll try doing this from beast, next! kickme's a boring
machine, and bento is busy.
|
|
kawk - Brian Kernighan's awk.
PR: 6460
Submitted by: Josh Gilliam <josh@quick.net>
|