summaryrefslogtreecommitdiff
path: root/lang/nawk/files/README.pkgsrc
blob: 88bad6df02d78687364819f814fadd45bd48cfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
$NetBSD: README.pkgsrc,v 1.2 2009/10/29 20:21:53 tnn Exp $

The following changes were made to the standard distribution:

    * The file "makefile" was copied to "Makefile" and modified.  See
      the comments at the head of "Makefile" for a list of the changes.

    * The file "awk.1" was copied to "nawk.1" and modified.  See the
      comments at the head of "nawk.1" for a list of the changes.

    * The *.bak files were removed.  The were only used to preserve
      the original contents of ytab.[ch] in case they were regenerted
      by yacc/bison.

    * The *.bat files were removed.  These files are only used on
      MS Windows.

    * The makefile.win file was removed.  This file is only used on
      MS Windows.

    * The mac.code files was removed.  This file is only used on
      Mac OS with MPW.

    * A "NetBSD" CVS Id tag was added to each file.

    * getline was renamed to get_line to avoid conflict with getline(3)