home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / patents / 1081 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.patents
  2. Path: sparky!uunet!cs.utexas.edu!uwm.edu!rpi!batcomputer!munnari.oz.au!metro!basser.cs.su.oz.au!news
  3. From: eggert@twinsun.com (Paul Eggert)
  4. Subject: [INFO] Software Patents: An Example of the Threat
  5. Organization: Twin Sun, Inc
  6. Date: Wed, 6 Jan 1993 01:04:02 GMT
  7. Approved: patents@cs.su.oz.au
  8. Message-ID: <1993Jan12.091330.29347@cs.su.oz.au>
  9. X-Newsreader: NN version 6.4.19
  10. Sender: usenet@twinsun.com
  11. Nntp-Posting-Host: farside
  12. Lines: 14
  13.  
  14. comp.patents readers might find the following article of interest.
  15.  
  16.     Paul W Abrahams
  17.     Software Patents: An Example of the Threat
  18.     ACM SIGPLAN Notices 27, 8 (August 1992), 87-88
  19.  
  20. It briefly discusses US patent #4,992,971, issued 12 February 1991 to
  21. K. Hayashi of Tokyo and assigned to NEC.  This patent covers the
  22. obvious technique for verifying at link time that a call to a
  23. separately compiled procedure matches the procedure's definition.
  24. (The method is to check that the number of arguments matches,
  25. and then to check that the attributes of each invocation argument
  26. matches the attributes of the corresponding procedure parameter.)
  27.  
  28.