Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r48b9b36 r1f8865e  
    137137
    138138@article{Nierstrasz87,
    139     keywords    = {Hybrid, active objects, object-oriented languages, object-based languages, delegation, concurrency},
     139    keywords    = {Hybrid, active objects, object-oriented languages,
     140                  object-based languages, delegation, concurrency},
    140141    contributer = {pabuhr@plg},
    141142    author      = {O. M. Nierstrasz},
     
    781782    howpublished= {\href{http://www.boost.org/doc/libs/1_61_0/libs/coroutine/doc/html/index.html}
    782783                  {{http://www.boost.org/\-doc/\-libs/1\_61\_0/\-libs/\-coroutine/\-doc/\-html/\-index.html}}},
    783     optnote     = {Accessed: 2016-09},
     784    note        = {Accessed: 2016-09},
    784785}
    785786
     
    854855    keywords    = {ANSI C 89},
    855856    contributer = {gjditchfield@plg},
    856     author      = {C90},
    857     title       = {Programming Languages -- {C}},
     857    title       = {American National Standard for Information Systems -- Programming Language -- {C}},
    858858    organization= {American National Standards Institute},
    859     address     = {New York, NY, U.S.A.},
    860     year        = 1990,
    861     note        = {ANSI/ISO 9899-1990}
     859    address     = {1430 Broadway, New York, New York  10018},
     860    month       = dec,
     861    year        = 1989,
     862    note        = {X3.159-1989}
    862863}
    863864
     
    887888    title       = {\textsf{C}{$\mathbf{\forall}$} Features},
    888889    howpublished= {\url{https://plg.uwaterloo.ca/~cforall/features}},
    889     optnote     = {Accessed: 2018-01-01},
     890    note        = {Accessed: 2018-01-01},
    890891}
    891892
     
    899900    address     = {Waterloo, Ontario, Canada, N2L 3G1},
    900901    note        = {\href{http://plg.uwaterloo.ca/theses/EstevesThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-EstevesThesis.pdf}},
    901 }
    902 
    903 @misc{CFAStackEvaluation,
    904     author      = {Aaron Moss},
    905     title       = {\textsf{C}$\mathbf{\forall}$ Stack Evaluation Programs},
    906     year        = 2018,
    907     howpublished= {\href{https://plg.uwaterloo.ca/~cforall/evaluation.zip}{https://plg.uwaterloo.ca/\-\-$\sim$cforall/\-StackEvaluation.zip}},
    908     optnote     = {[Accessed May 2018]},
    909 }
    910 
    911 @article{Moss18,
    912     keywords    = {concurrency, C++},
    913     contributer = {pabuhr@plg},
    914     author      = {Aaron Moss and Robert Schluntz and Peter A. Buhr},
    915     title       = {\textsf{C}$\mathbf{\forall}$ : Adding Modern Programming Language Features to C},
    916     year        = 2018,
    917     journal     = spe,
    918     note        = {Accepted, to appear},
    919902}
    920903
     
    16571640}
    16581641
    1659 @misc{Taylor10,
    1660     keywords    = {const, poisoning},
    1661     contributer = {pabuhr@plg},
    1662     author      = {Ian Lance Taylor},
    1663     title       = {const},
    1664     month       = oct,
    1665     year        = 2010,
    1666     howpublished= {\href{https://www.airs.com/blog/archives/428}
    1667                   {https://www.airs.com/\-blog/\-archives/\-428}},
    1668     optnote     = {Accessed: 2018-05},
    1669 }
    1670 
    16711642@phdthesis{Ditchfield92,
    16721643    keywords    = {C, parametric polymorphism, overloading},
     
    27842755@misc{GCCExtensions,
    27852756    contributer = {a3moss@uwaterloo.ca},
    2786     key         = {C Extensions},
     2757    key         = {{GNU}},
    27872758    author      = {{C Extensions}},
    27882759    title       = {Extensions to the {C} Language Family},
    27892760    year        = 2014,
    27902761    howpublished= {\href{https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/C-Extensions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-4.7.2/\-gcc/\-C\-Extensions.html}},
    2791     optnote     = {Accessed: 2017-04-02},
     2762    note        = {Accessed: 2017-04-02},
    27922763}
    27932764
     
    29762947    month       = jul, year = 1987,
    29772948    volume      = 4, number = 4, pages = {9-16}
    2978 }
    2979 
    2980 @misc{Sutter05c,
    2981     contributer = {pabuhr@plg},
    2982     title       = {The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software},
    2983     author      = {Herb Sutter},
    2984     howpublished= {\url{http://www.gotw.ca/publications/concurrency-ddj.htm}},
    2985     year        = {2005},
    2986     note        = {originally Dr. Dobb's Journal 30(3)},
    29872949}
    29882950
     
    31753137    year        = 2014,
    31763138    howpublished= {https://developer.gnome.org/gobject/stable/},
    3177     optnote     = {Accessed: 2017-04},
     3139    note        = {Accessed: 2017-04},
    31783140}
    31793141
     
    32473209
    32483210% H
    3249 
    3250 @manual{Haskell10,
    3251     keywords    = {Haskell},
    3252     contributer = {pabuhr@plg},
    3253     author      = {Haskell},
    3254     title       = {Haskell 2010 Language Report},
    3255     edition     = {{S}imon {M}arlow},
    3256     year        = 2010,
    3257     note        = {\href{https://haskell.org/definition/haskell2010.pdf}{https://haskell.org/\-definition/\-haskell2010.pdf}},
    3258 }
    32593211
    32603212@article{Michael04a,
     
    38083760    keywords    = {concurrency, critical section},
    38093761    contributer = {pabuhr@plg},
    3810     author      = {Dominic Duggan and G. V. Cormack and John Ophel},
     3762    author      = {Dominic Duggan and Gordon V. Cormack and John Ophel},
    38113763    title       = {Kinded Type Inference for Parametric Overloading},
    38123764    journal     = acta,
     
    47334685    year        = 2015,
    47344686    howpublished= {\href{https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/ObjectiveC.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-General/\-Conceptual/\-DevPedia-\-CocoaCore/\-ObjectiveC.html}},
    4735     optnote     = {Accessed: 2018-03}
     4687    note        = {Accessed: 2018-03}
    47364688}
    47374689
     
    47434695    year        = 2015,
    47444696    howpublished= {\href{https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-Xcode/\-Conceptual/\-RN-Xcode-Archive/\-Chapters/\-xc7\_release\_notes.html}},
    4745     optnote     = {Accessed: 2017-04}
     4697    note        = {Accessed: 2017-04}
    47464698}
    47474699
     
    58055757    keywords    = {Cyclone, existential types, polymorphism, type variables},
    58065758    contributer = {a3moss@plg},
    5807     author      = {D. Grossman},
     5759    author      = {Dan Grossman},
    58085760    title       = {Quantified Types in an Imperative Language},
    58095761    journal     = toplas,
     
    68106762    title       = {{TIOBE} Index},
    68116763    howpublished= {\href{http://www.tiobe.com/tiobe_index}{http://\-www.tiobe.com/\-tiobe\_index}},
    6812     optnote     = {Accessed: 2018-09},
     6764    note        = {Accessed: 2018-09},
    68136765}
    68146766
     
    71357087    year        = 2017,
    71367088    howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}},
    7137     optnote     = {Accessed: 2017-04}
     7089    note        = {Accessed: 2017-04}
    71387090}
    71397091
Note: See TracChangeset for help on using the changeset viewer.