aboutsummaryrefslogtreecommitdiffstats
path: root/lang/nawk/files
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 20041222 and fix unfetchable; [1]thierry2005-02-271-3/+3
| | | | | | | - set DIST_SUBDIR. PR: ports/78108 [1] Submitted by: Sam Lawrance
* Update to the Mar 14, 2003 version:obrien2003-03-292-13/+1
| | | | | | | | | | | | | 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.
* Update to the Dec 13, 2002 version:obrien2002-12-301-18/+2
| | | | | | | | | 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)
* Update to the 29-Nov-2002 distribution.obrien2002-12-132-98/+14
| | | | | | | Since the distfile isn't versioned, this was the only way to fix the "make distclean all" problem on 5-CURRENT. Approved by: kris
* Make lang/nawk building on -current again.edwin2002-10-292-6/+14
| | | | | | | | | | | 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>
* Update to the 1-Jan-2002 One True AWK.obrien2002-02-181-12/+8
| | | | | | This includes added support for POSIX character class names like [:digit:] Contributed by our very own DES.
* Use [s]random() rather than [s]rand().obrien2001-05-011-0/+21
| | | | Submitted by: kris
* Default to -O, not -O2.obrien2001-05-011-1/+1
|
* Update to the 30-Oct-2000 version.obrien2000-11-032-37/+33
|
* USE_BISON to build this.billf2000-03-011-4/+7
| | | | | PR: ports/16690 Submitted by: Will Andrews <andrews@technologist.com>
* Update to the Jun 20, 1999 fixes.obrien1999-11-293-132/+119
|
* Update to 990416 version.kris1999-04-301-31/+25
| | | | | | | | | | | | 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
* Fix an FPE error.steve1999-01-182-36/+12
| | | | | PR: 9492 Submitted by: Pedro F. Giffuni <giffunip@asme.org>
* Update to version 98.10.20.steve1998-11-102-18/+178
| | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
* Initial import of kawk.steve1998-07-051-0/+18
kawk - Brian Kernighan's awk. PR: 6460 Submitted by: Josh Gilliam <josh@quick.net>