File: README.GNU.SOURCES

package info (click to toggle)
prcs 1.2.11-7
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,748 kB
  • ctags: 3,097
  • sloc: cpp: 16,675; ansic: 5,725; sh: 4,887; lisp: 1,449; lex: 344; perl: 131; makefile: 131; pascal: 85
file content (11 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
The GNU sources in this directory, getopt and fnmatch, have all
been slightly modified.  Except for getopt, the modifications were
only to the header files to account for their lack of C++ "support",
meaning to prevent it from not declaring things properly.

The getopt sources in this directory ARE MODIFIED from the GNU getopt
sources.  They handle "--" differently.  As a result, these source
files no longer have the __GNU_LIBRARY__ logic.

The version of gperf used to generate prcs-keys.c and prj-names.h is
my own, I had to modify it somewhat.