home *** CD-ROM | disk | FTP | other *** search
/ ftp.cse.unsw.edu.au / 2014.06.ftp.cse.unsw.edu.au.tar / ftp.cse.unsw.edu.au / pub / doc / misc / PortableC.bib < prev    next >
Internet Message Format  |  1992-10-18  |  4KB

  1. Path: usage.csd.unsw.oz.au!metro!munnari.oz.au!uhccux!ames!elroy.jpl.nasa.gov!usc!cs.utexas.edu!uunet!brunix!gvr
  2. From: gvr@cs.brown.edu (George V. Reilly)
  3. Newsgroups: comp.lang.c,comp.misc,comp.std.c,comp.unix.misc,comp.unix.questions
  4. Subject: Notes on Writing Portable Programs in C: portableC.bib
  5. Summary: BibTeX bibliography for portableC.tex
  6. Message-ID: <58024@brunix.UUCP>
  7. Date: 30 Nov 90 07:31:36 GMT
  8. Sender: news@brunix.UUCP
  9. Reply-To: gvr@cs.brown.edu (George V. Reilly)
  10. Organization: Brown University Department of Computer Science
  11. Lines: 129
  12. Xref: usage.csd.unsw.oz.au comp.lang.c:12226 comp.misc:2874 comp.std.c:2239 comp.unix.misc:534 comp.unix.questions:9532
  13.  
  14. @TECHREPORT
  15.   {ansi,
  16.    AUTHOR = "{X3J11}",
  17.    TITLE  = "{Draft Proposed American National Standard for Information
  18.     Systems} --- {Programming Language C}",
  19.    INSTITUTION = "{ANSI Accredited Standards Committee,
  20.      X3 Information Processing Systems}",
  21.    MONTH = "December", YEAR = 1988,
  22.    NUMBER = "{X3J11/88--158}"
  23.   }
  24.  
  25. @TECHREPORT
  26.   {style,
  27.    AUTHOR = "Cannon, L. W. and Elliot, R. A. and Kirchoff, L. W. and
  28.              Miller, J. H.  and Milner, J. M. and Mitze, R. W. and
  29.              Schan, E. P. and Whittinton, N. O. and Spencer, Henry and
  30.              Keppel, David and Brader, Mark",
  31.    TITLE  = "{Recommended C Style and Coding Standards}",
  32.    INSTITUTION = "{in the public domain}",
  33.    MONTH = "June", YEAR = 1990
  34.   }
  35.  
  36.  
  37. @INPROCEEDINGS
  38.   {not-reached,
  39.    AUTHOR  = "I. Darwin and G. Collyer",
  40.    TITLE   = "{Can't Happen or {/*~NOTREACHED~*/} or Real Programs Dump Core}",
  41.    BOOKTITLE = "{USENIX Association Winter Conference}",
  42.    YEAR = 1985
  43.   }
  44.  
  45. @ARTICLE
  46.   {machar,
  47.    AUTHOR  = "Cody, W. J.",
  48.    TITLE   = "Algorithm 665, {MACHAR: A Subroutine to Dynamically
  49.     Determine Machine Parameters}",
  50.    JOURNAL = "{ACM Transactions on Mathematical Software}",
  51.    VOLUME = 14, NUMBER = 4,
  52.    MONTH  = "December", YEAR = 1988,
  53.    PAGES  = "303--311"
  54.   }
  55.  
  56. @ARTICLE
  57.   {fparith,
  58.    AUTHOR  = "Kulish, U. W. and Miranker, W. L.",
  59.    TITLE   = "{The Arithmetic of the Digital Computer: A New Approach}",
  60.    JOURNAL = "{SIAM Review}",
  61.    VOLUME  = 28, NUMBER = 1,
  62.    MONTH  = "March", YEAR = 1986,
  63.    PAGES  = "1--40"
  64.   }
  65.  
  66. @ARTICLE
  67.   {unix1,
  68.    AUTHOR  = "Manuel, Tom",
  69.    TITLE   = "{A Single Standard Emerges from the UNIX Tug-Of-War}",
  70.    JOURNAL = "Electronics",
  71.    MONTH  = "January", YEAR = 1989,
  72.    PAGES  = "141--143"
  73.   }
  74.  
  75. @ARTICLE
  76.   {unix2,
  77.    AUTHOR  = "Interviews",
  78.    TITLE   = "{Interview With Five Technologists}",
  79.    JOURNAL = "{UNIX Review}",
  80.    VOLUME  = 8, NUMBER = 1,
  81.    MONTH  = "January", YEAR = 1990,
  82.    PAGES  = "41--89"
  83.   }
  84.  
  85. @BOOK
  86.   {KR1,
  87.    AUTHOR  = "Kernighan, Brian W. and Ritchie, Dennis M.",
  88.    TITLE   = "{The C Programming Language}",
  89.    EDITION = "First",
  90.    PUBLISHER = "Prentice-Hall, Inc.",
  91.    YEAR = 1978
  92.   }
  93.  
  94. @BOOK
  95.   {KR2,
  96.    AUTHOR  = "Kernighan, Brian W. and Ritchie, Dennis M.",
  97.    TITLE   = "{The C Programming Language}",
  98.    EDITION = "Second",
  99.    PUBLISHER = "Prentice-Hall, Inc.",
  100.    YEAR = 1988
  101.   }
  102.  
  103. @BOOK
  104.   {HS,
  105.    AUTHOR  = "Samuel P. Harbison and Guy L. {Steele Jr.}",
  106.    TITLE   = "{C: A Reference Manual}",
  107.    EDITION = "Second",
  108.    PUBLISHER = "Prentice-Hall, Inc.",
  109.    YEAR = 1987
  110.   }
  111.  
  112. @BOOK
  113.   {NRC,
  114.    AUTHOR  = "William H. Press and Brian P. Flannery and
  115.      Saul A. Teukolsky and William T. Vetterling",
  116.    TITLE   = "{NUMERICAL RECIPES in C: The Art of Scientific Computing}",
  117.    PUBLISHER = "Cambridge University Press",
  118.    YEAR = 1988
  119.   }
  120.  
  121. @BOOK
  122.   {AK,
  123.    AUTHOR  = "Koenig, Andrew",
  124.    TITLE   = "{C Traps and Pitfalls}",
  125.    PUBLISHER = "Addison-Wesley Publishing Co., Reading, Massachusetts",
  126.    YEAR = 1989, NOTES = "ISBN 0-201-17928-8",
  127.   }
  128.  
  129. @BOOK
  130.   {MH,
  131.    AUTHOR  = "Horton, Mark",
  132.    TITLE   = "{Portable C Software}",
  133.    PUBLISHER = "Prentice-Hall",
  134.    YEAR = 1990, NOTES = "ISBN 0-13-868050-7"
  135.   }
  136.  
  137. @MANUAL
  138.   {HP,
  139.    TITLE   = "{HP-UX Portability Guide}",
  140.    ORGANIZATION = "Hewlett-Packard Company",
  141.    YEAR = 1988
  142.   }
  143.