[comp.lang.c] Notes on Writing Portable Programs in C: portableC.bib

gvr@cs.brown.edu (George V. Reilly) (11/30/90)

@TECHREPORT
  {ansi,
   AUTHOR = "{X3J11}",
   TITLE  = "{Draft Proposed American National Standard for Information
    Systems} --- {Programming Language C}",
   INSTITUTION = "{ANSI Accredited Standards Committee,
     X3 Information Processing Systems}",
   MONTH = "December", YEAR = 1988,
   NUMBER = "{X3J11/88--158}"
  }

@TECHREPORT
  {style,
   AUTHOR = "Cannon, L. W. and Elliot, R. A. and Kirchoff, L. W. and
             Miller, J. H.  and Milner, J. M. and Mitze, R. W. and
             Schan, E. P. and Whittinton, N. O. and Spencer, Henry and
             Keppel, David and Brader, Mark",
   TITLE  = "{Recommended C Style and Coding Standards}",
   INSTITUTION = "{in the public domain}",
   MONTH = "June", YEAR = 1990
  }


@INPROCEEDINGS
  {not-reached,
   AUTHOR  = "I. Darwin and G. Collyer",
   TITLE   = "{Can't Happen or {/*~NOTREACHED~*/} or Real Programs Dump Core}",
   BOOKTITLE = "{USENIX Association Winter Conference}",
   YEAR = 1985
  }

@ARTICLE
  {machar,
   AUTHOR  = "Cody, W. J.",
   TITLE   = "Algorithm 665, {MACHAR: A Subroutine to Dynamically
    Determine Machine Parameters}",
   JOURNAL = "{ACM Transactions on Mathematical Software}",
   VOLUME = 14, NUMBER = 4,
   MONTH  = "December", YEAR = 1988,
   PAGES  = "303--311"
  }

@ARTICLE
  {fparith,
   AUTHOR  = "Kulish, U. W. and Miranker, W. L.",
   TITLE   = "{The Arithmetic of the Digital Computer: A New Approach}",
   JOURNAL = "{SIAM Review}",
   VOLUME  = 28, NUMBER = 1,
   MONTH  = "March", YEAR = 1986,
   PAGES  = "1--40"
  }

@ARTICLE
  {unix1,
   AUTHOR  = "Manuel, Tom",
   TITLE   = "{A Single Standard Emerges from the UNIX Tug-Of-War}",
   JOURNAL = "Electronics",
   MONTH  = "January", YEAR = 1989,
   PAGES  = "141--143"
  }

@ARTICLE
  {unix2,
   AUTHOR  = "Interviews",
   TITLE   = "{Interview With Five Technologists}",
   JOURNAL = "{UNIX Review}",
   VOLUME  = 8, NUMBER = 1,
   MONTH  = "January", YEAR = 1990,
   PAGES  = "41--89"
  }

@BOOK
  {KR1,
   AUTHOR  = "Kernighan, Brian W. and Ritchie, Dennis M.",
   TITLE   = "{The C Programming Language}",
   EDITION = "First",
   PUBLISHER = "Prentice-Hall, Inc.",
   YEAR = 1978
  }

@BOOK
  {KR2,
   AUTHOR  = "Kernighan, Brian W. and Ritchie, Dennis M.",
   TITLE   = "{The C Programming Language}",
   EDITION = "Second",
   PUBLISHER = "Prentice-Hall, Inc.",
   YEAR = 1988
  }

@BOOK
  {HS,
   AUTHOR  = "Samuel P. Harbison and Guy L. {Steele Jr.}",
   TITLE   = "{C: A Reference Manual}",
   EDITION = "Second",
   PUBLISHER = "Prentice-Hall, Inc.",
   YEAR = 1987
  }

@BOOK
  {NRC,
   AUTHOR  = "William H. Press and Brian P. Flannery and
     Saul A. Teukolsky and William T. Vetterling",
   TITLE   = "{NUMERICAL RECIPES in C: The Art of Scientific Computing}",
   PUBLISHER = "Cambridge University Press",
   YEAR = 1988
  }

@BOOK
  {AK,
   AUTHOR  = "Koenig, Andrew",
   TITLE   = "{C Traps and Pitfalls}",
   PUBLISHER = "Addison-Wesley Publishing Co., Reading, Massachusetts",
   YEAR = 1989, NOTES = "ISBN 0-201-17928-8",
  }

@BOOK
  {MH,
   AUTHOR  = "Horton, Mark",
   TITLE   = "{Portable C Software}",
   PUBLISHER = "Prentice-Hall",
   YEAR = 1990, NOTES = "ISBN 0-13-868050-7"
  }

@MANUAL
  {HP,
   TITLE   = "{HP-UX Portability Guide}",
   ORGANIZATION = "Hewlett-Packard Company",
   YEAR = 1988
  }