Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2003-11-11 | mawk configure fails with -ffast-math, so add | abs | 1 | -1/+4 | |
CFLAGS:= ${CFLAGS:S/-ffast-math//} No change on default builds (without -ffast-math) | |||||
2003-09-30 | Fix build with GCC 3.3.1: don't hunt for libm with log() but with floor(). | seb | 4 | -2/+99 | |
While here set TEST_TARGET even if the submake all target includes the test ones. | |||||
2003-09-05 | Remove "/pub" from pathnames on "ftp.fu-berlin.de" because such a directory | tron | 1 | -2/+2 | |
doesn't exist. It's apparently only mapped in the FTP server configuration. | |||||
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-15 | Distfile name has been standardised. Mentioned in PR 20715 by Mr. Reed. | wiz | 2 | -7/+5 | |
2002-04-06 | enable vax FP support when defined(__vax__) as well as BSD43_VAX. from ragge. | mrg | 2 | -1/+24 | |
2001-11-01 | Move pkg/ files into package's toplevel directory | zuntum | 3 | -3/+3 | |
2001-04-19 | Move to sha1 digests, and add distfile sizes. | agc | 1 | -2/+3 | |
2001-04-17 | + move the distfile digest/checksum value from files/md5 to distinfo | agc | 3 | -6/+4 | |
+ move the patch digest/checksum values from files/patch-sum to distinfo | |||||
2001-02-17 | Move the COMMENT from being in its own file to a definition in the | agc | 2 | -2/+2 | |
package Makefile. | |||||
2000-05-05 | Add missing trailing slash to entry in master site list. | tron | 1 | -2/+2 | |
2000-03-24 | Update mawk to 1.3.3. Changes from 1.2.2: | jlam | 4 | -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-04 | Make this package work on Solaris. | agc | 1 | -1/+7 | |
1999-07-09 | Add package patch checksum files. | agc | 1 | -0/+3 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-08-07 | Add NetBSD RCS Ids. | agc | 1 | -0/+2 | |
1998-06-22 | Update package Makefiles for automatic manual page handling. | agc | 1 | -2/+1 | |
1998-04-15 | Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree. | agc | 1 | -7/+2 | |
Remove redundant (and sometimes erroneous) comments. | |||||
1998-01-24 | portlint: remove empty line | hubertf | 1 | -1/+0 | |
1998-01-24 | portlint: fix RCS Id, add MAINTAINER | hubertf | 1 | -1/+3 | |
1997-11-06 | Add a NetBSD RCS Id to all the PLIST files. | agc | 1 | -0/+1 | |
1997-10-16 | Initial import of Mike Brennan's small, fast awk clone to | agc | 6 | -0/+50 | |
NetBSD package system. |