From: W. Trevor King Date: Tue, 21 May 2013 21:05:57 +0000 (-0400) Subject: packaging/main.bib: Add kernighan78 and kernighan88 X-Git-Tag: v1.0~147 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c1e4b31615e6681a4aac3fe289fa519d6d87e6c;p=thesis.git packaging/main.bib: Add kernighan78 and kernighan88 Seeded from Ritchie's bibliography: http://cm.bell-labs.com/cm/cs/bib/dmr.bib RIP --- diff --git a/src/packaging/main.bib b/src/packaging/main.bib index bf0ec31..d3602d2 100644 --- a/src/packaging/main.bib +++ b/src/packaging/main.bib @@ -17,6 +17,7 @@ @string{JHuebel = "Huebel, Jason"} @string{PJondot = "Jondot, Pierre-Henri"} @string{JKallar = "Kallar, Joe"} +@string{BWKernighan = "Kernighan, Brian W."} @string{JKinard = "Kinard, Joshua"} @string{WKing = "King, William Trevor"} @string{SKulleen = "Kulleen, Seemant"} @@ -33,6 +34,8 @@ @string{JPaulo = "Paulo, Jorge"} @string{BPorr = "Porr, Bernd"} @string{JPortnoy = "Portnoy, Jon"} +@string{PH = "Prentice-Hall"} +@string{DMRitchie = "Ritchie, Dennis M."} @string{DRobbins = "Robbins, Daniel"} @string{JSaddler = "Saddler, Joshua"} @string{TScherbaum = "Scherbaum, Tobias"} @@ -180,3 +183,20 @@ title = {Python}, url = {http://www.python.org/}, } + +@book{ kernighan78, + author = BWKernighan #" and "# DMRitchie, + title = {The {C} Programming Language}, + publisher = PH, + address = {Englewood Cliffs, New Jersey}, + year = 1978, +} + +@book{ kernighan88, + author = BWKernighan #" and "# DMRitchie, + title = {The {C} Programming Language}, + edition = 2, + publisher = PH, + address = {Englewood Cliffs, New Jersey}, + year = 1988, +}