| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=77650
|
|
|
|
| |
Notes:
svn path=/head/; revision=75971
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=71983
|
|
|
|
|
|
|
|
|
|
| |
Since the distfile isn't versioned, this was the only way to fix the
"make distclean all" problem on 5-CURRENT.
Approved by: kris
Notes:
svn path=/head/; revision=71584
|
|
|
|
|
|
|
|
| |
105 pointy hats to: me
Approved by: pat
Notes:
svn path=/head/; revision=69625
|
|
|
|
|
|
|
| |
Approved by: pat
Notes:
svn path=/head/; revision=69612
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=69097
|
|
|
|
| |
Notes:
svn path=/head/; revision=67893
|
|
|
|
| |
Notes:
svn path=/head/; revision=58740
|
|
|
|
| |
Notes:
svn path=/head/; revision=56142
|
|
|
|
|
|
|
|
|
| |
This includes
added support for POSIX character class names like [:digit:]
Contributed by our very own DES.
Notes:
svn path=/head/; revision=54860
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=42093
|
|
|
|
| |
Notes:
svn path=/head/; revision=42092
|
|
|
|
|
|
|
| |
Obtained from: NetBSD
Notes:
svn path=/head/; revision=38570
|
|
|
|
|
|
|
|
|
| |
installed binary name.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=38569
|
|
|
|
| |
Notes:
svn path=/head/; revision=38567
|
|
|
|
| |
Notes:
svn path=/head/; revision=35324
|
|
|
|
| |
Notes:
svn path=/head/; revision=34981
|
|
|
|
| |
Notes:
svn path=/head/; revision=34712
|
|
|
|
| |
Notes:
svn path=/head/; revision=27458
|
|
|
|
| |
Notes:
svn path=/head/; revision=26941
|
|
|
|
| |
Notes:
svn path=/head/; revision=26835
|
|
|
|
|
|
|
|
| |
PR: ports/16690
Submitted by: Will Andrews <andrews@technologist.com>
Notes:
svn path=/head/; revision=26466
|
|
|
|
| |
Notes:
svn path=/head/; revision=25734
|
|
|
|
| |
Notes:
svn path=/head/; revision=23498
|
|
|
|
| |
Notes:
svn path=/head/; revision=22651
|
|
|
|
|
|
|
|
|
|
|
|
| |
been bouncing with:
<josh@quick.net>: host mx.quick.net said: 550 <josh@quick.net>... User
unknown
for over 2 months.
Notes:
svn path=/head/; revision=22561
|
|
|
|
| |
Notes:
svn path=/head/; revision=20952
|
|
|
|
| |
Notes:
svn path=/head/; revision=18435
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=18221
|
|
|
|
|
|
|
|
| |
PR: 9492
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes:
svn path=/head/; revision=16129
|
|
|
|
|
|
|
|
|
| |
PR: 8530
Reviewed by: maintainer
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes:
svn path=/head/; revision=14438
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=12621
|
|
kawk - Brian Kernighan's awk.
PR: 6460
Submitted by: Josh Gilliam <josh@quick.net>
Notes:
svn path=/head/; revision=11712
|