summaryrefslogtreecommitdiff
path: root/lang/mawk
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digestsagc1-1/+2
2005-01-21Interix fix: don't prototype setmode() differently unless it'll actuallytv2-1/+14
be used that way; #ifdef guard it.
2004-04-07I noticed that this install doesn't not create the man directory.reed1-1/+3
So added: INSTALLATION_DIRS= man/man1 The alternative would be to add a BSD_INSTALL_MAN_DIR to the patch-aa.
2003-11-11mawk configure fails with -ffast-math, so addabs1-1/+4
CFLAGS:= ${CFLAGS:S/-ffast-math//} No change on default builds (without -ffast-math)
2003-09-30Fix build with GCC 3.3.1: don't hunt for libm with log() but with floor().seb4-2/+99
While here set TEST_TARGET even if the submake all target includes the test ones.
2003-09-05Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directorytron1-2/+2
doesn't exist. It's apparently only mapped in the FTP server configuration.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-15Distfile name has been standardised. Mentioned in PR 20715 by Mr. Reed.wiz2-7/+5
2002-04-06enable vax FP support when defined(__vax__) as well as BSD43_VAX. from ragge.mrg2-1/+24
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-04-19Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Move the COMMENT from being in its own file to a definition in theagc2-2/+2
package Makefile.
2000-05-05Add missing trailing slash to entry in master site list.tron1-2/+2
2000-03-24Update mawk to 1.3.3. Changes from 1.2.2:jlam4-17/+30
1.3.1 -> 1.3.2 Sep 1996 1) Numeric but not integer indices caused core dump in new array scheme. Fixed bug and fired test division. 2) Added ferror() checks on writes. 3) Added some static storage specs to array.c to keep non-ansi compilers happy. 1.3 -> 1.3.1 Sep 1996 Release to new ftp site ftp://ftp.whidbey.net. 1) Workaround for overflow exception in strtod, sunos5.5 solaris. 2) []...] and [^]...] put ] in a class (or not in a class) without having to use back-slash escape. 1.2.2 -> 1.3 Jul 1996 Extensive redesign of array data structures to support large arrays and fast access to arrays created with split. Many of the ideas in the new design were inspired by reading "The Design and Implementation of Dynamic Hashing Sets and Tables in Icon" by William Griswold and Gregg Townsend, SPE 23,351-367.
1999-09-04Make this package work on Solaris.agc1-1/+7
1999-07-09Add package patch checksum files.agc1-0/+3
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-06-22Update package Makefiles for automatic manual page handling.agc1-2/+1
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-01-24portlint: remove empty linehubertf1-1/+0
1998-01-24portlint: fix RCS Id, add MAINTAINERhubertf1-1/+3
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-16Initial import of Mike Brennan's small, fast awk clone toagc6-0/+50
NetBSD package system.