summaryrefslogtreecommitdiff
path: root/lang/nawk/files/patch-aa (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update to snapshot 20050424.Florent Thoumie2005-12-011-26/+0
| | | | | | | | | | | | - Rename patch-aa. - Add SHA256 checksum. - Remove one-line pkg-plist. PR: ports/89791 Submitted by: Johan van Selst <johans@stack.nl> Notes: svn path=/head/; revision=150133
* Update to the Mar 14, 2003 version:David E. O'Brien2003-03-281-1/+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. Notes: svn path=/head/; revision=77650
* Make lang/nawk building on -current again.Edwin Groothuis2002-10-291-5/+13
| | | | | | | | | | | | | | 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
* Update to the 1-Jan-2002 One True AWK.David E. O'Brien2002-02-181-12/+8
| | | | | | | | | This includes added support for POSIX character class names like [:digit:] Contributed by our very own DES. Notes: svn path=/head/; revision=54860
* Default to -O, not -O2.David E. O'Brien2001-04-301-1/+1
| | | | Notes: svn path=/head/; revision=42092
* Update to the 30-Oct-2000 version.David E. O'Brien2000-11-031-9/+6
| | | | Notes: svn path=/head/; revision=34712
* USE_BISON to build this.Bill Fumerola2000-03-011-4/+7
| | | | | | | | PR: ports/16690 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=26466
* Update to the Jun 20, 1999 fixes.David E. O'Brien1999-11-291-9/+6
| | | | Notes: svn path=/head/; revision=23498
* Update to 990416 version.Kris Kennaway1999-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 Notes: svn path=/head/; revision=18221
* Fix an FPE error.Steve Price1999-01-181-4/+4
| | | | | | | | PR: 9492 Submitted by: Pedro F. Giffuni <giffunip@asme.org> Notes: svn path=/head/; revision=16129
* Update to version 98.10.20.Steve Price1998-11-101-18/+31
| | | | | | | | | PR: 8530 Reviewed by: maintainer Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co> Notes: svn path=/head/; revision=14438
* Initial import of kawk.Steve Price1998-07-041-0/+18
kawk - Brian Kernighan's awk. PR: 6460 Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=11712